Shades of Earls Green #BDAB2D
Tints of Earls Green #BDAB2D
RGB
CMYK
RGB Variations
Color information
#BDAB2D (or 0xBDAB2D) is known color: Earls Green. HEX triplet: BD, AB and 2D. RGB value is (189,171,45). Sum of RGB (Red+Green+Blue) = 189+171+45=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAB2D is #4254D2. Grayscale: #A2A2A2. Windows color (decimal): -4347091 or 2993085. OLE color: 2993085.
HSL color Cylindrical-coordinate representation of color #BDAB2D: hue angle of 52.5º 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 #BDAB2D is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 45 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.26 |
| HSL | 52.5º | 0.62% | 0.46% | - |
| HSV(B) | 52.5º | 0.76% | 0.74% | - |
| XYZ | 36.02 | 40.13 | 8.33 | - |
| YUV | 162.02 | 61.96 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 45 | 0 | 0.10 | 0.76 | 0.26 | 52.5 | 0.62 | 0.46 |
| Hex | BD | AB | 2D | 0 | A | 4C | 1A | 34 | 3E | 2E |
| Octal | 275 | 253 | 55 | 0 | 12 | 114 | 32 | 64 | 76 | 56 |
| Binary | 10111101 | 10101011 | 101101 | 0 | 1010 | 1001100 | 11010 | 110100 | 111110 | 101110 |
Color Harmonies of #BDAB2D
Complementary color
Monochromatic Colors of #BDAB2D
Black with #BDAB2D
Text Example
Text Example
White with #BDAB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB2D; }
p { color: rgb(189,171,45); }
H1.HeaderClassName
{
color: #BDAB2D;
}
.AnyTagClassName
{
color: #BDAB2D;
}
</style>
background-color css
<style>
a { background-color: #BDAB2D; }
a { background-color: rgb(189,171,45); }
div.DivClassName
{
background-color: #BDAB2D;
}
.BgClassName
{
background-color: #BDAB2D;
}
</style>
border-color css
<style>
span { border-color: #BDAB2D; }
span { border-color: rgb(189,171,45); }
td.TdClassName
{
border-color: #BDAB2D;
}
.TagClassName
{
border-color: #BDAB2D;
}
</style>