Shades of Earls Green #BDA42E
Tints of Earls Green #BDA42E
RGB
CMYK
RGB Variations
Color information
#BDA42E (or 0xBDA42E) is known color: Earls Green. HEX triplet: BD, A4 and 2E. RGB value is (189,164,46). Sum of RGB (Red+Green+Blue) = 189+164+46=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 46 (18.36% from 255 or 11.53% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA42E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA42E is #425BD1. Grayscale: #9E9E9E. Windows color (decimal): -4348882 or 3056829. OLE color: 3056829.
HSL color Cylindrical-coordinate representation of color #BDA42E: hue angle of 49.51º 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 #BDA42E is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 46 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.26 |
| HSL | 49.51º | 0.61% | 0.46% | - |
| HSV(B) | 49.51º | 0.76% | 0.74% | - |
| XYZ | 34.75 | 37.57 | 8 | - |
| YUV | 158.02 | 64.78 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 46 | 0 | 0.13 | 0.76 | 0.26 | 49.51 | 0.61 | 0.46 |
| Hex | BD | A4 | 2E | 0 | D | 4C | 1A | 32 | 3D | 2E |
| Octal | 275 | 244 | 56 | 0 | 15 | 114 | 32 | 62 | 75 | 56 |
| Binary | 10111101 | 10100100 | 101110 | 0 | 1101 | 1001100 | 11010 | 110010 | 111101 | 101110 |
Color Harmonies of #BDA42E
Complementary color
Monochromatic Colors of #BDA42E
Black with #BDA42E
Text Example
Text Example
White with #BDA42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA42E; }
p { color: rgb(189,164,46); }
H1.HeaderClassName
{
color: #BDA42E;
}
.AnyTagClassName
{
color: #BDA42E;
}
</style>
background-color css
<style>
a { background-color: #BDA42E; }
a { background-color: rgb(189,164,46); }
div.DivClassName
{
background-color: #BDA42E;
}
.BgClassName
{
background-color: #BDA42E;
}
</style>
border-color css
<style>
span { border-color: #BDA42E; }
span { border-color: rgb(189,164,46); }
td.TdClassName
{
border-color: #BDA42E;
}
.TagClassName
{
border-color: #BDA42E;
}
</style>