Shades of Earls Green #C0A72D
Tints of Earls Green #C0A72D
RGB
CMYK
RGB Variations
Color information
#C0A72D (or 0xC0A72D) is known color: Earls Green. HEX triplet: C0, A7 and 2D. RGB value is (192,167,45). Sum of RGB (Red+Green+Blue) = 192+167+45=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 167 (65.62% from 255 or 41.34% from 404); Blue value is 45 (17.97% from 255 or 11.14% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A72D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A72D is #3F58D2. Grayscale: #A1A1A1. Windows color (decimal): -4151507 or 2992064. OLE color: 2992064.
HSL color Cylindrical-coordinate representation of color #C0A72D: hue angle of 49.8º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0A72D is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 167 | 45 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.25 |
| HSL | 49.8º | 0.62% | 0.46% | - |
| HSV(B) | 49.8º | 0.77% | 0.75% | - |
| XYZ | 36.03 | 39.03 | 8.12 | - |
| YUV | 160.57 | 62.78 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 167 | 45 | 0 | 0.13 | 0.77 | 0.25 | 49.8 | 0.62 | 0.46 |
| Hex | C0 | A7 | 2D | 0 | D | 4D | 19 | 32 | 3E | 2E |
| Octal | 300 | 247 | 55 | 0 | 15 | 115 | 31 | 62 | 76 | 56 |
| Binary | 11000000 | 10100111 | 101101 | 0 | 1101 | 1001101 | 11001 | 110010 | 111110 | 101110 |
Color Harmonies of #C0A72D
Complementary color
Monochromatic Colors of #C0A72D
Black with #C0A72D
Text Example
Text Example
White with #C0A72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A72D; }
p { color: rgb(192,167,45); }
H1.HeaderClassName
{
color: #C0A72D;
}
.AnyTagClassName
{
color: #C0A72D;
}
</style>
background-color css
<style>
a { background-color: #C0A72D; }
a { background-color: rgb(192,167,45); }
div.DivClassName
{
background-color: #C0A72D;
}
.BgClassName
{
background-color: #C0A72D;
}
</style>
border-color css
<style>
span { border-color: #C0A72D; }
span { border-color: rgb(192,167,45); }
td.TdClassName
{
border-color: #C0A72D;
}
.TagClassName
{
border-color: #C0A72D;
}
</style>