Shades of Earls Green #C1AF17
Tints of Earls Green #C1AF17
RGB
CMYK
RGB Variations
Color information
#C1AF17 (or 0xC1AF17) is known color: Earls Green. HEX triplet: C1, AF and 17. RGB value is (193,175,23). Sum of RGB (Red+Green+Blue) = 193+175+23=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 23 (9.38% from 255 or 5.88% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1AF17 is #3E50E8. Grayscale: #A3A3A3. Windows color (decimal): -4083945 or 1552321. OLE color: 1552321.
HSL color Cylindrical-coordinate representation of color #C1AF17: hue angle of 53.65º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C1AF17 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 175 | 23 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.24 |
| HSL | 53.65º | 0.79% | 0.42% | - |
| HSV(B) | 53.65º | 0.88% | 0.76% | - |
| XYZ | 37.48 | 42.06 | 6.95 | - |
| YUV | 163.05 | 48.96 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 175 | 23 | 0 | 0.09 | 0.88 | 0.24 | 53.65 | 0.79 | 0.42 |
| Hex | C1 | AF | 17 | 0 | 9 | 58 | 18 | 36 | 4F | 2A |
| Octal | 301 | 257 | 27 | 0 | 11 | 130 | 30 | 66 | 117 | 52 |
| Binary | 11000001 | 10101111 | 10111 | 0 | 1001 | 1011000 | 11000 | 110110 | 1001111 | 101010 |
Color Harmonies of #C1AF17
Complementary color
Monochromatic Colors of #C1AF17
Black with #C1AF17
Text Example
Text Example
White with #C1AF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AF17; }
p { color: rgb(193,175,23); }
H1.HeaderClassName
{
color: #C1AF17;
}
.AnyTagClassName
{
color: #C1AF17;
}
</style>
background-color css
<style>
a { background-color: #C1AF17; }
a { background-color: rgb(193,175,23); }
div.DivClassName
{
background-color: #C1AF17;
}
.BgClassName
{
background-color: #C1AF17;
}
</style>
border-color css
<style>
span { border-color: #C1AF17; }
span { border-color: rgb(193,175,23); }
td.TdClassName
{
border-color: #C1AF17;
}
.TagClassName
{
border-color: #C1AF17;
}
</style>