Shades of Earls Green #BDA52B
Tints of Earls Green #BDA52B
RGB
CMYK
RGB Variations
Color information
#BDA52B (or 0xBDA52B) is known color: Earls Green. HEX triplet: BD, A5 and 2B. RGB value is (189,165,43). Sum of RGB (Red+Green+Blue) = 189+165+43=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 43 (17.19% from 255 or 10.83% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA52B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA52B is #425AD4. Grayscale: #9E9E9E. Windows color (decimal): -4348629 or 2860477. OLE color: 2860477.
HSL color Cylindrical-coordinate representation of color #BDA52B: hue angle of 50.14º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDA52B is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 43 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.26 |
| HSL | 50.14º | 0.63% | 0.45% | - |
| HSV(B) | 50.14º | 0.77% | 0.74% | - |
| XYZ | 34.88 | 37.9 | 7.76 | - |
| YUV | 158.27 | 62.95 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 43 | 0 | 0.13 | 0.77 | 0.26 | 50.14 | 0.63 | 0.45 |
| Hex | BD | A5 | 2B | 0 | D | 4D | 1A | 32 | 3F | 2D |
| Octal | 275 | 245 | 53 | 0 | 15 | 115 | 32 | 62 | 77 | 55 |
| Binary | 10111101 | 10100101 | 101011 | 0 | 1101 | 1001101 | 11010 | 110010 | 111111 | 101101 |
Color Harmonies of #BDA52B
Complementary color
Monochromatic Colors of #BDA52B
Black with #BDA52B
Text Example
Text Example
White with #BDA52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA52B; }
p { color: rgb(189,165,43); }
H1.HeaderClassName
{
color: #BDA52B;
}
.AnyTagClassName
{
color: #BDA52B;
}
</style>
background-color css
<style>
a { background-color: #BDA52B; }
a { background-color: rgb(189,165,43); }
div.DivClassName
{
background-color: #BDA52B;
}
.BgClassName
{
background-color: #BDA52B;
}
</style>
border-color css
<style>
span { border-color: #BDA52B; }
span { border-color: rgb(189,165,43); }
td.TdClassName
{
border-color: #BDA52B;
}
.TagClassName
{
border-color: #BDA52B;
}
</style>