Greenhorn
#b2cc9a
Here's everything about the color Greenhorn (#b2cc9a) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #b2cc9a | |
|---|---|---|
| RGB | rgb(178, 204, 154) | |
| HSL | hsl(91, 33%, 70%) | |
| CMYK | cmyk(13%, 0%, 25%, 20%) | |
| LAB | lab(79, -16, 22) | |
| OKLCH | oklch(0.81 0.074 130) |
Color harmonies
Tints & shades
Code snippets
color: #b2cc9a;
background-color: #b2cc9a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFB2CC9A)
/* Swift / UIKit */
UIColor(red: 0.70, green: 0.80, blue: 0.60, alpha: 1.0)