Shades of Earls Green #C2AF16
Tints of Earls Green #C2AF16
RGB
CMYK
RGB Variations
Color information
#C2AF16 (or 0xC2AF16) is known color: Earls Green. HEX triplet: C2, AF and 16. RGB value is (194,175,22). Sum of RGB (Red+Green+Blue) = 194+175+22=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 22 (8.98% from 255 or 5.63% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AF16 is #3D50E9. Grayscale: #A3A3A3. Windows color (decimal): -4018410 or 1486786. OLE color: 1486786.
HSL color Cylindrical-coordinate representation of color #C2AF16: hue angle of 53.37º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C2AF16 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 22 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.24 |
| HSL | 53.37º | 0.8% | 0.42% | - |
| HSV(B) | 53.37º | 0.89% | 0.76% | - |
| XYZ | 37.72 | 42.19 | 6.91 | - |
| YUV | 163.24 | 48.29 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 22 | 0 | 0.10 | 0.89 | 0.24 | 53.37 | 0.8 | 0.42 |
| Hex | C2 | AF | 16 | 0 | A | 59 | 18 | 35 | 50 | 2A |
| Octal | 302 | 257 | 26 | 0 | 12 | 131 | 30 | 65 | 120 | 52 |
| Binary | 11000010 | 10101111 | 10110 | 0 | 1010 | 1011001 | 11000 | 110101 | 1010000 | 101010 |
Color Harmonies of #C2AF16
Complementary color
Monochromatic Colors of #C2AF16
Black with #C2AF16
Text Example
Text Example
White with #C2AF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AF16; }
p { color: rgb(194,175,22); }
H1.HeaderClassName
{
color: #C2AF16;
}
.AnyTagClassName
{
color: #C2AF16;
}
</style>
background-color css
<style>
a { background-color: #C2AF16; }
a { background-color: rgb(194,175,22); }
div.DivClassName
{
background-color: #C2AF16;
}
.BgClassName
{
background-color: #C2AF16;
}
</style>
border-color css
<style>
span { border-color: #C2AF16; }
span { border-color: rgb(194,175,22); }
td.TdClassName
{
border-color: #C2AF16;
}
.TagClassName
{
border-color: #C2AF16;
}
</style>