Shades of Earls Green #C0A81E
Tints of Earls Green #C0A81E
RGB
CMYK
RGB Variations
Color information
#C0A81E (or 0xC0A81E) is known color: Earls Green. HEX triplet: C0, A8 and 1E. RGB value is (192,168,30). Sum of RGB (Red+Green+Blue) = 192+168+30=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 30 (12.11% from 255 or 7.69% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A81E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A81E is #3F57E1. Grayscale: #A0A0A0. Windows color (decimal): -4151266 or 2009280. OLE color: 2009280.
HSL color Cylindrical-coordinate representation of color #C0A81E: hue angle of 51.11º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0A81E is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 168 | 30 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.25 |
| HSL | 51.11º | 0.73% | 0.44% | - |
| HSV(B) | 51.11º | 0.84% | 0.75% | - |
| XYZ | 35.98 | 39.31 | 6.92 | - |
| YUV | 159.44 | 54.95 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 168 | 30 | 0 | 0.12 | 0.84 | 0.25 | 51.11 | 0.73 | 0.44 |
| Hex | C0 | A8 | 1E | 0 | C | 54 | 19 | 33 | 49 | 2C |
| Octal | 300 | 250 | 36 | 0 | 14 | 124 | 31 | 63 | 111 | 54 |
| Binary | 11000000 | 10101000 | 11110 | 0 | 1100 | 1010100 | 11001 | 110011 | 1001001 | 101100 |
Color Harmonies of #C0A81E
Complementary color
Monochromatic Colors of #C0A81E
Black with #C0A81E
Text Example
Text Example
White with #C0A81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A81E; }
p { color: rgb(192,168,30); }
H1.HeaderClassName
{
color: #C0A81E;
}
.AnyTagClassName
{
color: #C0A81E;
}
</style>
background-color css
<style>
a { background-color: #C0A81E; }
a { background-color: rgb(192,168,30); }
div.DivClassName
{
background-color: #C0A81E;
}
.BgClassName
{
background-color: #C0A81E;
}
</style>
border-color css
<style>
span { border-color: #C0A81E; }
span { border-color: rgb(192,168,30); }
td.TdClassName
{
border-color: #C0A81E;
}
.TagClassName
{
border-color: #C0A81E;
}
</style>