Savannah Grass
#babc72
Savannah Grass, represented by the hex value #babc72, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #babc72 | |
|---|---|---|
| RGB | rgb(186, 188, 114) | |
| HSL | hsl(62, 36%, 59%) | |
| CMYK | cmyk(1%, 0%, 39%, 26%) | |
| LAB | lab(75, -9, 37) | |
| OKLCH | oklch(0.78 0.096 110) |
Color harmonies
Tints & shades
Code snippets
color: #babc72;
background-color: #babc72;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFBABC72)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.74, blue: 0.45, alpha: 1.0)