Shades of Earls Green #C0A621
Tints of Earls Green #C0A621
RGB
CMYK
RGB Variations
Color information
#C0A621 (or 0xC0A621) is known color: Earls Green. HEX triplet: C0, A6 and 21. RGB value is (192,166,33). Sum of RGB (Red+Green+Blue) = 192+166+33=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 33 (13.28% from 255 or 8.44% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A621 is #3F59DE. Grayscale: #9F9F9F. Windows color (decimal): -4151775 or 2205376. OLE color: 2205376.
HSL color Cylindrical-coordinate representation of color #C0A621: hue angle of 50.19º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0A621 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 166 | 33 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.25 |
| HSL | 50.19º | 0.71% | 0.44% | - |
| HSV(B) | 50.19º | 0.83% | 0.75% | - |
| XYZ | 35.65 | 38.59 | 7.01 | - |
| YUV | 158.61 | 57.11 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 166 | 33 | 0 | 0.14 | 0.83 | 0.25 | 50.19 | 0.71 | 0.44 |
| Hex | C0 | A6 | 21 | 0 | E | 53 | 19 | 32 | 47 | 2C |
| Octal | 300 | 246 | 41 | 0 | 16 | 123 | 31 | 62 | 107 | 54 |
| Binary | 11000000 | 10100110 | 100001 | 0 | 1110 | 1010011 | 11001 | 110010 | 1000111 | 101100 |
Color Harmonies of #C0A621
Complementary color
Monochromatic Colors of #C0A621
Black with #C0A621
Text Example
Text Example
White with #C0A621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A621; }
p { color: rgb(192,166,33); }
H1.HeaderClassName
{
color: #C0A621;
}
.AnyTagClassName
{
color: #C0A621;
}
</style>
background-color css
<style>
a { background-color: #C0A621; }
a { background-color: rgb(192,166,33); }
div.DivClassName
{
background-color: #C0A621;
}
.BgClassName
{
background-color: #C0A621;
}
</style>
border-color css
<style>
span { border-color: #C0A621; }
span { border-color: rgb(192,166,33); }
td.TdClassName
{
border-color: #C0A621;
}
.TagClassName
{
border-color: #C0A621;
}
</style>