Shades of Earls Green #A8AB23
Tints of Earls Green #A8AB23
RGB
CMYK
RGB Variations
Color information
#A8AB23 (or 0xA8AB23) is known color: Earls Green. HEX triplet: A8, AB and 23. RGB value is (168,171,35). Sum of RGB (Red+Green+Blue) = 168+171+35=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 35 (14.06% from 255 or 9.36% from 374); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AB23 is #5754DC. Grayscale: #9B9B9B. Windows color (decimal): -5723357 or 2337704. OLE color: 2337704.
HSL color Cylindrical-coordinate representation of color #A8AB23: hue angle of 61.32º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A8AB23 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 171 | 35 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.33 |
| HSL | 61.32º | 0.66% | 0.4% | - |
| HSV(B) | 61.32º | 0.8% | 0.67% | - |
| XYZ | 31.01 | 37.57 | 7.21 | - |
| YUV | 154.6 | 60.51 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 35 | 0.02 | 0 | 0.80 | 0.33 | 61.32 | 0.66 | 0.4 |
| Hex | A8 | AB | 23 | 2 | 0 | 50 | 21 | 3D | 42 | 28 |
| Octal | 250 | 253 | 43 | 2 | 0 | 120 | 41 | 75 | 102 | 50 |
| Binary | 10101000 | 10101011 | 100011 | 10 | 0 | 1010000 | 100001 | 111101 | 1000010 | 101000 |
Color Harmonies of #A8AB23
Complementary color
Monochromatic Colors of #A8AB23
Black with #A8AB23
Text Example
Text Example
White with #A8AB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB23; }
p { color: rgb(168,171,35); }
H1.HeaderClassName
{
color: #A8AB23;
}
.AnyTagClassName
{
color: #A8AB23;
}
</style>
background-color css
<style>
a { background-color: #A8AB23; }
a { background-color: rgb(168,171,35); }
div.DivClassName
{
background-color: #A8AB23;
}
.BgClassName
{
background-color: #A8AB23;
}
</style>
border-color css
<style>
span { border-color: #A8AB23; }
span { border-color: rgb(168,171,35); }
td.TdClassName
{
border-color: #A8AB23;
}
.TagClassName
{
border-color: #A8AB23;
}
</style>