HSL(82, 25%, 47%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(82,25%,47%)]

Color Conversions

Format Value CSS Usage
HSL hsl(82, 25%, 47%) color: hsl(82, 25%, 47%)
HEX #80965A color: #80965A
RGB rgb(128, 150, 90) color: rgb(128, 150, 90)
CMYK cmyk(15%, 0%, 40%, 41%)
HSV hsv(82, 40%, 59%)
HWB hwb(82 35% 41%) color: hwb(82 35% 41%)
OKLCH oklch(0.641 0.0874 125.2) color: oklch(0.641 0.0874 125.2)
Lab lab(59.1 -18.35 29.1) color: lab(59.1 -18.35 29.1)
LCH lch(59.1 34.4 122.23) color: lch(59.1 34.4 122.23)

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 3.27:1
vs Black 6.43:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#8A8A69 — rgb(138, 138, 105)

Deuteranopia (Green-blind)

#88876C — rgb(136, 135, 108)

Tritanopia (Blue-blind)

#817477 — rgb(129, 116, 119)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(82, 25%, 47%);

text

color: hsl(82, 25%, 47%);

border

border: 2px solid hsl(82, 25%, 47%);

gradient light

background: linear-gradient(to right, hsl(82, 25%, 67%), hsl(82, 25%, 47%));

gradient dark

background: linear-gradient(to right, hsl(82, 25%, 47%), hsl(82, 25%, 27%))

hex

background-color: #80965A;

tailwind

bg-[hsl(82,25%,47%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(82, 25%, 47%, 0.4);

css variable

--color-primary: hsl(82, 25%, 47%);

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(82, 25%, 47%)?

HEX: #80965A | RGB: rgb(128, 150, 90) | CMYK: 15%, 0%, 40%, 41% | HSV: 82°, 40%, 59%. Copy any format from the conversion table above.

What colors go well with #80965A?

The complementary color is HSL(262, 25%, 47%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(82, 25%, 47%) in CSS?

As HSL: color: hsl(82, 25%, 47%); — As HEX: color: #80965A; — As RGB: color: rgb(128, 150, 90); — Tailwind CSS: bg-[hsl(82,25%,47%)] — CSS variable: --color-primary: hsl(82, 25%, 47%);