Shades of Earls Green #BDA72E
Tints of Earls Green #BDA72E
RGB
CMYK
RGB Variations
Color information
#BDA72E (or 0xBDA72E) is known color: Earls Green. HEX triplet: BD, A7 and 2E. RGB value is (189,167,46). Sum of RGB (Red+Green+Blue) = 189+167+46=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 167 (65.62% from 255 or 41.54% from 402); Blue value is 46 (18.36% from 255 or 11.44% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA72E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA72E is #4258D1. Grayscale: #A0A0A0. Windows color (decimal): -4348114 or 3057597. OLE color: 3057597.
HSL color Cylindrical-coordinate representation of color #BDA72E: hue angle of 50.77º degrees, saturation: 0.61, 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 #BDA72E is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 46 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.26 |
| HSL | 50.77º | 0.61% | 0.46% | - |
| HSV(B) | 50.77º | 0.76% | 0.74% | - |
| XYZ | 35.3 | 38.65 | 8.19 | - |
| YUV | 159.78 | 63.79 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 46 | 0 | 0.12 | 0.76 | 0.26 | 50.77 | 0.61 | 0.46 |
| Hex | BD | A7 | 2E | 0 | C | 4C | 1A | 33 | 3D | 2E |
| Octal | 275 | 247 | 56 | 0 | 14 | 114 | 32 | 63 | 75 | 56 |
| Binary | 10111101 | 10100111 | 101110 | 0 | 1100 | 1001100 | 11010 | 110011 | 111101 | 101110 |
Color Harmonies of #BDA72E
Complementary color
Monochromatic Colors of #BDA72E
Black with #BDA72E
Text Example
Text Example
White with #BDA72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA72E; }
p { color: rgb(189,167,46); }
H1.HeaderClassName
{
color: #BDA72E;
}
.AnyTagClassName
{
color: #BDA72E;
}
</style>
background-color css
<style>
a { background-color: #BDA72E; }
a { background-color: rgb(189,167,46); }
div.DivClassName
{
background-color: #BDA72E;
}
.BgClassName
{
background-color: #BDA72E;
}
</style>
border-color css
<style>
span { border-color: #BDA72E; }
span { border-color: rgb(189,167,46); }
td.TdClassName
{
border-color: #BDA72E;
}
.TagClassName
{
border-color: #BDA72E;
}
</style>