Shades of Earls Green #C2AF10
Tints of Earls Green #C2AF10
RGB
CMYK
RGB Variations
Color information
#C2AF10 (or 0xC2AF10) is known color: Earls Green. HEX triplet: C2, AF and 10. RGB value is (194,175,16). Sum of RGB (Red+Green+Blue) = 194+175+16=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AF10 is #3D50EF. Grayscale: #A3A3A3. Windows color (decimal): -4018416 or 1093570. OLE color: 1093570.
HSL color Cylindrical-coordinate representation of color #C2AF10: hue angle of 53.6º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2AF10 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 16 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.24 |
| HSL | 53.6º | 0.85% | 0.41% | - |
| HSV(B) | 53.6º | 0.92% | 0.76% | - |
| XYZ | 37.67 | 42.17 | 6.64 | - |
| YUV | 162.56 | 45.29 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 16 | 0 | 0.10 | 0.92 | 0.24 | 53.6 | 0.85 | 0.41 |
| Hex | C2 | AF | 10 | 0 | A | 5C | 18 | 36 | 55 | 29 |
| Octal | 302 | 257 | 20 | 0 | 12 | 134 | 30 | 66 | 125 | 51 |
| Binary | 11000010 | 10101111 | 10000 | 0 | 1010 | 1011100 | 11000 | 110110 | 1010101 | 101001 |
Color Harmonies of #C2AF10
Complementary color
Monochromatic Colors of #C2AF10
Black with #C2AF10
Text Example
Text Example
White with #C2AF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AF10; }
p { color: rgb(194,175,16); }
H1.HeaderClassName
{
color: #C2AF10;
}
.AnyTagClassName
{
color: #C2AF10;
}
</style>
background-color css
<style>
a { background-color: #C2AF10; }
a { background-color: rgb(194,175,16); }
div.DivClassName
{
background-color: #C2AF10;
}
.BgClassName
{
background-color: #C2AF10;
}
</style>
border-color css
<style>
span { border-color: #C2AF10; }
span { border-color: rgb(194,175,16); }
td.TdClassName
{
border-color: #C2AF10;
}
.TagClassName
{
border-color: #C2AF10;
}
</style>