Shades of Earls Green #C0AE0F
Tints of Earls Green #C0AE0F
RGB
CMYK
RGB Variations
Color information
#C0AE0F (or 0xC0AE0F) is known color: Earls Green. HEX triplet: C0, AE and 0F. RGB value is (192,174,15). Sum of RGB (Red+Green+Blue) = 192+174+15=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 174 (68.36% from 255 or 45.67% from 381); Blue value is 15 (6.25% from 255 or 3.94% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AE0F is #3F51F0. Grayscale: #A1A1A1. Windows color (decimal): -4149745 or 1027776. OLE color: 1027776.
HSL color Cylindrical-coordinate representation of color #C0AE0F: hue angle of 53.9º degrees, saturation: 0.86, 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 #C0AE0F is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 174 | 15 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.25 |
| HSL | 53.9º | 0.86% | 0.41% | - |
| HSV(B) | 53.9º | 0.92% | 0.75% | - |
| XYZ | 36.96 | 41.51 | 6.52 | - |
| YUV | 161.26 | 45.46 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 174 | 15 | 0 | 0.09 | 0.92 | 0.25 | 53.9 | 0.86 | 0.41 |
| Hex | C0 | AE | F | 0 | 9 | 5C | 19 | 36 | 56 | 29 |
| Octal | 300 | 256 | 17 | 0 | 11 | 134 | 31 | 66 | 126 | 51 |
| Binary | 11000000 | 10101110 | 1111 | 0 | 1001 | 1011100 | 11001 | 110110 | 1010110 | 101001 |
Color Harmonies of #C0AE0F
Complementary color
Monochromatic Colors of #C0AE0F
Black with #C0AE0F
Text Example
Text Example
White with #C0AE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AE0F; }
p { color: rgb(192,174,15); }
H1.HeaderClassName
{
color: #C0AE0F;
}
.AnyTagClassName
{
color: #C0AE0F;
}
</style>
background-color css
<style>
a { background-color: #C0AE0F; }
a { background-color: rgb(192,174,15); }
div.DivClassName
{
background-color: #C0AE0F;
}
.BgClassName
{
background-color: #C0AE0F;
}
</style>
border-color css
<style>
span { border-color: #C0AE0F; }
span { border-color: rgb(192,174,15); }
td.TdClassName
{
border-color: #C0AE0F;
}
.TagClassName
{
border-color: #C0AE0F;
}
</style>