Shades of Earls Green #C0A42E
Tints of Earls Green #C0A42E
RGB
CMYK
RGB Variations
Color information
#C0A42E (or 0xC0A42E) is known color: Earls Green. HEX triplet: C0, A4 and 2E. RGB value is (192,164,46). Sum of RGB (Red+Green+Blue) = 192+164+46=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 164 (64.45% from 255 or 40.80% from 402); Blue value is 46 (18.36% from 255 or 11.44% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A42E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A42E is #3F5BD1. Grayscale: #9F9F9F. Windows color (decimal): -4152274 or 3056832. OLE color: 3056832.
HSL color Cylindrical-coordinate representation of color #C0A42E: hue angle of 48.49º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0A42E is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 164 | 46 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.25 |
| HSL | 48.49º | 0.61% | 0.47% | - |
| HSV(B) | 48.49º | 0.76% | 0.75% | - |
| XYZ | 35.51 | 37.95 | 8.04 | - |
| YUV | 158.92 | 64.28 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 164 | 46 | 0 | 0.15 | 0.76 | 0.25 | 48.49 | 0.61 | 0.47 |
| Hex | C0 | A4 | 2E | 0 | F | 4C | 19 | 30 | 3D | 2F |
| Octal | 300 | 244 | 56 | 0 | 17 | 114 | 31 | 60 | 75 | 57 |
| Binary | 11000000 | 10100100 | 101110 | 0 | 1111 | 1001100 | 11001 | 110000 | 111101 | 101111 |
Color Harmonies of #C0A42E
Complementary color
Monochromatic Colors of #C0A42E
Black with #C0A42E
Text Example
Text Example
White with #C0A42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A42E; }
p { color: rgb(192,164,46); }
H1.HeaderClassName
{
color: #C0A42E;
}
.AnyTagClassName
{
color: #C0A42E;
}
</style>
background-color css
<style>
a { background-color: #C0A42E; }
a { background-color: rgb(192,164,46); }
div.DivClassName
{
background-color: #C0A42E;
}
.BgClassName
{
background-color: #C0A42E;
}
</style>
border-color css
<style>
span { border-color: #C0A42E; }
span { border-color: rgb(192,164,46); }
td.TdClassName
{
border-color: #C0A42E;
}
.TagClassName
{
border-color: #C0A42E;
}
</style>