Shades of Earls Green #C0A816
Tints of Earls Green #C0A816
RGB
CMYK
RGB Variations
Color information
#C0A816 (or 0xC0A816) is known color: Earls Green. HEX triplet: C0, A8 and 16. RGB value is (192,168,22). Sum of RGB (Red+Green+Blue) = 192+168+22=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 168 (66.02% from 255 or 43.98% from 382); Blue value is 22 (8.98% from 255 or 5.76% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A816 is #3F57E9. Grayscale: #9F9F9F. Windows color (decimal): -4151274 or 1484992. OLE color: 1484992.
HSL color Cylindrical-coordinate representation of color #C0A816: hue angle of 51.53º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C0A816 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 168 | 22 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.25 |
| HSL | 51.53º | 0.79% | 0.42% | - |
| HSV(B) | 51.53º | 0.89% | 0.75% | - |
| XYZ | 35.89 | 39.27 | 6.45 | - |
| YUV | 158.53 | 50.95 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 168 | 22 | 0 | 0.12 | 0.89 | 0.25 | 51.53 | 0.79 | 0.42 |
| Hex | C0 | A8 | 16 | 0 | C | 59 | 19 | 34 | 4F | 2A |
| Octal | 300 | 250 | 26 | 0 | 14 | 131 | 31 | 64 | 117 | 52 |
| Binary | 11000000 | 10101000 | 10110 | 0 | 1100 | 1011001 | 11001 | 110100 | 1001111 | 101010 |
Color Harmonies of #C0A816
Complementary color
Monochromatic Colors of #C0A816
Black with #C0A816
Text Example
Text Example
White with #C0A816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A816; }
p { color: rgb(192,168,22); }
H1.HeaderClassName
{
color: #C0A816;
}
.AnyTagClassName
{
color: #C0A816;
}
</style>
background-color css
<style>
a { background-color: #C0A816; }
a { background-color: rgb(192,168,22); }
div.DivClassName
{
background-color: #C0A816;
}
.BgClassName
{
background-color: #C0A816;
}
</style>
border-color css
<style>
span { border-color: #C0A816; }
span { border-color: rgb(192,168,22); }
td.TdClassName
{
border-color: #C0A816;
}
.TagClassName
{
border-color: #C0A816;
}
</style>