Shades of Earls Green #BDA52D
Tints of Earls Green #BDA52D
RGB
CMYK
RGB Variations
Color information
#BDA52D (or 0xBDA52D) is known color: Earls Green. HEX triplet: BD, A5 and 2D. RGB value is (189,165,45). Sum of RGB (Red+Green+Blue) = 189+165+45=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 165 (64.84% from 255 or 41.35% from 399); Blue value is 45 (17.97% from 255 or 11.28% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA52D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA52D is #425AD2. Grayscale: #9E9E9E. Windows color (decimal): -4348627 or 2991549. OLE color: 2991549.
HSL color Cylindrical-coordinate representation of color #BDA52D: hue angle of 50º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDA52D is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 45 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.26 |
| HSL | 50º | 0.62% | 0.46% | - |
| HSV(B) | 50º | 0.76% | 0.74% | - |
| XYZ | 34.92 | 37.92 | 7.96 | - |
| YUV | 158.5 | 63.95 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 45 | 0 | 0.13 | 0.76 | 0.26 | 50 | 0.62 | 0.46 |
| Hex | BD | A5 | 2D | 0 | D | 4C | 1A | 32 | 3E | 2E |
| Octal | 275 | 245 | 55 | 0 | 15 | 114 | 32 | 62 | 76 | 56 |
| Binary | 10111101 | 10100101 | 101101 | 0 | 1101 | 1001100 | 11010 | 110010 | 111110 | 101110 |
Color Harmonies of #BDA52D
Complementary color
Monochromatic Colors of #BDA52D
Black with #BDA52D
Text Example
Text Example
White with #BDA52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA52D; }
p { color: rgb(189,165,45); }
H1.HeaderClassName
{
color: #BDA52D;
}
.AnyTagClassName
{
color: #BDA52D;
}
</style>
background-color css
<style>
a { background-color: #BDA52D; }
a { background-color: rgb(189,165,45); }
div.DivClassName
{
background-color: #BDA52D;
}
.BgClassName
{
background-color: #BDA52D;
}
</style>
border-color css
<style>
span { border-color: #BDA52D; }
span { border-color: rgb(189,165,45); }
td.TdClassName
{
border-color: #BDA52D;
}
.TagClassName
{
border-color: #BDA52D;
}
</style>