Shades of Earls Green #C0A71D
Tints of Earls Green #C0A71D
RGB
CMYK
RGB Variations
Color information
#C0A71D (or 0xC0A71D) is known color: Earls Green. HEX triplet: C0, A7 and 1D. RGB value is (192,167,29). Sum of RGB (Red+Green+Blue) = 192+167+29=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 167 (65.62% from 255 or 43.04% from 388); Blue value is 29 (11.72% from 255 or 7.47% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A71D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A71D is #3F58E2. Grayscale: #9F9F9F. Windows color (decimal): -4151523 or 1943488. OLE color: 1943488.
HSL color Cylindrical-coordinate representation of color #C0A71D: hue angle of 50.8º 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 #C0A71D is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 167 | 29 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.25 |
| HSL | 50.8º | 0.74% | 0.43% | - |
| HSV(B) | 50.8º | 0.85% | 0.75% | - |
| XYZ | 35.78 | 38.93 | 6.79 | - |
| YUV | 158.74 | 54.78 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 167 | 29 | 0 | 0.13 | 0.85 | 0.25 | 50.8 | 0.74 | 0.43 |
| Hex | C0 | A7 | 1D | 0 | D | 55 | 19 | 33 | 4A | 2B |
| Octal | 300 | 247 | 35 | 0 | 15 | 125 | 31 | 63 | 112 | 53 |
| Binary | 11000000 | 10100111 | 11101 | 0 | 1101 | 1010101 | 11001 | 110011 | 1001010 | 101011 |
Color Harmonies of #C0A71D
Complementary color
Monochromatic Colors of #C0A71D
Black with #C0A71D
Text Example
Text Example
White with #C0A71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A71D; }
p { color: rgb(192,167,29); }
H1.HeaderClassName
{
color: #C0A71D;
}
.AnyTagClassName
{
color: #C0A71D;
}
</style>
background-color css
<style>
a { background-color: #C0A71D; }
a { background-color: rgb(192,167,29); }
div.DivClassName
{
background-color: #C0A71D;
}
.BgClassName
{
background-color: #C0A71D;
}
</style>
border-color css
<style>
span { border-color: #C0A71D; }
span { border-color: rgb(192,167,29); }
td.TdClassName
{
border-color: #C0A71D;
}
.TagClassName
{
border-color: #C0A71D;
}
</style>