Shades of Earls Green #ABA82C
Tints of Earls Green #ABA82C
RGB
CMYK
RGB Variations
Color information
#ABA82C (or 0xABA82C) is known color: Earls Green. HEX triplet: AB, A8 and 2C. RGB value is (171,168,44). Sum of RGB (Red+Green+Blue) = 171+168+44=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 168 (66.02% from 255 or 43.86% from 383); Blue value is 44 (17.58% from 255 or 11.49% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA82C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA82C is #5457D3. Grayscale: #9B9B9B. Windows color (decimal): -5527508 or 2926763. OLE color: 2926763.
HSL color Cylindrical-coordinate representation of color #ABA82C: hue angle of 58.58º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ABA82C is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 44 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.33 |
| HSL | 58.58º | 0.59% | 0.42% | - |
| HSV(B) | 58.58º | 0.74% | 0.67% | - |
| XYZ | 31.25 | 36.85 | 7.85 | - |
| YUV | 154.76 | 65.49 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 44 | 0 | 0.02 | 0.74 | 0.33 | 58.58 | 0.59 | 0.42 |
| Hex | AB | A8 | 2C | 0 | 2 | 4A | 21 | 3B | 3B | 2A |
| Octal | 253 | 250 | 54 | 0 | 2 | 112 | 41 | 73 | 73 | 52 |
| Binary | 10101011 | 10101000 | 101100 | 0 | 10 | 1001010 | 100001 | 111011 | 111011 | 101010 |
Color Harmonies of #ABA82C
Complementary color
Monochromatic Colors of #ABA82C
Black with #ABA82C
Text Example
Text Example
White with #ABA82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA82C; }
p { color: rgb(171,168,44); }
H1.HeaderClassName
{
color: #ABA82C;
}
.AnyTagClassName
{
color: #ABA82C;
}
</style>
background-color css
<style>
a { background-color: #ABA82C; }
a { background-color: rgb(171,168,44); }
div.DivClassName
{
background-color: #ABA82C;
}
.BgClassName
{
background-color: #ABA82C;
}
</style>
border-color css
<style>
span { border-color: #ABA82C; }
span { border-color: rgb(171,168,44); }
td.TdClassName
{
border-color: #ABA82C;
}
.TagClassName
{
border-color: #ABA82C;
}
</style>