Shades of Earls Green #ABAB29
Tints of Earls Green #ABAB29
RGB
CMYK
RGB Variations
Color information
#ABAB29 (or 0xABAB29) is known color: Earls Green. HEX triplet: AB, AB and 29. RGB value is (171,171,41). Sum of RGB (Red+Green+Blue) = 171+171+41=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 41 (16.41% from 255 or 10.70% from 383); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAB29 is #5454D6. Grayscale: #9C9C9C. Windows color (decimal): -5526743 or 2730923. OLE color: 2730923.
HSL color Cylindrical-coordinate representation of color #ABAB29: hue angle of 60º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ABAB29 is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 171 | 41 | - |
| CMYK | 0 | 0 | 0.76 | 0.33 |
| HSL | 60º | 0.61% | 0.42% | - |
| HSV(B) | 60º | 0.76% | 0.67% | - |
| XYZ | 31.76 | 37.94 | 7.75 | - |
| YUV | 156.18 | 63 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 171 | 41 | 0 | 0 | 0.76 | 0.33 | 60 | 0.61 | 0.42 |
| Hex | AB | AB | 29 | 0 | 0 | 4C | 21 | 3C | 3D | 2A |
| Octal | 253 | 253 | 51 | 0 | 0 | 114 | 41 | 74 | 75 | 52 |
| Binary | 10101011 | 10101011 | 101001 | 0 | 0 | 1001100 | 100001 | 111100 | 111101 | 101010 |
Color Harmonies of #ABAB29
Complementary color
Monochromatic Colors of #ABAB29
Black with #ABAB29
Text Example
Text Example
White with #ABAB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAB29; }
p { color: rgb(171,171,41); }
H1.HeaderClassName
{
color: #ABAB29;
}
.AnyTagClassName
{
color: #ABAB29;
}
</style>
background-color css
<style>
a { background-color: #ABAB29; }
a { background-color: rgb(171,171,41); }
div.DivClassName
{
background-color: #ABAB29;
}
.BgClassName
{
background-color: #ABAB29;
}
</style>
border-color css
<style>
span { border-color: #ABAB29; }
span { border-color: rgb(171,171,41); }
td.TdClassName
{
border-color: #ABAB29;
}
.TagClassName
{
border-color: #ABAB29;
}
</style>