Shades of Earls Green #ABAC29
Tints of Earls Green #ABAC29
RGB
CMYK
RGB Variations
Color information
#ABAC29 (or 0xABAC29) is known color: Earls Green. HEX triplet: AB, AC and 29. RGB value is (171,172,41). Sum of RGB (Red+Green+Blue) = 171+172+41=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 41 (16.41% from 255 or 10.68% from 384); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAC29 is #5453D6. Grayscale: #9D9D9D. Windows color (decimal): -5526487 or 2731179. OLE color: 2731179.
HSL color Cylindrical-coordinate representation of color #ABAC29: hue angle of 60.46º degrees, saturation: 0.62, 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 #ABAC29 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 41 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.33 |
| HSL | 60.46º | 0.62% | 0.42% | - |
| HSV(B) | 60.46º | 0.76% | 0.67% | - |
| XYZ | 31.95 | 38.32 | 7.81 | - |
| YUV | 156.77 | 62.67 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 41 | 0.01 | 0 | 0.76 | 0.33 | 60.46 | 0.62 | 0.42 |
| Hex | AB | AC | 29 | 1 | 0 | 4C | 21 | 3C | 3E | 2A |
| Octal | 253 | 254 | 51 | 1 | 0 | 114 | 41 | 74 | 76 | 52 |
| Binary | 10101011 | 10101100 | 101001 | 1 | 0 | 1001100 | 100001 | 111100 | 111110 | 101010 |
Color Harmonies of #ABAC29
Complementary color
Monochromatic Colors of #ABAC29
Black with #ABAC29
Text Example
Text Example
White with #ABAC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAC29; }
p { color: rgb(171,172,41); }
H1.HeaderClassName
{
color: #ABAC29;
}
.AnyTagClassName
{
color: #ABAC29;
}
</style>
background-color css
<style>
a { background-color: #ABAC29; }
a { background-color: rgb(171,172,41); }
div.DivClassName
{
background-color: #ABAC29;
}
.BgClassName
{
background-color: #ABAC29;
}
</style>
border-color css
<style>
span { border-color: #ABAC29; }
span { border-color: rgb(171,172,41); }
td.TdClassName
{
border-color: #ABAC29;
}
.TagClassName
{
border-color: #ABAC29;
}
</style>