#B6BD3A
A medium, moderate yellow closely aligning with Yellowgreen.
About #B6BD3A
Visually, #B6BD3A is defined as a moderate yellow. Its closest recognized web color is Yellowgreen. Its digital footprint relies on 182 parts red, 189 parts green, and 58 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 4% cyan, 0% magenta, 69% yellow, and 26% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B6BD3A
RGB182, 189, 58
HSL63.2°, 53.0%, 48.4%
CMYK4%, 0%, 69%, 26%
HSV63.2°, 69.3%, 74.1%
LAB74.0, -18.6, 62.0
XYZ38.3, 46.6, 11.0
Decimal11975994
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.03:1
Text on #FFFFFF
FAIL
10.33:1
Text on #000000
AAA
1.94:1
Text on #F8FAFC
FAIL
8.78:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6BD3A;
}
.text-color {
color: #B6BD3A;
}
.border-color {
border: 2px solid #B6BD3A;
}