Shades of Earls Green #ABAB18
Tints of Earls Green #ABAB18
RGB
CMYK
RGB Variations
Color information
#ABAB18 (or 0xABAB18) is known color: Earls Green. HEX triplet: AB, AB and 18. RGB value is (171,171,24). Sum of RGB (Red+Green+Blue) = 171+171+24=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 171 (67.19% from 255 or 46.72% from 366); Blue value is 24 (9.77% from 255 or 6.56% from 366); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAB18 is #5454E7. Grayscale: #9A9A9A. Windows color (decimal): -5526760 or 1616811. OLE color: 1616811.
HSL color Cylindrical-coordinate representation of color #ABAB18: hue angle of 60º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ABAB18 is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 171 | 24 | - |
| CMYK | 0 | 0 | 0.86 | 0.33 |
| HSL | 60º | 0.75% | 0.38% | - |
| HSV(B) | 60º | 0.86% | 0.67% | - |
| XYZ | 31.52 | 37.85 | 6.51 | - |
| YUV | 154.24 | 54.5 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 171 | 24 | 0 | 0 | 0.86 | 0.33 | 60 | 0.75 | 0.38 |
| Hex | AB | AB | 18 | 0 | 0 | 56 | 21 | 3C | 4B | 26 |
| Octal | 253 | 253 | 30 | 0 | 0 | 126 | 41 | 74 | 113 | 46 |
| Binary | 10101011 | 10101011 | 11000 | 0 | 0 | 1010110 | 100001 | 111100 | 1001011 | 100110 |
Color Harmonies of #ABAB18
Complementary color
Monochromatic Colors of #ABAB18
Black with #ABAB18
Text Example
Text Example
White with #ABAB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAB18; }
p { color: rgb(171,171,24); }
H1.HeaderClassName
{
color: #ABAB18;
}
.AnyTagClassName
{
color: #ABAB18;
}
</style>
background-color css
<style>
a { background-color: #ABAB18; }
a { background-color: rgb(171,171,24); }
div.DivClassName
{
background-color: #ABAB18;
}
.BgClassName
{
background-color: #ABAB18;
}
</style>
border-color css
<style>
span { border-color: #ABAB18; }
span { border-color: rgb(171,171,24); }
td.TdClassName
{
border-color: #ABAB18;
}
.TagClassName
{
border-color: #ABAB18;
}
</style>