Shades of Earls Green #C0A912
Tints of Earls Green #C0A912
RGB
CMYK
RGB Variations
Color information
#C0A912 (or 0xC0A912) is known color: Earls Green. HEX triplet: C0, A9 and 12. RGB value is (192,169,18). Sum of RGB (Red+Green+Blue) = 192+169+18=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 169 (66.41% from 255 or 44.59% from 379); Blue value is 18 (7.42% from 255 or 4.75% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A912 is #3F56ED. Grayscale: #9F9F9F. Windows color (decimal): -4151022 or 1223104. OLE color: 1223104.
HSL color Cylindrical-coordinate representation of color #C0A912: hue angle of 52.07º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0A912 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 169 | 18 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.25 |
| HSL | 52.07º | 0.83% | 0.41% | - |
| HSV(B) | 52.07º | 0.91% | 0.75% | - |
| XYZ | 36.04 | 39.63 | 6.32 | - |
| YUV | 158.66 | 48.62 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 169 | 18 | 0 | 0.12 | 0.91 | 0.25 | 52.07 | 0.83 | 0.41 |
| Hex | C0 | A9 | 12 | 0 | C | 5B | 19 | 34 | 53 | 29 |
| Octal | 300 | 251 | 22 | 0 | 14 | 133 | 31 | 64 | 123 | 51 |
| Binary | 11000000 | 10101001 | 10010 | 0 | 1100 | 1011011 | 11001 | 110100 | 1010011 | 101001 |
Color Harmonies of #C0A912
Complementary color
Monochromatic Colors of #C0A912
Black with #C0A912
Text Example
Text Example
White with #C0A912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A912; }
p { color: rgb(192,169,18); }
H1.HeaderClassName
{
color: #C0A912;
}
.AnyTagClassName
{
color: #C0A912;
}
</style>
background-color css
<style>
a { background-color: #C0A912; }
a { background-color: rgb(192,169,18); }
div.DivClassName
{
background-color: #C0A912;
}
.BgClassName
{
background-color: #C0A912;
}
</style>
border-color css
<style>
span { border-color: #C0A912; }
span { border-color: rgb(192,169,18); }
td.TdClassName
{
border-color: #C0A912;
}
.TagClassName
{
border-color: #C0A912;
}
</style>