Shades of Earls Green #C1A81E
Tints of Earls Green #C1A81E
RGB
CMYK
RGB Variations
Color information
#C1A81E (or 0xC1A81E) is known color: Earls Green. HEX triplet: C1, A8 and 1E. RGB value is (193,168,30). Sum of RGB (Red+Green+Blue) = 193+168+30=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 30 (12.11% from 255 or 7.67% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A81E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A81E is #3E57E1. Grayscale: #A0A0A0. Windows color (decimal): -4085730 or 2009281. OLE color: 2009281.
HSL color Cylindrical-coordinate representation of color #C1A81E: hue angle of 50.8º degrees, saturation: 0.73, 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 #C1A81E is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 168 | 30 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.24 |
| HSL | 50.8º | 0.73% | 0.44% | - |
| HSV(B) | 50.8º | 0.84% | 0.76% | - |
| XYZ | 36.23 | 39.44 | 6.93 | - |
| YUV | 159.74 | 54.78 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 168 | 30 | 0 | 0.13 | 0.84 | 0.24 | 50.8 | 0.73 | 0.44 |
| Hex | C1 | A8 | 1E | 0 | D | 54 | 18 | 33 | 49 | 2C |
| Octal | 301 | 250 | 36 | 0 | 15 | 124 | 30 | 63 | 111 | 54 |
| Binary | 11000001 | 10101000 | 11110 | 0 | 1101 | 1010100 | 11000 | 110011 | 1001001 | 101100 |
Color Harmonies of #C1A81E
Complementary color
Monochromatic Colors of #C1A81E
Black with #C1A81E
Text Example
Text Example
White with #C1A81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A81E; }
p { color: rgb(193,168,30); }
H1.HeaderClassName
{
color: #C1A81E;
}
.AnyTagClassName
{
color: #C1A81E;
}
</style>
background-color css
<style>
a { background-color: #C1A81E; }
a { background-color: rgb(193,168,30); }
div.DivClassName
{
background-color: #C1A81E;
}
.BgClassName
{
background-color: #C1A81E;
}
</style>
border-color css
<style>
span { border-color: #C1A81E; }
span { border-color: rgb(193,168,30); }
td.TdClassName
{
border-color: #C1A81E;
}
.TagClassName
{
border-color: #C1A81E;
}
</style>