Shades of Earls Green #C2AF11
Tints of Earls Green #C2AF11
RGB
CMYK
RGB Variations
Color information
#C2AF11 (or 0xC2AF11) is known color: Earls Green. HEX triplet: C2, AF and 11. RGB value is (194,175,17). Sum of RGB (Red+Green+Blue) = 194+175+17=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 17 (7.03% from 255 or 4.40% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AF11 is #3D50EE. Grayscale: #A3A3A3. Windows color (decimal): -4018415 or 1159106. OLE color: 1159106.
HSL color Cylindrical-coordinate representation of color #C2AF11: hue angle of 53.56º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2AF11 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 17 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.24 |
| HSL | 53.56º | 0.84% | 0.41% | - |
| HSV(B) | 53.56º | 0.91% | 0.76% | - |
| XYZ | 37.68 | 42.17 | 6.68 | - |
| YUV | 162.67 | 45.79 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 17 | 0 | 0.10 | 0.91 | 0.24 | 53.56 | 0.84 | 0.41 |
| Hex | C2 | AF | 11 | 0 | A | 5B | 18 | 36 | 54 | 29 |
| Octal | 302 | 257 | 21 | 0 | 12 | 133 | 30 | 66 | 124 | 51 |
| Binary | 11000010 | 10101111 | 10001 | 0 | 1010 | 1011011 | 11000 | 110110 | 1010100 | 101001 |
Color Harmonies of #C2AF11
Complementary color
Monochromatic Colors of #C2AF11
Black with #C2AF11
Text Example
Text Example
White with #C2AF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AF11; }
p { color: rgb(194,175,17); }
H1.HeaderClassName
{
color: #C2AF11;
}
.AnyTagClassName
{
color: #C2AF11;
}
</style>
background-color css
<style>
a { background-color: #C2AF11; }
a { background-color: rgb(194,175,17); }
div.DivClassName
{
background-color: #C2AF11;
}
.BgClassName
{
background-color: #C2AF11;
}
</style>
border-color css
<style>
span { border-color: #C2AF11; }
span { border-color: rgb(194,175,17); }
td.TdClassName
{
border-color: #C2AF11;
}
.TagClassName
{
border-color: #C2AF11;
}
</style>