Shades of Earls Green #BDAC20
Tints of Earls Green #BDAC20
RGB
CMYK
RGB Variations
Color information
#BDAC20 (or 0xBDAC20) is known color: Earls Green. HEX triplet: BD, AC and 20. RGB value is (189,172,32). Sum of RGB (Red+Green+Blue) = 189+172+32=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 32 (12.89% from 255 or 8.14% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAC20 is #4253DF. Grayscale: #A1A1A1. Windows color (decimal): -4346848 or 2141373. OLE color: 2141373.
HSL color Cylindrical-coordinate representation of color #BDAC20: hue angle of 53.5º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDAC20 is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 172 | 32 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.26 |
| HSL | 53.5º | 0.71% | 0.43% | - |
| HSV(B) | 53.5º | 0.83% | 0.74% | - |
| XYZ | 36 | 40.43 | 7.27 | - |
| YUV | 161.12 | 55.13 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 172 | 32 | 0 | 0.09 | 0.83 | 0.26 | 53.5 | 0.71 | 0.43 |
| Hex | BD | AC | 20 | 0 | 9 | 53 | 1A | 36 | 47 | 2B |
| Octal | 275 | 254 | 40 | 0 | 11 | 123 | 32 | 66 | 107 | 53 |
| Binary | 10111101 | 10101100 | 100000 | 0 | 1001 | 1010011 | 11010 | 110110 | 1000111 | 101011 |
Color Harmonies of #BDAC20
Complementary color
Monochromatic Colors of #BDAC20
Black with #BDAC20
Text Example
Text Example
White with #BDAC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAC20; }
p { color: rgb(189,172,32); }
H1.HeaderClassName
{
color: #BDAC20;
}
.AnyTagClassName
{
color: #BDAC20;
}
</style>
background-color css
<style>
a { background-color: #BDAC20; }
a { background-color: rgb(189,172,32); }
div.DivClassName
{
background-color: #BDAC20;
}
.BgClassName
{
background-color: #BDAC20;
}
</style>
border-color css
<style>
span { border-color: #BDAC20; }
span { border-color: rgb(189,172,32); }
td.TdClassName
{
border-color: #BDAC20;
}
.TagClassName
{
border-color: #BDAC20;
}
</style>