Shades of Earls Green #ABA927
Tints of Earls Green #ABA927
RGB
CMYK
RGB Variations
Color information
#ABA927 (or 0xABA927) is known color: Earls Green. HEX triplet: AB, A9 and 27. RGB value is (171,169,39). Sum of RGB (Red+Green+Blue) = 171+169+39=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 169 (66.41% from 255 or 44.59% from 379); Blue value is 39 (15.62% from 255 or 10.29% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA927 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA927 is #5456D8. Grayscale: #9B9B9B. Windows color (decimal): -5527257 or 2599339. OLE color: 2599339.
HSL color Cylindrical-coordinate representation of color #ABA927: hue angle of 59.09º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ABA927 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 169 | 39 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.33 |
| HSL | 59.09º | 0.63% | 0.41% | - |
| HSV(B) | 59.09º | 0.77% | 0.67% | - |
| XYZ | 31.35 | 37.18 | 7.44 | - |
| YUV | 154.78 | 62.66 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 169 | 39 | 0 | 0.01 | 0.77 | 0.33 | 59.09 | 0.63 | 0.41 |
| Hex | AB | A9 | 27 | 0 | 1 | 4D | 21 | 3B | 3F | 29 |
| Octal | 253 | 251 | 47 | 0 | 1 | 115 | 41 | 73 | 77 | 51 |
| Binary | 10101011 | 10101001 | 100111 | 0 | 1 | 1001101 | 100001 | 111011 | 111111 | 101001 |
Color Harmonies of #ABA927
Complementary color
Monochromatic Colors of #ABA927
Black with #ABA927
Text Example
Text Example
White with #ABA927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA927; }
p { color: rgb(171,169,39); }
H1.HeaderClassName
{
color: #ABA927;
}
.AnyTagClassName
{
color: #ABA927;
}
</style>
background-color css
<style>
a { background-color: #ABA927; }
a { background-color: rgb(171,169,39); }
div.DivClassName
{
background-color: #ABA927;
}
.BgClassName
{
background-color: #ABA927;
}
</style>
border-color css
<style>
span { border-color: #ABA927; }
span { border-color: rgb(171,169,39); }
td.TdClassName
{
border-color: #ABA927;
}
.TagClassName
{
border-color: #ABA927;
}
</style>