Sinsemilla
#b6bd4a
Sinsemilla, represented by the hex value #b6bd4a, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #b6bd4a | |
|---|---|---|
| RGB | rgb(182, 189, 74) | |
| HSL | hsl(64, 47%, 52%) | |
| CMYK | cmyk(4%, 0%, 61%, 26%) | |
| LAB | lab(74, -14, 55) | |
| OKLCH | oklch(0.77 0.138 112) |
Color harmonies
Tints & shades
Code snippets
color: #b6bd4a;
background-color: #b6bd4a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFB6BD4A)
/* Swift / UIKit */
UIColor(red: 0.71, green: 0.74, blue: 0.29, alpha: 1.0)