Shades of Earls Green #ABA12F
Tints of Earls Green #ABA12F
RGB
CMYK
RGB Variations
Color information
#ABA12F (or 0xABA12F) is known color: Earls Green. HEX triplet: AB, A1 and 2F. RGB value is (171,161,47). Sum of RGB (Red+Green+Blue) = 171+161+47=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 161 (63.28% from 255 or 42.48% from 379); Blue value is 47 (18.75% from 255 or 12.40% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA12F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA12F is #545ED0. Grayscale: #979797. Windows color (decimal): -5529297 or 3121579. OLE color: 3121579.
HSL color Cylindrical-coordinate representation of color #ABA12F: hue angle of 55.16º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ABA12F is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 47 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.33 |
| HSL | 55.16º | 0.57% | 0.43% | - |
| HSV(B) | 55.16º | 0.73% | 0.67% | - |
| XYZ | 30.05 | 34.35 | 7.74 | - |
| YUV | 150.99 | 69.31 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 47 | 0 | 0.06 | 0.73 | 0.33 | 55.16 | 0.57 | 0.43 |
| Hex | AB | A1 | 2F | 0 | 6 | 49 | 21 | 37 | 39 | 2B |
| Octal | 253 | 241 | 57 | 0 | 6 | 111 | 41 | 67 | 71 | 53 |
| Binary | 10101011 | 10100001 | 101111 | 0 | 110 | 1001001 | 100001 | 110111 | 111001 | 101011 |
Color Harmonies of #ABA12F
Complementary color
Monochromatic Colors of #ABA12F
Black with #ABA12F
Text Example
Text Example
White with #ABA12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA12F; }
p { color: rgb(171,161,47); }
H1.HeaderClassName
{
color: #ABA12F;
}
.AnyTagClassName
{
color: #ABA12F;
}
</style>
background-color css
<style>
a { background-color: #ABA12F; }
a { background-color: rgb(171,161,47); }
div.DivClassName
{
background-color: #ABA12F;
}
.BgClassName
{
background-color: #ABA12F;
}
</style>
border-color css
<style>
span { border-color: #ABA12F; }
span { border-color: rgb(171,161,47); }
td.TdClassName
{
border-color: #ABA12F;
}
.TagClassName
{
border-color: #ABA12F;
}
</style>