Shades of Earls Green #C0AC10
Tints of Earls Green #C0AC10
RGB
CMYK
RGB Variations
Color information
#C0AC10 (or 0xC0AC10) is known color: Earls Green. HEX triplet: C0, AC and 10. RGB value is (192,172,16). Sum of RGB (Red+Green+Blue) = 192+172+16=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 172 (67.58% from 255 or 45.26% from 380); Blue value is 16 (6.64% from 255 or 4.21% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AC10 is #3F53EF. Grayscale: #A0A0A0. Windows color (decimal): -4150256 or 1092800. OLE color: 1092800.
HSL color Cylindrical-coordinate representation of color #C0AC10: hue angle of 53.18º 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 #C0AC10 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 16 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.25 |
| HSL | 53.18º | 0.85% | 0.41% | - |
| HSV(B) | 53.18º | 0.92% | 0.75% | - |
| XYZ | 36.58 | 40.75 | 6.43 | - |
| YUV | 160.2 | 46.63 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 16 | 0 | 0.10 | 0.92 | 0.25 | 53.18 | 0.85 | 0.41 |
| Hex | C0 | AC | 10 | 0 | A | 5C | 19 | 35 | 55 | 29 |
| Octal | 300 | 254 | 20 | 0 | 12 | 134 | 31 | 65 | 125 | 51 |
| Binary | 11000000 | 10101100 | 10000 | 0 | 1010 | 1011100 | 11001 | 110101 | 1010101 | 101001 |
Color Harmonies of #C0AC10
Complementary color
Monochromatic Colors of #C0AC10
Black with #C0AC10
Text Example
Text Example
White with #C0AC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AC10; }
p { color: rgb(192,172,16); }
H1.HeaderClassName
{
color: #C0AC10;
}
.AnyTagClassName
{
color: #C0AC10;
}
</style>
background-color css
<style>
a { background-color: #C0AC10; }
a { background-color: rgb(192,172,16); }
div.DivClassName
{
background-color: #C0AC10;
}
.BgClassName
{
background-color: #C0AC10;
}
</style>
border-color css
<style>
span { border-color: #C0AC10; }
span { border-color: rgb(192,172,16); }
td.TdClassName
{
border-color: #C0AC10;
}
.TagClassName
{
border-color: #C0AC10;
}
</style>