Shades of Earls Green #C1AD17
Tints of Earls Green #C1AD17
RGB
CMYK
RGB Variations
Color information
#C1AD17 (or 0xC1AD17) is known color: Earls Green. HEX triplet: C1, AD and 17. RGB value is (193,173,23). Sum of RGB (Red+Green+Blue) = 193+173+23=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 23 (9.38% from 255 or 5.91% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1AD17 is #3E52E8. Grayscale: #A2A2A2. Windows color (decimal): -4084457 or 1551809. OLE color: 1551809.
HSL color Cylindrical-coordinate representation of color #C1AD17: hue angle of 52.94º 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 #C1AD17 is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 173 | 23 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.24 |
| HSL | 52.94º | 0.79% | 0.42% | - |
| HSV(B) | 52.94º | 0.88% | 0.76% | - |
| XYZ | 37.09 | 41.29 | 6.82 | - |
| YUV | 161.88 | 49.63 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 23 | 0 | 0.10 | 0.88 | 0.24 | 52.94 | 0.79 | 0.42 |
| Hex | C1 | AD | 17 | 0 | A | 58 | 18 | 35 | 4F | 2A |
| Octal | 301 | 255 | 27 | 0 | 12 | 130 | 30 | 65 | 117 | 52 |
| Binary | 11000001 | 10101101 | 10111 | 0 | 1010 | 1011000 | 11000 | 110101 | 1001111 | 101010 |
Color Harmonies of #C1AD17
Complementary color
Monochromatic Colors of #C1AD17
Black with #C1AD17
Text Example
Text Example
White with #C1AD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AD17; }
p { color: rgb(193,173,23); }
H1.HeaderClassName
{
color: #C1AD17;
}
.AnyTagClassName
{
color: #C1AD17;
}
</style>
background-color css
<style>
a { background-color: #C1AD17; }
a { background-color: rgb(193,173,23); }
div.DivClassName
{
background-color: #C1AD17;
}
.BgClassName
{
background-color: #C1AD17;
}
</style>
border-color css
<style>
span { border-color: #C1AD17; }
span { border-color: rgb(193,173,23); }
td.TdClassName
{
border-color: #C1AD17;
}
.TagClassName
{
border-color: #C1AD17;
}
</style>