Shades of Earls Green #ABA91C
Tints of Earls Green #ABA91C
RGB
CMYK
RGB Variations
Color information
#ABA91C (or 0xABA91C) is known color: Earls Green. HEX triplet: AB, A9 and 1C. RGB value is (171,169,28). Sum of RGB (Red+Green+Blue) = 171+169+28=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 169 (66.41% from 255 or 45.92% from 368); Blue value is 28 (11.33% from 255 or 7.61% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA91C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA91C is #5456E3. Grayscale: #9A9A9A. Windows color (decimal): -5527268 or 1878443. OLE color: 1878443.
HSL color Cylindrical-coordinate representation of color #ABA91C: hue angle of 59.16º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ABA91C is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 169 | 28 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.33 |
| HSL | 59.16º | 0.72% | 0.39% | - |
| HSV(B) | 59.16º | 0.84% | 0.67% | - |
| XYZ | 31.19 | 37.12 | 6.62 | - |
| YUV | 153.52 | 57.16 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 169 | 28 | 0 | 0.01 | 0.84 | 0.33 | 59.16 | 0.72 | 0.39 |
| Hex | AB | A9 | 1C | 0 | 1 | 54 | 21 | 3B | 48 | 27 |
| Octal | 253 | 251 | 34 | 0 | 1 | 124 | 41 | 73 | 110 | 47 |
| Binary | 10101011 | 10101001 | 11100 | 0 | 1 | 1010100 | 100001 | 111011 | 1001000 | 100111 |
Color Harmonies of #ABA91C
Complementary color
Monochromatic Colors of #ABA91C
Black with #ABA91C
Text Example
Text Example
White with #ABA91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA91C; }
p { color: rgb(171,169,28); }
H1.HeaderClassName
{
color: #ABA91C;
}
.AnyTagClassName
{
color: #ABA91C;
}
</style>
background-color css
<style>
a { background-color: #ABA91C; }
a { background-color: rgb(171,169,28); }
div.DivClassName
{
background-color: #ABA91C;
}
.BgClassName
{
background-color: #ABA91C;
}
</style>
border-color css
<style>
span { border-color: #ABA91C; }
span { border-color: rgb(171,169,28); }
td.TdClassName
{
border-color: #ABA91C;
}
.TagClassName
{
border-color: #ABA91C;
}
</style>