Shades of Earls Green #BDA720
Tints of Earls Green #BDA720
RGB
CMYK
RGB Variations
Color information
#BDA720 (or 0xBDA720) is known color: Earls Green. HEX triplet: BD, A7 and 20. RGB value is (189,167,32). Sum of RGB (Red+Green+Blue) = 189+167+32=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 167 (65.62% from 255 or 43.04% from 388); Blue value is 32 (12.89% from 255 or 8.25% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA720 is #4258DF. Grayscale: #9E9E9E. Windows color (decimal): -4348128 or 2140093. OLE color: 2140093.
HSL color Cylindrical-coordinate representation of color #BDA720: hue angle of 51.59º 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 #BDA720 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 32 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.26 |
| HSL | 51.59º | 0.71% | 0.43% | - |
| HSV(B) | 51.59º | 0.83% | 0.74% | - |
| XYZ | 35.07 | 38.56 | 6.96 | - |
| YUV | 158.19 | 56.79 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 32 | 0 | 0.12 | 0.83 | 0.26 | 51.59 | 0.71 | 0.43 |
| Hex | BD | A7 | 20 | 0 | C | 53 | 1A | 34 | 47 | 2B |
| Octal | 275 | 247 | 40 | 0 | 14 | 123 | 32 | 64 | 107 | 53 |
| Binary | 10111101 | 10100111 | 100000 | 0 | 1100 | 1010011 | 11010 | 110100 | 1000111 | 101011 |
Color Harmonies of #BDA720
Complementary color
Monochromatic Colors of #BDA720
Black with #BDA720
Text Example
Text Example
White with #BDA720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA720; }
p { color: rgb(189,167,32); }
H1.HeaderClassName
{
color: #BDA720;
}
.AnyTagClassName
{
color: #BDA720;
}
</style>
background-color css
<style>
a { background-color: #BDA720; }
a { background-color: rgb(189,167,32); }
div.DivClassName
{
background-color: #BDA720;
}
.BgClassName
{
background-color: #BDA720;
}
</style>
border-color css
<style>
span { border-color: #BDA720; }
span { border-color: rgb(189,167,32); }
td.TdClassName
{
border-color: #BDA720;
}
.TagClassName
{
border-color: #BDA720;
}
</style>