Shades of Earls Green #C2AF15
Tints of Earls Green #C2AF15
RGB
CMYK
RGB Variations
Color information
#C2AF15 (or 0xC2AF15) is known color: Earls Green. HEX triplet: C2, AF and 15. RGB value is (194,175,21). Sum of RGB (Red+Green+Blue) = 194+175+21=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 21 (8.59% from 255 or 5.38% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AF15 is #3D50EA. Grayscale: #A3A3A3. Windows color (decimal): -4018411 or 1421250. OLE color: 1421250.
HSL color Cylindrical-coordinate representation of color #C2AF15: hue angle of 53.41º 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 #C2AF15 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 21 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.24 |
| HSL | 53.41º | 0.8% | 0.42% | - |
| HSV(B) | 53.41º | 0.89% | 0.76% | - |
| XYZ | 37.71 | 42.18 | 6.86 | - |
| YUV | 163.13 | 47.79 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 21 | 0 | 0.10 | 0.89 | 0.24 | 53.41 | 0.8 | 0.42 |
| Hex | C2 | AF | 15 | 0 | A | 59 | 18 | 35 | 50 | 2A |
| Octal | 302 | 257 | 25 | 0 | 12 | 131 | 30 | 65 | 120 | 52 |
| Binary | 11000010 | 10101111 | 10101 | 0 | 1010 | 1011001 | 11000 | 110101 | 1010000 | 101010 |
Color Harmonies of #C2AF15
Complementary color
Monochromatic Colors of #C2AF15
Black with #C2AF15
Text Example
Text Example
White with #C2AF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AF15; }
p { color: rgb(194,175,21); }
H1.HeaderClassName
{
color: #C2AF15;
}
.AnyTagClassName
{
color: #C2AF15;
}
</style>
background-color css
<style>
a { background-color: #C2AF15; }
a { background-color: rgb(194,175,21); }
div.DivClassName
{
background-color: #C2AF15;
}
.BgClassName
{
background-color: #C2AF15;
}
</style>
border-color css
<style>
span { border-color: #C2AF15; }
span { border-color: rgb(194,175,21); }
td.TdClassName
{
border-color: #C2AF15;
}
.TagClassName
{
border-color: #C2AF15;
}
</style>