#BDC549
A medium, moderate yellow closely aligning with Yellowgreen.
About #BDC549
At its core, #BDC549 is a medium and moderate hue. Its closest recognized web color is Yellowgreen. This translates to an RGB value of rgb(189, 197, 73).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 4% cyan, 0% magenta, 63% yellow, and 23% black. 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BDC549
RGB189, 197, 73
HSL63.9°, 51.7%, 52.9%
CMYK4%, 0%, 63%, 23%
HSV63.9°, 62.9%, 77.3%
LAB76.8, -18.8, 59.2
XYZ42.2, 51.2, 14.0
Decimal12436809
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.87:1
Text on #FFFFFF
FAIL
11.25:1
Text on #000000
AAA
1.78:1
Text on #F8FAFC
FAIL
9.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDC549;
}
.text-color {
color: #BDC549;
}
.border-color {
border: 2px solid #BDC549;
}