Shades of Earls Green #C0AF15
Tints of Earls Green #C0AF15
RGB
CMYK
RGB Variations
Color information
#C0AF15 (or 0xC0AF15) is known color: Earls Green. HEX triplet: C0, AF and 15. RGB value is (192,175,21). Sum of RGB (Red+Green+Blue) = 192+175+21=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 21 (8.59% from 255 or 5.41% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AF15 is #3F50EA. Grayscale: #A3A3A3. Windows color (decimal): -4149483 or 1421248. OLE color: 1421248.
HSL color Cylindrical-coordinate representation of color #C0AF15: hue angle of 54.04º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C0AF15 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 21 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.25 |
| HSL | 54.04º | 0.8% | 0.42% | - |
| HSV(B) | 54.04º | 0.89% | 0.75% | - |
| XYZ | 37.2 | 41.92 | 6.84 | - |
| YUV | 162.53 | 48.13 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 21 | 0 | 0.09 | 0.89 | 0.25 | 54.04 | 0.8 | 0.42 |
| Hex | C0 | AF | 15 | 0 | 9 | 59 | 19 | 36 | 50 | 2A |
| Octal | 300 | 257 | 25 | 0 | 11 | 131 | 31 | 66 | 120 | 52 |
| Binary | 11000000 | 10101111 | 10101 | 0 | 1001 | 1011001 | 11001 | 110110 | 1010000 | 101010 |
Color Harmonies of #C0AF15
Complementary color
Monochromatic Colors of #C0AF15
Black with #C0AF15
Text Example
Text Example
White with #C0AF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AF15; }
p { color: rgb(192,175,21); }
H1.HeaderClassName
{
color: #C0AF15;
}
.AnyTagClassName
{
color: #C0AF15;
}
</style>
background-color css
<style>
a { background-color: #C0AF15; }
a { background-color: rgb(192,175,21); }
div.DivClassName
{
background-color: #C0AF15;
}
.BgClassName
{
background-color: #C0AF15;
}
</style>
border-color css
<style>
span { border-color: #C0AF15; }
span { border-color: rgb(192,175,21); }
td.TdClassName
{
border-color: #C0AF15;
}
.TagClassName
{
border-color: #C0AF15;
}
</style>