Shades of Earls Green #C0A81F
Tints of Earls Green #C0A81F
RGB
CMYK
RGB Variations
Color information
#C0A81F (or 0xC0A81F) is known color: Earls Green. HEX triplet: C0, A8 and 1F. RGB value is (192,168,31). Sum of RGB (Red+Green+Blue) = 192+168+31=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 31 (12.5% from 255 or 7.93% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A81F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A81F is #3F57E0. Grayscale: #A0A0A0. Windows color (decimal): -4151265 or 2074816. OLE color: 2074816.
HSL color Cylindrical-coordinate representation of color #C0A81F: hue angle of 51.06º 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 #C0A81F is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 168 | 31 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.25 |
| HSL | 51.06º | 0.72% | 0.44% | - |
| HSV(B) | 51.06º | 0.84% | 0.75% | - |
| XYZ | 35.99 | 39.31 | 6.99 | - |
| YUV | 159.56 | 55.45 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 168 | 31 | 0 | 0.12 | 0.84 | 0.25 | 51.06 | 0.72 | 0.44 |
| Hex | C0 | A8 | 1F | 0 | C | 54 | 19 | 33 | 48 | 2C |
| Octal | 300 | 250 | 37 | 0 | 14 | 124 | 31 | 63 | 110 | 54 |
| Binary | 11000000 | 10101000 | 11111 | 0 | 1100 | 1010100 | 11001 | 110011 | 1001000 | 101100 |
Color Harmonies of #C0A81F
Complementary color
Monochromatic Colors of #C0A81F
Black with #C0A81F
Text Example
Text Example
White with #C0A81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A81F; }
p { color: rgb(192,168,31); }
H1.HeaderClassName
{
color: #C0A81F;
}
.AnyTagClassName
{
color: #C0A81F;
}
</style>
background-color css
<style>
a { background-color: #C0A81F; }
a { background-color: rgb(192,168,31); }
div.DivClassName
{
background-color: #C0A81F;
}
.BgClassName
{
background-color: #C0A81F;
}
</style>
border-color css
<style>
span { border-color: #C0A81F; }
span { border-color: rgb(192,168,31); }
td.TdClassName
{
border-color: #C0A81F;
}
.TagClassName
{
border-color: #C0A81F;
}
</style>