Shades of Earls Green #BDAB15
Tints of Earls Green #BDAB15
RGB
CMYK
RGB Variations
Color information
#BDAB15 (or 0xBDAB15) is known color: Earls Green. HEX triplet: BD, AB and 15. RGB value is (189,171,21). Sum of RGB (Red+Green+Blue) = 189+171+21=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 21 (8.59% from 255 or 5.51% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAB15 is #4254EA. Grayscale: #9F9F9F. Windows color (decimal): -4347115 or 1420221. OLE color: 1420221.
HSL color Cylindrical-coordinate representation of color #BDAB15: hue angle of 53.57º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDAB15 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 21 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.26 |
| HSL | 53.57º | 0.8% | 0.41% | - |
| HSV(B) | 53.57º | 0.89% | 0.74% | - |
| XYZ | 35.68 | 40 | 6.55 | - |
| YUV | 159.28 | 49.96 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 21 | 0 | 0.10 | 0.89 | 0.26 | 53.57 | 0.8 | 0.41 |
| Hex | BD | AB | 15 | 0 | A | 59 | 1A | 36 | 50 | 29 |
| Octal | 275 | 253 | 25 | 0 | 12 | 131 | 32 | 66 | 120 | 51 |
| Binary | 10111101 | 10101011 | 10101 | 0 | 1010 | 1011001 | 11010 | 110110 | 1010000 | 101001 |
Color Harmonies of #BDAB15
Complementary color
Monochromatic Colors of #BDAB15
Black with #BDAB15
Text Example
Text Example
White with #BDAB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB15; }
p { color: rgb(189,171,21); }
H1.HeaderClassName
{
color: #BDAB15;
}
.AnyTagClassName
{
color: #BDAB15;
}
</style>
background-color css
<style>
a { background-color: #BDAB15; }
a { background-color: rgb(189,171,21); }
div.DivClassName
{
background-color: #BDAB15;
}
.BgClassName
{
background-color: #BDAB15;
}
</style>
border-color css
<style>
span { border-color: #BDAB15; }
span { border-color: rgb(189,171,21); }
td.TdClassName
{
border-color: #BDAB15;
}
.TagClassName
{
border-color: #BDAB15;
}
</style>