#B6CC75
A light, moderate green closely aligning with Darkkhaki.
About #B6CC75
The hex code #B6CC75 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Darkkhaki. This translates to an RGB value of rgb(182, 204, 117).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 11% C, 0% M, 43% Y, and 20% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B6CC75
RGB182, 204, 117
HSL75.2°, 46.0%, 62.9%
CMYK11%, 0%, 43%, 20%
HSV75.2°, 42.6%, 80.0%
LAB78.7, -21.1, 40.8
XYZ44.1, 54.4, 25.0
Decimal11979893
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.77:1
Text on #FFFFFF
FAIL
11.88:1
Text on #000000
AAA
1.69:1
Text on #F8FAFC
FAIL
10.10:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6CC75;
}
.text-color {
color: #B6CC75;
}
.border-color {
border: 2px solid #B6CC75;
}