Shades of Earls Green #C2AF1C
Tints of Earls Green #C2AF1C
RGB
CMYK
RGB Variations
Color information
#C2AF1C (or 0xC2AF1C) is known color: Earls Green. HEX triplet: C2, AF and 1C. RGB value is (194,175,28). Sum of RGB (Red+Green+Blue) = 194+175+28=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 28 (11.33% from 255 or 7.05% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AF1C is #3D50E3. Grayscale: #A4A4A4. Windows color (decimal): -4018404 or 1880002. OLE color: 1880002.
HSL color Cylindrical-coordinate representation of color #C2AF1C: hue angle of 53.13º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2AF1C is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 28 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.24 |
| HSL | 53.13º | 0.75% | 0.44% | - |
| HSV(B) | 53.13º | 0.86% | 0.76% | - |
| XYZ | 37.79 | 42.21 | 7.25 | - |
| YUV | 163.92 | 51.29 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 28 | 0 | 0.10 | 0.86 | 0.24 | 53.13 | 0.75 | 0.44 |
| Hex | C2 | AF | 1C | 0 | A | 56 | 18 | 35 | 4B | 2C |
| Octal | 302 | 257 | 34 | 0 | 12 | 126 | 30 | 65 | 113 | 54 |
| Binary | 11000010 | 10101111 | 11100 | 0 | 1010 | 1010110 | 11000 | 110101 | 1001011 | 101100 |
Color Harmonies of #C2AF1C
Complementary color
Monochromatic Colors of #C2AF1C
Black with #C2AF1C
Text Example
Text Example
White with #C2AF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AF1C; }
p { color: rgb(194,175,28); }
H1.HeaderClassName
{
color: #C2AF1C;
}
.AnyTagClassName
{
color: #C2AF1C;
}
</style>
background-color css
<style>
a { background-color: #C2AF1C; }
a { background-color: rgb(194,175,28); }
div.DivClassName
{
background-color: #C2AF1C;
}
.BgClassName
{
background-color: #C2AF1C;
}
</style>
border-color css
<style>
span { border-color: #C2AF1C; }
span { border-color: rgb(194,175,28); }
td.TdClassName
{
border-color: #C2AF1C;
}
.TagClassName
{
border-color: #C2AF1C;
}
</style>