Shades of Earls Green #C1A817
Tints of Earls Green #C1A817
RGB
CMYK
RGB Variations
Color information
#C1A817 (or 0xC1A817) is known color: Earls Green. HEX triplet: C1, A8 and 17. RGB value is (193,168,23). Sum of RGB (Red+Green+Blue) = 193+168+23=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 168 (66.02% from 255 or 43.75% from 384); Blue value is 23 (9.38% from 255 or 5.99% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1A817 is #3E57E8. Grayscale: #9F9F9F. Windows color (decimal): -4085737 or 1550529. OLE color: 1550529.
HSL color Cylindrical-coordinate representation of color #C1A817: hue angle of 51.18º 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 #C1A817 is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 168 | 23 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.24 |
| HSL | 51.18º | 0.79% | 0.42% | - |
| HSV(B) | 51.18º | 0.88% | 0.76% | - |
| XYZ | 36.15 | 39.4 | 6.51 | - |
| YUV | 158.95 | 51.28 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 168 | 23 | 0 | 0.13 | 0.88 | 0.24 | 51.18 | 0.79 | 0.42 |
| Hex | C1 | A8 | 17 | 0 | D | 58 | 18 | 33 | 4F | 2A |
| Octal | 301 | 250 | 27 | 0 | 15 | 130 | 30 | 63 | 117 | 52 |
| Binary | 11000001 | 10101000 | 10111 | 0 | 1101 | 1011000 | 11000 | 110011 | 1001111 | 101010 |
Color Harmonies of #C1A817
Complementary color
Monochromatic Colors of #C1A817
Black with #C1A817
Text Example
Text Example
White with #C1A817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A817; }
p { color: rgb(193,168,23); }
H1.HeaderClassName
{
color: #C1A817;
}
.AnyTagClassName
{
color: #C1A817;
}
</style>
background-color css
<style>
a { background-color: #C1A817; }
a { background-color: rgb(193,168,23); }
div.DivClassName
{
background-color: #C1A817;
}
.BgClassName
{
background-color: #C1A817;
}
</style>
border-color css
<style>
span { border-color: #C1A817; }
span { border-color: rgb(193,168,23); }
td.TdClassName
{
border-color: #C1A817;
}
.TagClassName
{
border-color: #C1A817;
}
</style>