Shades of Earls Green #BDA520
Tints of Earls Green #BDA520
RGB
CMYK
RGB Variations
Color information
#BDA520 (or 0xBDA520) is known color: Earls Green. HEX triplet: BD, A5 and 20. RGB value is (189,165,32). Sum of RGB (Red+Green+Blue) = 189+165+32=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 165 (64.84% from 255 or 42.75% from 386); Blue value is 32 (12.89% from 255 or 8.29% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA520 is #425ADF. Grayscale: #9D9D9D. Windows color (decimal): -4348640 or 2139581. OLE color: 2139581.
HSL color Cylindrical-coordinate representation of color #BDA520: hue angle of 50.83º 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 #BDA520 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 32 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.26 |
| HSL | 50.83º | 0.71% | 0.43% | - |
| HSV(B) | 50.83º | 0.83% | 0.74% | - |
| XYZ | 34.7 | 37.83 | 6.84 | - |
| YUV | 157.01 | 57.45 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 32 | 0 | 0.13 | 0.83 | 0.26 | 50.83 | 0.71 | 0.43 |
| Hex | BD | A5 | 20 | 0 | D | 53 | 1A | 33 | 47 | 2B |
| Octal | 275 | 245 | 40 | 0 | 15 | 123 | 32 | 63 | 107 | 53 |
| Binary | 10111101 | 10100101 | 100000 | 0 | 1101 | 1010011 | 11010 | 110011 | 1000111 | 101011 |
Color Harmonies of #BDA520
Complementary color
Monochromatic Colors of #BDA520
Black with #BDA520
Text Example
Text Example
White with #BDA520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA520; }
p { color: rgb(189,165,32); }
H1.HeaderClassName
{
color: #BDA520;
}
.AnyTagClassName
{
color: #BDA520;
}
</style>
background-color css
<style>
a { background-color: #BDA520; }
a { background-color: rgb(189,165,32); }
div.DivClassName
{
background-color: #BDA520;
}
.BgClassName
{
background-color: #BDA520;
}
</style>
border-color css
<style>
span { border-color: #BDA520; }
span { border-color: rgb(189,165,32); }
td.TdClassName
{
border-color: #BDA520;
}
.TagClassName
{
border-color: #BDA520;
}
</style>