Shades of Earls Green #ABA81F
Tints of Earls Green #ABA81F
RGB
CMYK
RGB Variations
Color information
#ABA81F (or 0xABA81F) is known color: Earls Green. HEX triplet: AB, A8 and 1F. RGB value is (171,168,31). Sum of RGB (Red+Green+Blue) = 171+168+31=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 168 (66.02% from 255 or 45.41% from 370); Blue value is 31 (12.5% from 255 or 8.38% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA81F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA81F is #5457E0. Grayscale: #999999. Windows color (decimal): -5527521 or 2074795. OLE color: 2074795.
HSL color Cylindrical-coordinate representation of color #ABA81F: hue angle of 58.71º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ABA81F is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 31 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.33 |
| HSL | 58.71º | 0.69% | 0.4% | - |
| HSV(B) | 58.71º | 0.82% | 0.67% | - |
| XYZ | 31.04 | 36.76 | 6.76 | - |
| YUV | 153.28 | 58.99 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 31 | 0 | 0.02 | 0.82 | 0.33 | 58.71 | 0.69 | 0.4 |
| Hex | AB | A8 | 1F | 0 | 2 | 52 | 21 | 3B | 45 | 28 |
| Octal | 253 | 250 | 37 | 0 | 2 | 122 | 41 | 73 | 105 | 50 |
| Binary | 10101011 | 10101000 | 11111 | 0 | 10 | 1010010 | 100001 | 111011 | 1000101 | 101000 |
Color Harmonies of #ABA81F
Complementary color
Monochromatic Colors of #ABA81F
Black with #ABA81F
Text Example
Text Example
White with #ABA81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA81F; }
p { color: rgb(171,168,31); }
H1.HeaderClassName
{
color: #ABA81F;
}
.AnyTagClassName
{
color: #ABA81F;
}
</style>
background-color css
<style>
a { background-color: #ABA81F; }
a { background-color: rgb(171,168,31); }
div.DivClassName
{
background-color: #ABA81F;
}
.BgClassName
{
background-color: #ABA81F;
}
</style>
border-color css
<style>
span { border-color: #ABA81F; }
span { border-color: rgb(171,168,31); }
td.TdClassName
{
border-color: #ABA81F;
}
.TagClassName
{
border-color: #ABA81F;
}
</style>