Shades of Earls Green #ABAA31
Tints of Earls Green #ABAA31
RGB
CMYK
RGB Variations
Color information
#ABAA31 (or 0xABAA31) is known color: Earls Green. HEX triplet: AB, AA and 31. RGB value is (171,170,49). Sum of RGB (Red+Green+Blue) = 171+170+49=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 49 (19.53% from 255 or 12.56% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAA31 is #5455CE. Grayscale: #9C9C9C. Windows color (decimal): -5526991 or 3254955. OLE color: 3254955.
HSL color Cylindrical-coordinate representation of color #ABAA31: hue angle of 59.51º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ABAA31 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 49 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.33 |
| HSL | 59.51º | 0.55% | 0.43% | - |
| HSV(B) | 59.51º | 0.71% | 0.67% | - |
| XYZ | 31.72 | 37.63 | 8.5 | - |
| YUV | 156.51 | 67.33 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 49 | 0 | 0.01 | 0.71 | 0.33 | 59.51 | 0.55 | 0.43 |
| Hex | AB | AA | 31 | 0 | 1 | 47 | 21 | 3C | 37 | 2B |
| Octal | 253 | 252 | 61 | 0 | 1 | 107 | 41 | 74 | 67 | 53 |
| Binary | 10101011 | 10101010 | 110001 | 0 | 1 | 1000111 | 100001 | 111100 | 110111 | 101011 |
Color Harmonies of #ABAA31
Complementary color
Monochromatic Colors of #ABAA31
Black with #ABAA31
Text Example
Text Example
White with #ABAA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA31; }
p { color: rgb(171,170,49); }
H1.HeaderClassName
{
color: #ABAA31;
}
.AnyTagClassName
{
color: #ABAA31;
}
</style>
background-color css
<style>
a { background-color: #ABAA31; }
a { background-color: rgb(171,170,49); }
div.DivClassName
{
background-color: #ABAA31;
}
.BgClassName
{
background-color: #ABAA31;
}
</style>
border-color css
<style>
span { border-color: #ABAA31; }
span { border-color: rgb(171,170,49); }
td.TdClassName
{
border-color: #ABAA31;
}
.TagClassName
{
border-color: #ABAA31;
}
</style>