Shades of Earls Green #C2A61F
Tints of Earls Green #C2A61F
RGB
CMYK
RGB Variations
Color information
#C2A61F (or 0xC2A61F) is known color: Earls Green. HEX triplet: C2, A6 and 1F. RGB value is (194,166,31). Sum of RGB (Red+Green+Blue) = 194+166+31=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 31 (12.5% from 255 or 7.93% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A61F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A61F is #3D59E0. Grayscale: #9F9F9F. Windows color (decimal): -4020705 or 2074306. OLE color: 2074306.
HSL color Cylindrical-coordinate representation of color #C2A61F: hue angle of 49.69º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C2A61F is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 166 | 31 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.24 |
| HSL | 49.69º | 0.72% | 0.44% | - |
| HSV(B) | 49.69º | 0.84% | 0.76% | - |
| XYZ | 36.13 | 38.84 | 6.89 | - |
| YUV | 158.98 | 55.78 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 166 | 31 | 0 | 0.14 | 0.84 | 0.24 | 49.69 | 0.72 | 0.44 |
| Hex | C2 | A6 | 1F | 0 | E | 54 | 18 | 32 | 48 | 2C |
| Octal | 302 | 246 | 37 | 0 | 16 | 124 | 30 | 62 | 110 | 54 |
| Binary | 11000010 | 10100110 | 11111 | 0 | 1110 | 1010100 | 11000 | 110010 | 1001000 | 101100 |
Color Harmonies of #C2A61F
Complementary color
Monochromatic Colors of #C2A61F
Black with #C2A61F
Text Example
Text Example
White with #C2A61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A61F; }
p { color: rgb(194,166,31); }
H1.HeaderClassName
{
color: #C2A61F;
}
.AnyTagClassName
{
color: #C2A61F;
}
</style>
background-color css
<style>
a { background-color: #C2A61F; }
a { background-color: rgb(194,166,31); }
div.DivClassName
{
background-color: #C2A61F;
}
.BgClassName
{
background-color: #C2A61F;
}
</style>
border-color css
<style>
span { border-color: #C2A61F; }
span { border-color: rgb(194,166,31); }
td.TdClassName
{
border-color: #C2A61F;
}
.TagClassName
{
border-color: #C2A61F;
}
</style>