HSL(72, 18%, 66%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(72,18%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(72, 18%, 66%) | color: hsl(72, 18%, 66%) | |
| HEX | #B2B899 | color: #B2B899 | |
| RGB | rgb(178, 184, 153) | color: rgb(178, 184, 153) | |
| CMYK | cmyk(3%, 0%, 17%, 28%) | — | |
| HSV | hsv(72, 17%, 72%) | — | |
| HWB | hwb(72 60% 28%) | color: hwb(72 60% 28%) | |
| OKLCH | oklch(0.7695 0.0432 116.32) | color: oklch(0.7695 0.0432 116.32) | |
| Lab | lab(73.58 -7.54 15.07) | color: lab(73.58 -7.54 15.07) | |
| LCH | lch(73.58 16.85 116.58) | color: lch(73.58 16.85 116.58) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#B5B5A1 — rgb(181, 181, 161)
Deuteranopia (Green-blind)
#B4B4A2 — rgb(180, 180, 162)
Tritanopia (Blue-blind)
#B2A6A8 — rgb(178, 166, 168)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(72, 18%, 66%);
text
color: hsl(72, 18%, 66%);
border
border: 2px solid hsl(72, 18%, 66%);
gradient light
background: linear-gradient(to right, hsl(72, 18%, 86%), hsl(72, 18%, 66%));
gradient dark
background: linear-gradient(to right, hsl(72, 18%, 66%), hsl(72, 18%, 46%))
hex
background-color: #B2B899;
tailwind
bg-[hsl(72,18%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(72, 18%, 66%, 0.4);
css variable
--color-primary: hsl(72, 18%, 66%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(72, 18%, 66%)?
HEX: #B2B899 | RGB: rgb(178, 184, 153) | CMYK: 3%, 0%, 17%, 28% | HSV: 72°, 17%, 72%. Copy any format from the conversion table above.
What colors go well with #B2B899?
The complementary color is HSL(252, 18%, 66%). For a triadic harmony, use hues 72°, 192°, and 312°. For analogous combinations, try hues 42° and 102°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(72, 18%, 66%) in CSS?
As HSL: color: hsl(72, 18%, 66%); — As HEX: color: #B2B899; — As RGB: color: rgb(178, 184, 153); — Tailwind CSS: bg-[hsl(72,18%,66%)] — CSS variable: --color-primary: hsl(72, 18%, 66%);