Shades of Earls Green #C2A81E
Tints of Earls Green #C2A81E
RGB
CMYK
RGB Variations
Color information
#C2A81E (or 0xC2A81E) is known color: Earls Green. HEX triplet: C2, A8 and 1E. RGB value is (194,168,30). Sum of RGB (Red+Green+Blue) = 194+168+30=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 30 (12.11% from 255 or 7.65% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A81E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A81E is #3D57E1. Grayscale: #A0A0A0. Windows color (decimal): -4020194 or 2009282. OLE color: 2009282.
HSL color Cylindrical-coordinate representation of color #C2A81E: hue angle of 50.49º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2A81E is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 168 | 30 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.24 |
| HSL | 50.49º | 0.73% | 0.44% | - |
| HSV(B) | 50.49º | 0.85% | 0.76% | - |
| XYZ | 36.49 | 39.57 | 6.94 | - |
| YUV | 160.04 | 54.61 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 30 | 0 | 0.13 | 0.85 | 0.24 | 50.49 | 0.73 | 0.44 |
| Hex | C2 | A8 | 1E | 0 | D | 55 | 18 | 32 | 49 | 2C |
| Octal | 302 | 250 | 36 | 0 | 15 | 125 | 30 | 62 | 111 | 54 |
| Binary | 11000010 | 10101000 | 11110 | 0 | 1101 | 1010101 | 11000 | 110010 | 1001001 | 101100 |
Color Harmonies of #C2A81E
Complementary color
Monochromatic Colors of #C2A81E
Black with #C2A81E
Text Example
Text Example
White with #C2A81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A81E; }
p { color: rgb(194,168,30); }
H1.HeaderClassName
{
color: #C2A81E;
}
.AnyTagClassName
{
color: #C2A81E;
}
</style>
background-color css
<style>
a { background-color: #C2A81E; }
a { background-color: rgb(194,168,30); }
div.DivClassName
{
background-color: #C2A81E;
}
.BgClassName
{
background-color: #C2A81E;
}
</style>
border-color css
<style>
span { border-color: #C2A81E; }
span { border-color: rgb(194,168,30); }
td.TdClassName
{
border-color: #C2A81E;
}
.TagClassName
{
border-color: #C2A81E;
}
</style>