Shades of Earls Green #C0AF17
Tints of Earls Green #C0AF17
RGB
CMYK
RGB Variations
Color information
#C0AF17 (or 0xC0AF17) is known color: Earls Green. HEX triplet: C0, AF and 17. RGB value is (192,175,23). Sum of RGB (Red+Green+Blue) = 192+175+23=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 23 (9.38% from 255 or 5.90% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AF17 is #3F50E8. Grayscale: #A3A3A3. Windows color (decimal): -4149481 or 1552320. OLE color: 1552320.
HSL color Cylindrical-coordinate representation of color #C0AF17: hue angle of 53.96º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0AF17 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 23 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.25 |
| HSL | 53.96º | 0.79% | 0.42% | - |
| HSV(B) | 53.96º | 0.88% | 0.75% | - |
| XYZ | 37.22 | 41.93 | 6.94 | - |
| YUV | 162.76 | 49.13 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 23 | 0 | 0.09 | 0.88 | 0.25 | 53.96 | 0.79 | 0.42 |
| Hex | C0 | AF | 17 | 0 | 9 | 58 | 19 | 36 | 4F | 2A |
| Octal | 300 | 257 | 27 | 0 | 11 | 130 | 31 | 66 | 117 | 52 |
| Binary | 11000000 | 10101111 | 10111 | 0 | 1001 | 1011000 | 11001 | 110110 | 1001111 | 101010 |
Color Harmonies of #C0AF17
Complementary color
Monochromatic Colors of #C0AF17
Black with #C0AF17
Text Example
Text Example
White with #C0AF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AF17; }
p { color: rgb(192,175,23); }
H1.HeaderClassName
{
color: #C0AF17;
}
.AnyTagClassName
{
color: #C0AF17;
}
</style>
background-color css
<style>
a { background-color: #C0AF17; }
a { background-color: rgb(192,175,23); }
div.DivClassName
{
background-color: #C0AF17;
}
.BgClassName
{
background-color: #C0AF17;
}
</style>
border-color css
<style>
span { border-color: #C0AF17; }
span { border-color: rgb(192,175,23); }
td.TdClassName
{
border-color: #C0AF17;
}
.TagClassName
{
border-color: #C0AF17;
}
</style>