Nettle
#bbac7d
Nettle, represented by the hex value #bbac7d, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #bbac7d | |
|---|---|---|
| RGB | rgb(187, 172, 125) | |
| HSL | hsl(45, 31%, 61%) | |
| CMYK | cmyk(0%, 8%, 33%, 27%) | |
| LAB | lab(71, 0, 26) | |
| OKLCH | oklch(0.75 0.066 92) |
Color harmonies
Tints & shades
Code snippets
color: #bbac7d;
background-color: #bbac7d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFBBAC7D)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.67, blue: 0.49, alpha: 1.0)