Shades of Earls Green #ABAC22
Tints of Earls Green #ABAC22
RGB
CMYK
RGB Variations
Color information
#ABAC22 (or 0xABAC22) is known color: Earls Green. HEX triplet: AB, AC and 22. RGB value is (171,172,34). Sum of RGB (Red+Green+Blue) = 171+172+34=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 34 (13.67% from 255 or 9.02% from 377); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAC22 is #5453DD. Grayscale: #9C9C9C. Windows color (decimal): -5526494 or 2272427. OLE color: 2272427.
HSL color Cylindrical-coordinate representation of color #ABAC22: hue angle of 60.43º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ABAC22 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 34 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.33 |
| HSL | 60.43º | 0.67% | 0.4% | - |
| HSV(B) | 60.43º | 0.8% | 0.67% | - |
| XYZ | 31.84 | 38.28 | 7.22 | - |
| YUV | 155.97 | 59.17 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 34 | 0.01 | 0 | 0.80 | 0.33 | 60.43 | 0.67 | 0.4 |
| Hex | AB | AC | 22 | 1 | 0 | 50 | 21 | 3C | 43 | 28 |
| Octal | 253 | 254 | 42 | 1 | 0 | 120 | 41 | 74 | 103 | 50 |
| Binary | 10101011 | 10101100 | 100010 | 1 | 0 | 1010000 | 100001 | 111100 | 1000011 | 101000 |
Color Harmonies of #ABAC22
Complementary color
Monochromatic Colors of #ABAC22
Black with #ABAC22
Text Example
Text Example
White with #ABAC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAC22; }
p { color: rgb(171,172,34); }
H1.HeaderClassName
{
color: #ABAC22;
}
.AnyTagClassName
{
color: #ABAC22;
}
</style>
background-color css
<style>
a { background-color: #ABAC22; }
a { background-color: rgb(171,172,34); }
div.DivClassName
{
background-color: #ABAC22;
}
.BgClassName
{
background-color: #ABAC22;
}
</style>
border-color css
<style>
span { border-color: #ABAC22; }
span { border-color: rgb(171,172,34); }
td.TdClassName
{
border-color: #ABAC22;
}
.TagClassName
{
border-color: #ABAC22;
}
</style>