Shades of Earls Green #BDA420
Tints of Earls Green #BDA420
RGB
CMYK
RGB Variations
Color information
#BDA420 (or 0xBDA420) is known color: Earls Green. HEX triplet: BD, A4 and 20. RGB value is (189,164,32). Sum of RGB (Red+Green+Blue) = 189+164+32=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 164 (64.45% from 255 or 42.60% from 385); Blue value is 32 (12.89% from 255 or 8.31% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA420 is #425BDF. Grayscale: #9C9C9C. Windows color (decimal): -4348896 or 2139325. OLE color: 2139325.
HSL color Cylindrical-coordinate representation of color #BDA420: hue angle of 50.45º 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 #BDA420 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 32 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.26 |
| HSL | 50.45º | 0.71% | 0.43% | - |
| HSV(B) | 50.45º | 0.83% | 0.74% | - |
| XYZ | 34.52 | 37.47 | 6.78 | - |
| YUV | 156.43 | 57.78 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 32 | 0 | 0.13 | 0.83 | 0.26 | 50.45 | 0.71 | 0.43 |
| Hex | BD | A4 | 20 | 0 | D | 53 | 1A | 32 | 47 | 2B |
| Octal | 275 | 244 | 40 | 0 | 15 | 123 | 32 | 62 | 107 | 53 |
| Binary | 10111101 | 10100100 | 100000 | 0 | 1101 | 1010011 | 11010 | 110010 | 1000111 | 101011 |
Color Harmonies of #BDA420
Complementary color
Monochromatic Colors of #BDA420
Black with #BDA420
Text Example
Text Example
White with #BDA420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA420; }
p { color: rgb(189,164,32); }
H1.HeaderClassName
{
color: #BDA420;
}
.AnyTagClassName
{
color: #BDA420;
}
</style>
background-color css
<style>
a { background-color: #BDA420; }
a { background-color: rgb(189,164,32); }
div.DivClassName
{
background-color: #BDA420;
}
.BgClassName
{
background-color: #BDA420;
}
</style>
border-color css
<style>
span { border-color: #BDA420; }
span { border-color: rgb(189,164,32); }
td.TdClassName
{
border-color: #BDA420;
}
.TagClassName
{
border-color: #BDA420;
}
</style>