Shades of Earls Green #A8A92B
Tints of Earls Green #A8A92B
RGB
CMYK
RGB Variations
Color information
#A8A92B (or 0xA8A92B) is known color: Earls Green. HEX triplet: A8, A9 and 2B. RGB value is (168,169,43). Sum of RGB (Red+Green+Blue) = 168+169+43=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 169 (66.41% from 255 or 44.47% from 380); Blue value is 43 (17.19% from 255 or 11.32% from 380); Max value from RGB is 169 - color contains mainly: green. Hex color #A8A92B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A92B is #5756D4. Grayscale: #9A9A9A. Windows color (decimal): -5723861 or 2861480. OLE color: 2861480.
HSL color Cylindrical-coordinate representation of color #A8A92B: hue angle of 60.48º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8A92B is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 169 | 43 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.34 |
| HSL | 60.48º | 0.59% | 0.42% | - |
| HSV(B) | 60.48º | 0.75% | 0.66% | - |
| XYZ | 30.77 | 36.88 | 7.78 | - |
| YUV | 154.34 | 65.17 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 169 | 43 | 0.01 | 0 | 0.75 | 0.34 | 60.48 | 0.59 | 0.42 |
| Hex | A8 | A9 | 2B | 1 | 0 | 4B | 22 | 3C | 3B | 2A |
| Octal | 250 | 251 | 53 | 1 | 0 | 113 | 42 | 74 | 73 | 52 |
| Binary | 10101000 | 10101001 | 101011 | 1 | 0 | 1001011 | 100010 | 111100 | 111011 | 101010 |
Color Harmonies of #A8A92B
Complementary color
Monochromatic Colors of #A8A92B
Black with #A8A92B
Text Example
Text Example
White with #A8A92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A92B; }
p { color: rgb(168,169,43); }
H1.HeaderClassName
{
color: #A8A92B;
}
.AnyTagClassName
{
color: #A8A92B;
}
</style>
background-color css
<style>
a { background-color: #A8A92B; }
a { background-color: rgb(168,169,43); }
div.DivClassName
{
background-color: #A8A92B;
}
.BgClassName
{
background-color: #A8A92B;
}
</style>
border-color css
<style>
span { border-color: #A8A92B; }
span { border-color: rgb(168,169,43); }
td.TdClassName
{
border-color: #A8A92B;
}
.TagClassName
{
border-color: #A8A92B;
}
</style>