Shades of Earls Green #ABAC31
Tints of Earls Green #ABAC31
RGB
CMYK
RGB Variations
Color information
#ABAC31 (or 0xABAC31) is known color: Earls Green. HEX triplet: AB, AC and 31. RGB value is (171,172,49). Sum of RGB (Red+Green+Blue) = 171+172+49=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 49 (19.53% from 255 or 12.5% from 392); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAC31 is #5453CE. Grayscale: #9E9E9E. Windows color (decimal): -5526479 or 3255467. OLE color: 3255467.
HSL color Cylindrical-coordinate representation of color #ABAC31: hue angle of 60.49º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ABAC31 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 49 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.33 |
| HSL | 60.49º | 0.56% | 0.43% | - |
| HSV(B) | 60.49º | 0.72% | 0.67% | - |
| XYZ | 32.1 | 38.38 | 8.62 | - |
| YUV | 157.68 | 66.67 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 49 | 0.01 | 0 | 0.72 | 0.33 | 60.49 | 0.56 | 0.43 |
| Hex | AB | AC | 31 | 1 | 0 | 48 | 21 | 3C | 38 | 2B |
| Octal | 253 | 254 | 61 | 1 | 0 | 110 | 41 | 74 | 70 | 53 |
| Binary | 10101011 | 10101100 | 110001 | 1 | 0 | 1001000 | 100001 | 111100 | 111000 | 101011 |
Color Harmonies of #ABAC31
Complementary color
Monochromatic Colors of #ABAC31
Black with #ABAC31
Text Example
Text Example
White with #ABAC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAC31; }
p { color: rgb(171,172,49); }
H1.HeaderClassName
{
color: #ABAC31;
}
.AnyTagClassName
{
color: #ABAC31;
}
</style>
background-color css
<style>
a { background-color: #ABAC31; }
a { background-color: rgb(171,172,49); }
div.DivClassName
{
background-color: #ABAC31;
}
.BgClassName
{
background-color: #ABAC31;
}
</style>
border-color css
<style>
span { border-color: #ABAC31; }
span { border-color: rgb(171,172,49); }
td.TdClassName
{
border-color: #ABAC31;
}
.TagClassName
{
border-color: #ABAC31;
}
</style>