Shades of Earls Green #C0AE1E
Tints of Earls Green #C0AE1E
RGB
CMYK
RGB Variations
Color information
#C0AE1E (or 0xC0AE1E) is known color: Earls Green. HEX triplet: C0, AE and 1E. RGB value is (192,174,30). Sum of RGB (Red+Green+Blue) = 192+174+30=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 174 (68.36% from 255 or 43.94% from 396); Blue value is 30 (12.11% from 255 or 7.58% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AE1E is #3F51E1. Grayscale: #A3A3A3. Windows color (decimal): -4149730 or 2010816. OLE color: 2010816.
HSL color Cylindrical-coordinate representation of color #C0AE1E: hue angle of 53.33º 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 #C0AE1E is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 174 | 30 | - |
| CMYK | 0 | 0.09 | 0.84 | 0.25 |
| HSL | 53.33º | 0.73% | 0.44% | - |
| HSV(B) | 53.33º | 0.84% | 0.75% | - |
| XYZ | 37.11 | 41.57 | 7.3 | - |
| YUV | 162.97 | 52.96 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 174 | 30 | 0 | 0.09 | 0.84 | 0.25 | 53.33 | 0.73 | 0.44 |
| Hex | C0 | AE | 1E | 0 | 9 | 54 | 19 | 35 | 49 | 2C |
| Octal | 300 | 256 | 36 | 0 | 11 | 124 | 31 | 65 | 111 | 54 |
| Binary | 11000000 | 10101110 | 11110 | 0 | 1001 | 1010100 | 11001 | 110101 | 1001001 | 101100 |
Color Harmonies of #C0AE1E
Complementary color
Monochromatic Colors of #C0AE1E
Black with #C0AE1E
Text Example
Text Example
White with #C0AE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AE1E; }
p { color: rgb(192,174,30); }
H1.HeaderClassName
{
color: #C0AE1E;
}
.AnyTagClassName
{
color: #C0AE1E;
}
</style>
background-color css
<style>
a { background-color: #C0AE1E; }
a { background-color: rgb(192,174,30); }
div.DivClassName
{
background-color: #C0AE1E;
}
.BgClassName
{
background-color: #C0AE1E;
}
</style>
border-color css
<style>
span { border-color: #C0AE1E; }
span { border-color: rgb(192,174,30); }
td.TdClassName
{
border-color: #C0AE1E;
}
.TagClassName
{
border-color: #C0AE1E;
}
</style>