Shades of Earls Green #C0A821
Tints of Earls Green #C0A821
RGB
CMYK
RGB Variations
Color information
#C0A821 (or 0xC0A821) is known color: Earls Green. HEX triplet: C0, A8 and 21. RGB value is (192,168,33). Sum of RGB (Red+Green+Blue) = 192+168+33=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 33 (13.28% from 255 or 8.40% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A821 is #3F57DE. Grayscale: #A0A0A0. Windows color (decimal): -4151263 or 2205888. OLE color: 2205888.
HSL color Cylindrical-coordinate representation of color #C0A821: hue angle of 50.94º 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 #C0A821 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 168 | 33 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.25 |
| HSL | 50.94º | 0.71% | 0.44% | - |
| HSV(B) | 50.94º | 0.83% | 0.75% | - |
| XYZ | 36.02 | 39.32 | 7.13 | - |
| YUV | 159.79 | 56.45 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 168 | 33 | 0 | 0.12 | 0.83 | 0.25 | 50.94 | 0.71 | 0.44 |
| Hex | C0 | A8 | 21 | 0 | C | 53 | 19 | 33 | 47 | 2C |
| Octal | 300 | 250 | 41 | 0 | 14 | 123 | 31 | 63 | 107 | 54 |
| Binary | 11000000 | 10101000 | 100001 | 0 | 1100 | 1010011 | 11001 | 110011 | 1000111 | 101100 |
Color Harmonies of #C0A821
Complementary color
Monochromatic Colors of #C0A821
Black with #C0A821
Text Example
Text Example
White with #C0A821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A821; }
p { color: rgb(192,168,33); }
H1.HeaderClassName
{
color: #C0A821;
}
.AnyTagClassName
{
color: #C0A821;
}
</style>
background-color css
<style>
a { background-color: #C0A821; }
a { background-color: rgb(192,168,33); }
div.DivClassName
{
background-color: #C0A821;
}
.BgClassName
{
background-color: #C0A821;
}
</style>
border-color css
<style>
span { border-color: #C0A821; }
span { border-color: rgb(192,168,33); }
td.TdClassName
{
border-color: #C0A821;
}
.TagClassName
{
border-color: #C0A821;
}
</style>