Shades of Earls Green #BDAB2E
Tints of Earls Green #BDAB2E
RGB
CMYK
RGB Variations
Color information
#BDAB2E (or 0xBDAB2E) is known color: Earls Green. HEX triplet: BD, AB and 2E. RGB value is (189,171,46). Sum of RGB (Red+Green+Blue) = 189+171+46=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 46 (18.36% from 255 or 11.33% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAB2E is #4254D1. Grayscale: #A2A2A2. Windows color (decimal): -4347090 or 3058621. OLE color: 3058621.
HSL color Cylindrical-coordinate representation of color #BDAB2E: hue angle of 52.45º 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 #BDAB2E is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 46 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.26 |
| HSL | 52.45º | 0.61% | 0.46% | - |
| HSV(B) | 52.45º | 0.76% | 0.74% | - |
| XYZ | 36.04 | 40.14 | 8.43 | - |
| YUV | 162.13 | 62.46 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 46 | 0 | 0.10 | 0.76 | 0.26 | 52.45 | 0.61 | 0.46 |
| Hex | BD | AB | 2E | 0 | A | 4C | 1A | 34 | 3D | 2E |
| Octal | 275 | 253 | 56 | 0 | 12 | 114 | 32 | 64 | 75 | 56 |
| Binary | 10111101 | 10101011 | 101110 | 0 | 1010 | 1001100 | 11010 | 110100 | 111101 | 101110 |
Color Harmonies of #BDAB2E
Complementary color
Monochromatic Colors of #BDAB2E
Black with #BDAB2E
Text Example
Text Example
White with #BDAB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB2E; }
p { color: rgb(189,171,46); }
H1.HeaderClassName
{
color: #BDAB2E;
}
.AnyTagClassName
{
color: #BDAB2E;
}
</style>
background-color css
<style>
a { background-color: #BDAB2E; }
a { background-color: rgb(189,171,46); }
div.DivClassName
{
background-color: #BDAB2E;
}
.BgClassName
{
background-color: #BDAB2E;
}
</style>
border-color css
<style>
span { border-color: #BDAB2E; }
span { border-color: rgb(189,171,46); }
td.TdClassName
{
border-color: #BDAB2E;
}
.TagClassName
{
border-color: #BDAB2E;
}
</style>