Shades of Earls Green #BDAC17
Tints of Earls Green #BDAC17
RGB
CMYK
RGB Variations
Color information
#BDAC17 (or 0xBDAC17) is known color: Earls Green. HEX triplet: BD, AC and 17. RGB value is (189,172,23). Sum of RGB (Red+Green+Blue) = 189+172+23=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 23 (9.38% from 255 or 5.99% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAC17 is #4253E8. Grayscale: #A0A0A0. Windows color (decimal): -4346857 or 1551549. OLE color: 1551549.
HSL color Cylindrical-coordinate representation of color #BDAC17: hue angle of 53.86º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDAC17 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 172 | 23 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.26 |
| HSL | 53.86º | 0.78% | 0.42% | - |
| HSV(B) | 53.86º | 0.88% | 0.74% | - |
| XYZ | 35.89 | 40.39 | 6.71 | - |
| YUV | 160.1 | 50.63 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 172 | 23 | 0 | 0.09 | 0.88 | 0.26 | 53.86 | 0.78 | 0.42 |
| Hex | BD | AC | 17 | 0 | 9 | 58 | 1A | 36 | 4E | 2A |
| Octal | 275 | 254 | 27 | 0 | 11 | 130 | 32 | 66 | 116 | 52 |
| Binary | 10111101 | 10101100 | 10111 | 0 | 1001 | 1011000 | 11010 | 110110 | 1001110 | 101010 |
Color Harmonies of #BDAC17
Complementary color
Monochromatic Colors of #BDAC17
Black with #BDAC17
Text Example
Text Example
White with #BDAC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAC17; }
p { color: rgb(189,172,23); }
H1.HeaderClassName
{
color: #BDAC17;
}
.AnyTagClassName
{
color: #BDAC17;
}
</style>
background-color css
<style>
a { background-color: #BDAC17; }
a { background-color: rgb(189,172,23); }
div.DivClassName
{
background-color: #BDAC17;
}
.BgClassName
{
background-color: #BDAC17;
}
</style>
border-color css
<style>
span { border-color: #BDAC17; }
span { border-color: rgb(189,172,23); }
td.TdClassName
{
border-color: #BDAC17;
}
.TagClassName
{
border-color: #BDAC17;
}
</style>