Camping Grounds
#b4c2a2
Looking for the precise values behind Camping Grounds (#b4c2a2)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #b4c2a2 | |
|---|---|---|
| RGB | rgb(180, 194, 162) | |
| HSL | hsl(86, 21%, 70%) | |
| CMYK | cmyk(7%, 0%, 16%, 24%) | |
| LAB | lab(77, -9, 14) | |
| OKLCH | oklch(0.79 0.047 127) |
Color harmonies
Tints & shades
Code snippets
color: #b4c2a2;
background-color: #b4c2a2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFB4C2A2)
/* Swift / UIKit */
UIColor(red: 0.71, green: 0.76, blue: 0.64, alpha: 1.0)