Shades of Earls Green #C1A620
Tints of Earls Green #C1A620
RGB
CMYK
RGB Variations
Color information
#C1A620 (or 0xC1A620) is known color: Earls Green. HEX triplet: C1, A6 and 20. RGB value is (193,166,32). Sum of RGB (Red+Green+Blue) = 193+166+32=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 32 (12.89% from 255 or 8.18% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A620 is #3E59DF. Grayscale: #9F9F9F. Windows color (decimal): -4086240 or 2139841. OLE color: 2139841.
HSL color Cylindrical-coordinate representation of color #C1A620: hue angle of 49.94º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C1A620 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 166 | 32 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.24 |
| HSL | 49.94º | 0.72% | 0.44% | - |
| HSV(B) | 49.94º | 0.83% | 0.76% | - |
| XYZ | 35.89 | 38.71 | 6.95 | - |
| YUV | 158.8 | 56.45 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 166 | 32 | 0 | 0.14 | 0.83 | 0.24 | 49.94 | 0.72 | 0.44 |
| Hex | C1 | A6 | 20 | 0 | E | 53 | 18 | 32 | 48 | 2C |
| Octal | 301 | 246 | 40 | 0 | 16 | 123 | 30 | 62 | 110 | 54 |
| Binary | 11000001 | 10100110 | 100000 | 0 | 1110 | 1010011 | 11000 | 110010 | 1001000 | 101100 |
Color Harmonies of #C1A620
Complementary color
Monochromatic Colors of #C1A620
Black with #C1A620
Text Example
Text Example
White with #C1A620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A620; }
p { color: rgb(193,166,32); }
H1.HeaderClassName
{
color: #C1A620;
}
.AnyTagClassName
{
color: #C1A620;
}
</style>
background-color css
<style>
a { background-color: #C1A620; }
a { background-color: rgb(193,166,32); }
div.DivClassName
{
background-color: #C1A620;
}
.BgClassName
{
background-color: #C1A620;
}
</style>
border-color css
<style>
span { border-color: #C1A620; }
span { border-color: rgb(193,166,32); }
td.TdClassName
{
border-color: #C1A620;
}
.TagClassName
{
border-color: #C1A620;
}
</style>