Shades of Earls Green #A8A82B
Tints of Earls Green #A8A82B
RGB
CMYK
RGB Variations
Color information
#A8A82B (or 0xA8A82B) is known color: Earls Green. HEX triplet: A8, A8 and 2B. RGB value is (168,168,43). Sum of RGB (Red+Green+Blue) = 168+168+43=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 43 (17.19% from 255 or 11.35% from 379); Max value from RGB is 168 - color contains mainly: red, green. Hex color #A8A82B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A82B is #5757D4. Grayscale: #9A9A9A. Windows color (decimal): -5724117 or 2861224. OLE color: 2861224.
HSL color Cylindrical-coordinate representation of color #A8A82B: hue angle of 60º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8A82B is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 168 | 43 | - |
| CMYK | 0 | 0 | 0.74 | 0.34 |
| HSL | 60º | 0.59% | 0.41% | - |
| HSV(B) | 60º | 0.74% | 0.66% | - |
| XYZ | 30.59 | 36.5 | 7.72 | - |
| YUV | 153.75 | 65.5 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 168 | 43 | 0 | 0 | 0.74 | 0.34 | 60 | 0.59 | 0.41 |
| Hex | A8 | A8 | 2B | 0 | 0 | 4A | 22 | 3C | 3B | 29 |
| Octal | 250 | 250 | 53 | 0 | 0 | 112 | 42 | 74 | 73 | 51 |
| Binary | 10101000 | 10101000 | 101011 | 0 | 0 | 1001010 | 100010 | 111100 | 111011 | 101001 |
Color Harmonies of #A8A82B
Complementary color
Monochromatic Colors of #A8A82B
Black with #A8A82B
Text Example
Text Example
White with #A8A82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A82B; }
p { color: rgb(168,168,43); }
H1.HeaderClassName
{
color: #A8A82B;
}
.AnyTagClassName
{
color: #A8A82B;
}
</style>
background-color css
<style>
a { background-color: #A8A82B; }
a { background-color: rgb(168,168,43); }
div.DivClassName
{
background-color: #A8A82B;
}
.BgClassName
{
background-color: #A8A82B;
}
</style>
border-color css
<style>
span { border-color: #A8A82B; }
span { border-color: rgb(168,168,43); }
td.TdClassName
{
border-color: #A8A82B;
}
.TagClassName
{
border-color: #A8A82B;
}
</style>