#B6C542
A medium, moderate yellow closely aligning with Yellowgreen.
About #B6C542
The precise color #B6C542 is an excellent choice for modern design projects. Designers often compare it to the standard color Yellowgreen. In the RGB color space, it consists of 182 red, 197 green, and 66 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 8% cyan, 0% magenta, 66% yellow, and 23% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B6C542
RGB182, 197, 66
HSL66.9°, 53.0%, 51.6%
CMYK8%, 0%, 66%, 23%
HSV66.9°, 66.5%, 77.3%
LAB76.2, -22.1, 61.2
XYZ40.2, 50.3, 12.7
Decimal11978050
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.90:1
Text on #FFFFFF
FAIL
11.05:1
Text on #000000
AAA
1.82:1
Text on #F8FAFC
FAIL
9.40:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6C542;
}
.text-color {
color: #B6C542;
}
.border-color {
border: 2px solid #B6C542;
}