#B6C533
A medium, moderate yellow closely aligning with Yellowgreen.
About #B6C533
At its core, #B6C533 is a medium and moderate hue. Designers often compare it to the standard color Yellowgreen. This translates to an RGB value of rgb(182, 197, 51).
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, 74% yellow, and 23% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B6C533
RGB182, 197, 51
HSL66.2°, 58.9%, 48.6%
CMYK8%, 0%, 74%, 23%
HSV66.2°, 74.1%, 77.3%
LAB76.1, -22.9, 66.6
XYZ39.9, 50.1, 10.7
Decimal11978035
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.91:1
Text on #FFFFFF
FAIL
11.02:1
Text on #000000
AAA
1.82:1
Text on #F8FAFC
FAIL
9.37:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6C533;
}
.text-color {
color: #B6C533;
}
.border-color {
border: 2px solid #B6C533;
}