Shades of Earls Green #A6A92C
Tints of Earls Green #A6A92C
RGB
CMYK
RGB Variations
Color information
#A6A92C (or 0xA6A92C) is known color: Earls Green. HEX triplet: A6, A9 and 2C. RGB value is (166,169,44). Sum of RGB (Red+Green+Blue) = 166+169+44=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 169 (66.41% from 255 or 44.59% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 169 - color contains mainly: green. Hex color #A6A92C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A92C is #5956D3. Grayscale: #9A9A9A. Windows color (decimal): -5854932 or 2927014. OLE color: 2927014.
HSL color Cylindrical-coordinate representation of color #A6A92C: hue angle of 61.44º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A6A92C is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 166 | 169 | 44 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.34 |
| HSL | 61.44º | 0.59% | 0.42% | - |
| HSV(B) | 61.44º | 0.74% | 0.66% | - |
| XYZ | 30.37 | 36.66 | 7.86 | - |
| YUV | 153.85 | 66.01 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 169 | 44 | 0.02 | 0 | 0.74 | 0.34 | 61.44 | 0.59 | 0.42 |
| Hex | A6 | A9 | 2C | 2 | 0 | 4A | 22 | 3D | 3B | 2A |
| Octal | 246 | 251 | 54 | 2 | 0 | 112 | 42 | 75 | 73 | 52 |
| Binary | 10100110 | 10101001 | 101100 | 10 | 0 | 1001010 | 100010 | 111101 | 111011 | 101010 |
Color Harmonies of #A6A92C
Complementary color
Monochromatic Colors of #A6A92C
Black with #A6A92C
Text Example
Text Example
White with #A6A92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A92C; }
p { color: rgb(166,169,44); }
H1.HeaderClassName
{
color: #A6A92C;
}
.AnyTagClassName
{
color: #A6A92C;
}
</style>
background-color css
<style>
a { background-color: #A6A92C; }
a { background-color: rgb(166,169,44); }
div.DivClassName
{
background-color: #A6A92C;
}
.BgClassName
{
background-color: #A6A92C;
}
</style>
border-color css
<style>
span { border-color: #A6A92C; }
span { border-color: rgb(166,169,44); }
td.TdClassName
{
border-color: #A6A92C;
}
.TagClassName
{
border-color: #A6A92C;
}
</style>