HSL(67, 43%, 59%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(67,43%,59%)]

Color Conversions

Format Value CSS Usage
HSL hsl(67, 43%, 59%) color: hsl(67, 43%, 59%)
HEX #B9C369 color: #B9C369
RGB rgb(185, 195, 105) color: rgb(185, 195, 105)
CMYK cmyk(5%, 0%, 46%, 24%)
HSV hsv(67, 46%, 76%)
HWB hwb(67 41% 24%) color: hwb(67 41% 24%)
OKLCH oklch(0.7898 0.1151 114.27) color: oklch(0.7898 0.1151 114.27)
Lab lab(76.29 -16.75 43.82) color: lab(76.29 -16.75 43.82)
LCH lch(76.29 46.91 110.92) color: lch(76.29 46.91 110.92)

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.9:1
vs Black 11.07: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)

#BDBD7F — rgb(189, 189, 127)

Deuteranopia (Green-blind)

#BDBC84 — rgb(189, 188, 132)

Tritanopia (Blue-blind)

#BA9094 — rgb(186, 144, 148)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(67, 43%, 59%);

text

color: hsl(67, 43%, 59%);

border

border: 2px solid hsl(67, 43%, 59%);

gradient light

background: linear-gradient(to right, hsl(67, 43%, 79%), hsl(67, 43%, 59%));

gradient dark

background: linear-gradient(to right, hsl(67, 43%, 59%), hsl(67, 43%, 39%))

hex

background-color: #B9C369;

tailwind

bg-[hsl(67,43%,59%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(67, 43%, 59%, 0.4);

css variable

--color-primary: hsl(67, 43%, 59%);

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(67, 43%, 59%)?

HEX: #B9C369 | RGB: rgb(185, 195, 105) | CMYK: 5%, 0%, 46%, 24% | HSV: 67°, 46%, 76%. Copy any format from the conversion table above.

What colors go well with #B9C369?

The complementary color is HSL(247, 43%, 59%). For a triadic harmony, use hues 67°, 187°, and 307°. For analogous combinations, try hues 37° and 97°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(67, 43%, 59%) in CSS?

As HSL: color: hsl(67, 43%, 59%); — As HEX: color: #B9C369; — As RGB: color: rgb(185, 195, 105); — Tailwind CSS: bg-[hsl(67,43%,59%)] — CSS variable: --color-primary: hsl(67, 43%, 59%);