Shades of Earls Green #C0A81D
Tints of Earls Green #C0A81D
RGB
CMYK
RGB Variations
Color information
#C0A81D (or 0xC0A81D) is known color: Earls Green. HEX triplet: C0, A8 and 1D. RGB value is (192,168,29). Sum of RGB (Red+Green+Blue) = 192+168+29=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 29 (11.72% from 255 or 7.46% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A81D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A81D is #3F57E2. Grayscale: #9F9F9F. Windows color (decimal): -4151267 or 1943744. OLE color: 1943744.
HSL color Cylindrical-coordinate representation of color #C0A81D: hue angle of 51.17º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0A81D is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 168 | 29 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.25 |
| HSL | 51.17º | 0.74% | 0.43% | - |
| HSV(B) | 51.17º | 0.85% | 0.75% | - |
| XYZ | 35.96 | 39.3 | 6.85 | - |
| YUV | 159.33 | 54.45 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 168 | 29 | 0 | 0.12 | 0.85 | 0.25 | 51.17 | 0.74 | 0.43 |
| Hex | C0 | A8 | 1D | 0 | C | 55 | 19 | 33 | 4A | 2B |
| Octal | 300 | 250 | 35 | 0 | 14 | 125 | 31 | 63 | 112 | 53 |
| Binary | 11000000 | 10101000 | 11101 | 0 | 1100 | 1010101 | 11001 | 110011 | 1001010 | 101011 |
Color Harmonies of #C0A81D
Complementary color
Monochromatic Colors of #C0A81D
Black with #C0A81D
Text Example
Text Example
White with #C0A81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A81D; }
p { color: rgb(192,168,29); }
H1.HeaderClassName
{
color: #C0A81D;
}
.AnyTagClassName
{
color: #C0A81D;
}
</style>
background-color css
<style>
a { background-color: #C0A81D; }
a { background-color: rgb(192,168,29); }
div.DivClassName
{
background-color: #C0A81D;
}
.BgClassName
{
background-color: #C0A81D;
}
</style>
border-color css
<style>
span { border-color: #C0A81D; }
span { border-color: rgb(192,168,29); }
td.TdClassName
{
border-color: #C0A81D;
}
.TagClassName
{
border-color: #C0A81D;
}
</style>