Shades of Earls Green #C0A51E
Tints of Earls Green #C0A51E
RGB
CMYK
RGB Variations
Color information
#C0A51E (or 0xC0A51E) is known color: Earls Green. HEX triplet: C0, A5 and 1E. RGB value is (192,165,30). Sum of RGB (Red+Green+Blue) = 192+165+30=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 30 (12.11% from 255 or 7.75% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A51E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A51E is #3F5AE1. Grayscale: #9E9E9E. Windows color (decimal): -4152034 or 2008512. OLE color: 2008512.
HSL color Cylindrical-coordinate representation of color #C0A51E: hue angle of 50º degrees, saturation: 0.73, 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 #C0A51E is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 165 | 30 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.25 |
| HSL | 50º | 0.73% | 0.44% | - |
| HSV(B) | 50º | 0.84% | 0.75% | - |
| XYZ | 35.43 | 38.21 | 6.74 | - |
| YUV | 157.68 | 55.95 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 165 | 30 | 0 | 0.14 | 0.84 | 0.25 | 50 | 0.73 | 0.44 |
| Hex | C0 | A5 | 1E | 0 | E | 54 | 19 | 32 | 49 | 2C |
| Octal | 300 | 245 | 36 | 0 | 16 | 124 | 31 | 62 | 111 | 54 |
| Binary | 11000000 | 10100101 | 11110 | 0 | 1110 | 1010100 | 11001 | 110010 | 1001001 | 101100 |
Color Harmonies of #C0A51E
Complementary color
Monochromatic Colors of #C0A51E
Black with #C0A51E
Text Example
Text Example
White with #C0A51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A51E; }
p { color: rgb(192,165,30); }
H1.HeaderClassName
{
color: #C0A51E;
}
.AnyTagClassName
{
color: #C0A51E;
}
</style>
background-color css
<style>
a { background-color: #C0A51E; }
a { background-color: rgb(192,165,30); }
div.DivClassName
{
background-color: #C0A51E;
}
.BgClassName
{
background-color: #C0A51E;
}
</style>
border-color css
<style>
span { border-color: #C0A51E; }
span { border-color: rgb(192,165,30); }
td.TdClassName
{
border-color: #C0A51E;
}
.TagClassName
{
border-color: #C0A51E;
}
</style>