Shades of Earls Green #A8AB2E
Tints of Earls Green #A8AB2E
RGB
CMYK
RGB Variations
Color information
#A8AB2E (or 0xA8AB2E) is known color: Earls Green. HEX triplet: A8, AB and 2E. RGB value is (168,171,46). Sum of RGB (Red+Green+Blue) = 168+171+46=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 46 (18.36% from 255 or 11.95% from 385); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AB2E is #5754D1. Grayscale: #9C9C9C. Windows color (decimal): -5723346 or 3058600. OLE color: 3058600.
HSL color Cylindrical-coordinate representation of color #A8AB2E: hue angle of 61.44º degrees, saturation: 0.58, 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 #A8AB2E is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 171 | 46 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.33 |
| HSL | 61.44º | 0.58% | 0.43% | - |
| HSV(B) | 61.44º | 0.73% | 0.67% | - |
| XYZ | 31.2 | 37.65 | 8.21 | - |
| YUV | 155.85 | 66.01 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 46 | 0.02 | 0 | 0.73 | 0.33 | 61.44 | 0.58 | 0.43 |
| Hex | A8 | AB | 2E | 2 | 0 | 49 | 21 | 3D | 3A | 2B |
| Octal | 250 | 253 | 56 | 2 | 0 | 111 | 41 | 75 | 72 | 53 |
| Binary | 10101000 | 10101011 | 101110 | 10 | 0 | 1001001 | 100001 | 111101 | 111010 | 101011 |
Color Harmonies of #A8AB2E
Complementary color
Monochromatic Colors of #A8AB2E
Black with #A8AB2E
Text Example
Text Example
White with #A8AB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB2E; }
p { color: rgb(168,171,46); }
H1.HeaderClassName
{
color: #A8AB2E;
}
.AnyTagClassName
{
color: #A8AB2E;
}
</style>
background-color css
<style>
a { background-color: #A8AB2E; }
a { background-color: rgb(168,171,46); }
div.DivClassName
{
background-color: #A8AB2E;
}
.BgClassName
{
background-color: #A8AB2E;
}
</style>
border-color css
<style>
span { border-color: #A8AB2E; }
span { border-color: rgb(168,171,46); }
td.TdClassName
{
border-color: #A8AB2E;
}
.TagClassName
{
border-color: #A8AB2E;
}
</style>