Shades of Earls Green #C0A321
Tints of Earls Green #C0A321
RGB
CMYK
RGB Variations
Color information
#C0A321 (or 0xC0A321) is known color: Earls Green. HEX triplet: C0, A3 and 21. RGB value is (192,163,33). Sum of RGB (Red+Green+Blue) = 192+163+33=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 33 (13.28% from 255 or 8.51% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A321 is #3F5CDE. Grayscale: #9D9D9D. Windows color (decimal): -4152543 or 2204608. OLE color: 2204608.
HSL color Cylindrical-coordinate representation of color #C0A321: hue angle of 49.06º 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 #C0A321 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 163 | 33 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.25 |
| HSL | 49.06º | 0.71% | 0.44% | - |
| HSV(B) | 49.06º | 0.83% | 0.75% | - |
| XYZ | 35.11 | 37.51 | 6.83 | - |
| YUV | 156.85 | 58.11 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 163 | 33 | 0 | 0.15 | 0.83 | 0.25 | 49.06 | 0.71 | 0.44 |
| Hex | C0 | A3 | 21 | 0 | F | 53 | 19 | 31 | 47 | 2C |
| Octal | 300 | 243 | 41 | 0 | 17 | 123 | 31 | 61 | 107 | 54 |
| Binary | 11000000 | 10100011 | 100001 | 0 | 1111 | 1010011 | 11001 | 110001 | 1000111 | 101100 |
Color Harmonies of #C0A321
Complementary color
Monochromatic Colors of #C0A321
Black with #C0A321
Text Example
Text Example
White with #C0A321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A321; }
p { color: rgb(192,163,33); }
H1.HeaderClassName
{
color: #C0A321;
}
.AnyTagClassName
{
color: #C0A321;
}
</style>
background-color css
<style>
a { background-color: #C0A321; }
a { background-color: rgb(192,163,33); }
div.DivClassName
{
background-color: #C0A321;
}
.BgClassName
{
background-color: #C0A321;
}
</style>
border-color css
<style>
span { border-color: #C0A321; }
span { border-color: rgb(192,163,33); }
td.TdClassName
{
border-color: #C0A321;
}
.TagClassName
{
border-color: #C0A321;
}
</style>