Shades of Earls Green #BDAB18
Tints of Earls Green #BDAB18
RGB
CMYK
RGB Variations
Color information
#BDAB18 (or 0xBDAB18) is known color: Earls Green. HEX triplet: BD, AB and 18. RGB value is (189,171,24). Sum of RGB (Red+Green+Blue) = 189+171+24=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 24 (9.77% from 255 or 6.25% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAB18 is #4254E7. Grayscale: #A0A0A0. Windows color (decimal): -4347112 or 1616829. OLE color: 1616829.
HSL color Cylindrical-coordinate representation of color #BDAB18: hue angle of 53.45º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDAB18 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 24 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.26 |
| HSL | 53.45º | 0.77% | 0.42% | - |
| HSV(B) | 53.45º | 0.87% | 0.74% | - |
| XYZ | 35.71 | 40.01 | 6.7 | - |
| YUV | 159.62 | 51.46 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 24 | 0 | 0.10 | 0.87 | 0.26 | 53.45 | 0.77 | 0.42 |
| Hex | BD | AB | 18 | 0 | A | 57 | 1A | 35 | 4D | 2A |
| Octal | 275 | 253 | 30 | 0 | 12 | 127 | 32 | 65 | 115 | 52 |
| Binary | 10111101 | 10101011 | 11000 | 0 | 1010 | 1010111 | 11010 | 110101 | 1001101 | 101010 |
Color Harmonies of #BDAB18
Complementary color
Monochromatic Colors of #BDAB18
Black with #BDAB18
Text Example
Text Example
White with #BDAB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB18; }
p { color: rgb(189,171,24); }
H1.HeaderClassName
{
color: #BDAB18;
}
.AnyTagClassName
{
color: #BDAB18;
}
</style>
background-color css
<style>
a { background-color: #BDAB18; }
a { background-color: rgb(189,171,24); }
div.DivClassName
{
background-color: #BDAB18;
}
.BgClassName
{
background-color: #BDAB18;
}
</style>
border-color css
<style>
span { border-color: #BDAB18; }
span { border-color: rgb(189,171,24); }
td.TdClassName
{
border-color: #BDAB18;
}
.TagClassName
{
border-color: #BDAB18;
}
</style>