Shades of Earls Green #ABAC26
Tints of Earls Green #ABAC26
RGB
CMYK
RGB Variations
Color information
#ABAC26 (or 0xABAC26) is known color: Earls Green. HEX triplet: AB, AC and 26. RGB value is (171,172,38). Sum of RGB (Red+Green+Blue) = 171+172+38=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 38 (15.23% from 255 or 9.97% from 381); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAC26 is #5453D9. Grayscale: #9C9C9C. Windows color (decimal): -5526490 or 2534571. OLE color: 2534571.
HSL color Cylindrical-coordinate representation of color #ABAC26: hue angle of 60.45º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ABAC26 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 38 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.33 |
| HSL | 60.45º | 0.64% | 0.41% | - |
| HSV(B) | 60.45º | 0.78% | 0.67% | - |
| XYZ | 31.9 | 38.3 | 7.55 | - |
| YUV | 156.43 | 61.17 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 38 | 0.01 | 0 | 0.78 | 0.33 | 60.45 | 0.64 | 0.41 |
| Hex | AB | AC | 26 | 1 | 0 | 4E | 21 | 3C | 40 | 29 |
| Octal | 253 | 254 | 46 | 1 | 0 | 116 | 41 | 74 | 100 | 51 |
| Binary | 10101011 | 10101100 | 100110 | 1 | 0 | 1001110 | 100001 | 111100 | 1000000 | 101001 |
Color Harmonies of #ABAC26
Complementary color
Monochromatic Colors of #ABAC26
Black with #ABAC26
Text Example
Text Example
White with #ABAC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAC26; }
p { color: rgb(171,172,38); }
H1.HeaderClassName
{
color: #ABAC26;
}
.AnyTagClassName
{
color: #ABAC26;
}
</style>
background-color css
<style>
a { background-color: #ABAC26; }
a { background-color: rgb(171,172,38); }
div.DivClassName
{
background-color: #ABAC26;
}
.BgClassName
{
background-color: #ABAC26;
}
</style>
border-color css
<style>
span { border-color: #ABAC26; }
span { border-color: rgb(171,172,38); }
td.TdClassName
{
border-color: #ABAC26;
}
.TagClassName
{
border-color: #ABAC26;
}
</style>