Shades of Earls Green #BDA52F
Tints of Earls Green #BDA52F
RGB
CMYK
RGB Variations
Color information
#BDA52F (or 0xBDA52F) is known color: Earls Green. HEX triplet: BD, A5 and 2F. RGB value is (189,165,47). Sum of RGB (Red+Green+Blue) = 189+165+47=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 47 (18.75% from 255 or 11.72% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA52F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA52F is #425AD0. Grayscale: #9F9F9F. Windows color (decimal): -4348625 or 3122621. OLE color: 3122621.
HSL color Cylindrical-coordinate representation of color #BDA52F: hue angle of 49.86º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDA52F is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 47 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.26 |
| HSL | 49.86º | 0.6% | 0.46% | - |
| HSV(B) | 49.86º | 0.75% | 0.74% | - |
| XYZ | 34.95 | 37.93 | 8.17 | - |
| YUV | 158.72 | 64.95 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 47 | 0 | 0.13 | 0.75 | 0.26 | 49.86 | 0.6 | 0.46 |
| Hex | BD | A5 | 2F | 0 | D | 4B | 1A | 32 | 3C | 2E |
| Octal | 275 | 245 | 57 | 0 | 15 | 113 | 32 | 62 | 74 | 56 |
| Binary | 10111101 | 10100101 | 101111 | 0 | 1101 | 1001011 | 11010 | 110010 | 111100 | 101110 |
Color Harmonies of #BDA52F
Complementary color
Monochromatic Colors of #BDA52F
Black with #BDA52F
Text Example
Text Example
White with #BDA52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA52F; }
p { color: rgb(189,165,47); }
H1.HeaderClassName
{
color: #BDA52F;
}
.AnyTagClassName
{
color: #BDA52F;
}
</style>
background-color css
<style>
a { background-color: #BDA52F; }
a { background-color: rgb(189,165,47); }
div.DivClassName
{
background-color: #BDA52F;
}
.BgClassName
{
background-color: #BDA52F;
}
</style>
border-color css
<style>
span { border-color: #BDA52F; }
span { border-color: rgb(189,165,47); }
td.TdClassName
{
border-color: #BDA52F;
}
.TagClassName
{
border-color: #BDA52F;
}
</style>