Shades of Earls Green #C0A41F
Tints of Earls Green #C0A41F
RGB
CMYK
RGB Variations
Color information
#C0A41F (or 0xC0A41F) is known color: Earls Green. HEX triplet: C0, A4 and 1F. RGB value is (192,164,31). Sum of RGB (Red+Green+Blue) = 192+164+31=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 31 (12.5% from 255 or 8.01% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A41F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A41F is #3F5BE0. Grayscale: #9D9D9D. Windows color (decimal): -4152289 or 2073792. OLE color: 2073792.
HSL color Cylindrical-coordinate representation of color #C0A41F: hue angle of 49.57º degrees, saturation: 0.72, 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 #C0A41F is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 164 | 31 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.25 |
| HSL | 49.57º | 0.72% | 0.44% | - |
| HSV(B) | 49.57º | 0.84% | 0.75% | - |
| XYZ | 35.26 | 37.86 | 6.74 | - |
| YUV | 157.21 | 56.78 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 164 | 31 | 0 | 0.15 | 0.84 | 0.25 | 49.57 | 0.72 | 0.44 |
| Hex | C0 | A4 | 1F | 0 | F | 54 | 19 | 32 | 48 | 2C |
| Octal | 300 | 244 | 37 | 0 | 17 | 124 | 31 | 62 | 110 | 54 |
| Binary | 11000000 | 10100100 | 11111 | 0 | 1111 | 1010100 | 11001 | 110010 | 1001000 | 101100 |
Color Harmonies of #C0A41F
Complementary color
Monochromatic Colors of #C0A41F
Black with #C0A41F
Text Example
Text Example
White with #C0A41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A41F; }
p { color: rgb(192,164,31); }
H1.HeaderClassName
{
color: #C0A41F;
}
.AnyTagClassName
{
color: #C0A41F;
}
</style>
background-color css
<style>
a { background-color: #C0A41F; }
a { background-color: rgb(192,164,31); }
div.DivClassName
{
background-color: #C0A41F;
}
.BgClassName
{
background-color: #C0A41F;
}
</style>
border-color css
<style>
span { border-color: #C0A41F; }
span { border-color: rgb(192,164,31); }
td.TdClassName
{
border-color: #C0A41F;
}
.TagClassName
{
border-color: #C0A41F;
}
</style>