Shades of Earls Green #BDA820
Tints of Earls Green #BDA820
RGB
CMYK
RGB Variations
Color information
#BDA820 (or 0xBDA820) is known color: Earls Green. HEX triplet: BD, A8 and 20. RGB value is (189,168,32). Sum of RGB (Red+Green+Blue) = 189+168+32=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 32 (12.89% from 255 or 8.23% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA820 is #4257DF. Grayscale: #9F9F9F. Windows color (decimal): -4347872 or 2140349. OLE color: 2140349.
HSL color Cylindrical-coordinate representation of color #BDA820: hue angle of 51.97º 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 #BDA820 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 32 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.26 |
| HSL | 51.97º | 0.71% | 0.43% | - |
| HSV(B) | 51.97º | 0.83% | 0.74% | - |
| XYZ | 35.25 | 38.93 | 7.02 | - |
| YUV | 158.78 | 56.46 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 32 | 0 | 0.11 | 0.83 | 0.26 | 51.97 | 0.71 | 0.43 |
| Hex | BD | A8 | 20 | 0 | B | 53 | 1A | 34 | 47 | 2B |
| Octal | 275 | 250 | 40 | 0 | 13 | 123 | 32 | 64 | 107 | 53 |
| Binary | 10111101 | 10101000 | 100000 | 0 | 1011 | 1010011 | 11010 | 110100 | 1000111 | 101011 |
Color Harmonies of #BDA820
Complementary color
Monochromatic Colors of #BDA820
Black with #BDA820
Text Example
Text Example
White with #BDA820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA820; }
p { color: rgb(189,168,32); }
H1.HeaderClassName
{
color: #BDA820;
}
.AnyTagClassName
{
color: #BDA820;
}
</style>
background-color css
<style>
a { background-color: #BDA820; }
a { background-color: rgb(189,168,32); }
div.DivClassName
{
background-color: #BDA820;
}
.BgClassName
{
background-color: #BDA820;
}
</style>
border-color css
<style>
span { border-color: #BDA820; }
span { border-color: rgb(189,168,32); }
td.TdClassName
{
border-color: #BDA820;
}
.TagClassName
{
border-color: #BDA820;
}
</style>