Shades of Earls Green #C0AE10
Tints of Earls Green #C0AE10
RGB
CMYK
RGB Variations
Color information
#C0AE10 (or 0xC0AE10) is known color: Earls Green. HEX triplet: C0, AE and 10. RGB value is (192,174,16). Sum of RGB (Red+Green+Blue) = 192+174+16=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 174 (68.36% from 255 or 45.55% from 382); Blue value is 16 (6.64% from 255 or 4.19% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AE10 is #3F51EF. Grayscale: #A2A2A2. Windows color (decimal): -4149744 or 1093312. OLE color: 1093312.
HSL color Cylindrical-coordinate representation of color #C0AE10: hue angle of 53.86º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0AE10 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 174 | 16 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.25 |
| HSL | 53.86º | 0.85% | 0.41% | - |
| HSV(B) | 53.86º | 0.92% | 0.75% | - |
| XYZ | 36.97 | 41.52 | 6.56 | - |
| YUV | 161.37 | 45.96 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 174 | 16 | 0 | 0.09 | 0.92 | 0.25 | 53.86 | 0.85 | 0.41 |
| Hex | C0 | AE | 10 | 0 | 9 | 5C | 19 | 36 | 55 | 29 |
| Octal | 300 | 256 | 20 | 0 | 11 | 134 | 31 | 66 | 125 | 51 |
| Binary | 11000000 | 10101110 | 10000 | 0 | 1001 | 1011100 | 11001 | 110110 | 1010101 | 101001 |
Color Harmonies of #C0AE10
Complementary color
Monochromatic Colors of #C0AE10
Black with #C0AE10
Text Example
Text Example
White with #C0AE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AE10; }
p { color: rgb(192,174,16); }
H1.HeaderClassName
{
color: #C0AE10;
}
.AnyTagClassName
{
color: #C0AE10;
}
</style>
background-color css
<style>
a { background-color: #C0AE10; }
a { background-color: rgb(192,174,16); }
div.DivClassName
{
background-color: #C0AE10;
}
.BgClassName
{
background-color: #C0AE10;
}
</style>
border-color css
<style>
span { border-color: #C0AE10; }
span { border-color: rgb(192,174,16); }
td.TdClassName
{
border-color: #C0AE10;
}
.TagClassName
{
border-color: #C0AE10;
}
</style>