Shades of Earls Green #C0A718
Tints of Earls Green #C0A718
RGB
CMYK
RGB Variations
Color information
#C0A718 (or 0xC0A718) is known color: Earls Green. HEX triplet: C0, A7 and 18. RGB value is (192,167,24). Sum of RGB (Red+Green+Blue) = 192+167+24=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 167 (65.62% from 255 or 43.60% from 383); Blue value is 24 (9.77% from 255 or 6.27% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A718 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A718 is #3F58E7. Grayscale: #9E9E9E. Windows color (decimal): -4151528 or 1615808. OLE color: 1615808.
HSL color Cylindrical-coordinate representation of color #C0A718: hue angle of 51.07º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0A718 is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 167 | 24 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.25 |
| HSL | 51.07º | 0.78% | 0.42% | - |
| HSV(B) | 51.07º | 0.88% | 0.75% | - |
| XYZ | 35.72 | 38.91 | 6.49 | - |
| YUV | 158.17 | 52.28 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 167 | 24 | 0 | 0.13 | 0.88 | 0.25 | 51.07 | 0.78 | 0.42 |
| Hex | C0 | A7 | 18 | 0 | D | 58 | 19 | 33 | 4E | 2A |
| Octal | 300 | 247 | 30 | 0 | 15 | 130 | 31 | 63 | 116 | 52 |
| Binary | 11000000 | 10100111 | 11000 | 0 | 1101 | 1011000 | 11001 | 110011 | 1001110 | 101010 |
Color Harmonies of #C0A718
Complementary color
Monochromatic Colors of #C0A718
Black with #C0A718
Text Example
Text Example
White with #C0A718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A718; }
p { color: rgb(192,167,24); }
H1.HeaderClassName
{
color: #C0A718;
}
.AnyTagClassName
{
color: #C0A718;
}
</style>
background-color css
<style>
a { background-color: #C0A718; }
a { background-color: rgb(192,167,24); }
div.DivClassName
{
background-color: #C0A718;
}
.BgClassName
{
background-color: #C0A718;
}
</style>
border-color css
<style>
span { border-color: #C0A718; }
span { border-color: rgb(192,167,24); }
td.TdClassName
{
border-color: #C0A718;
}
.TagClassName
{
border-color: #C0A718;
}
</style>