HSL(83, 36%, 70%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(83,36%,70%)]

Color Conversions

Format Value CSS Usage
HSL hsl(83, 36%, 70%) color: hsl(83, 36%, 70%)
HEX #B9CE97 color: #B9CE97
RGB rgb(185, 206, 151) color: rgb(185, 206, 151)
CMYK cmyk(10%, 0%, 27%, 19%)
HSV hsv(83, 27%, 81%)
HWB hwb(83 59% 19%) color: hwb(83 59% 19%)
OKLCH oklch(0.8217 0.0774 125.04) color: oklch(0.8217 0.0774 125.04)
Lab lab(80.01 -16.58 25.08) color: lab(80.01 -16.58 25.08)
LCH lch(80.01 30.06 123.47) color: lch(80.01 30.06 123.47)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 1.7:1
vs Black 12.34:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#C2C2A4 — rgb(194, 194, 164)

Deuteranopia (Green-blind)

#C1BFA8 — rgb(193, 191, 168)

Tritanopia (Blue-blind)

#BAAFB1 — rgb(186, 175, 177)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(83, 36%, 70%);

text

color: hsl(83, 36%, 70%);

border

border: 2px solid hsl(83, 36%, 70%);

gradient light

background: linear-gradient(to right, hsl(83, 36%, 90%), hsl(83, 36%, 70%));

gradient dark

background: linear-gradient(to right, hsl(83, 36%, 70%), hsl(83, 36%, 50%))

hex

background-color: #B9CE97;

tailwind

bg-[hsl(83,36%,70%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(83, 36%, 70%, 0.4);

css variable

--color-primary: hsl(83, 36%, 70%);

Related Colors

Use Cases for Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(83, 36%, 70%)?

HEX: #B9CE97 | RGB: rgb(185, 206, 151) | CMYK: 10%, 0%, 27%, 19% | HSV: 83°, 27%, 81%. Copy any format from the conversion table above.

What colors go well with #B9CE97?

The complementary color is HSL(263, 36%, 70%). For a triadic harmony, use hues 83°, 203°, and 323°. For analogous combinations, try hues 53° and 113°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(83, 36%, 70%) in CSS?

As HSL: color: hsl(83, 36%, 70%); — As HEX: color: #B9CE97; — As RGB: color: rgb(185, 206, 151); — Tailwind CSS: bg-[hsl(83,36%,70%)] — CSS variable: --color-primary: hsl(83, 36%, 70%);