Shades of Earls Green #C1AD11
Tints of Earls Green #C1AD11
RGB
CMYK
RGB Variations
Color information
#C1AD11 (or 0xC1AD11) is known color: Earls Green. HEX triplet: C1, AD and 11. RGB value is (193,173,17). Sum of RGB (Red+Green+Blue) = 193+173+17=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 17 (7.03% from 255 or 4.44% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1AD11 is #3E52EE. Grayscale: #A1A1A1. Windows color (decimal): -4084463 or 1158593. OLE color: 1158593.
HSL color Cylindrical-coordinate representation of color #C1AD11: hue angle of 53.18º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C1AD11 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 173 | 17 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.24 |
| HSL | 53.18º | 0.84% | 0.41% | - |
| HSV(B) | 53.18º | 0.91% | 0.76% | - |
| XYZ | 37.04 | 41.27 | 6.54 | - |
| YUV | 161.2 | 46.63 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 17 | 0 | 0.10 | 0.91 | 0.24 | 53.18 | 0.84 | 0.41 |
| Hex | C1 | AD | 11 | 0 | A | 5B | 18 | 35 | 54 | 29 |
| Octal | 301 | 255 | 21 | 0 | 12 | 133 | 30 | 65 | 124 | 51 |
| Binary | 11000001 | 10101101 | 10001 | 0 | 1010 | 1011011 | 11000 | 110101 | 1010100 | 101001 |
Color Harmonies of #C1AD11
Complementary color
Monochromatic Colors of #C1AD11
Black with #C1AD11
Text Example
Text Example
White with #C1AD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AD11; }
p { color: rgb(193,173,17); }
H1.HeaderClassName
{
color: #C1AD11;
}
.AnyTagClassName
{
color: #C1AD11;
}
</style>
background-color css
<style>
a { background-color: #C1AD11; }
a { background-color: rgb(193,173,17); }
div.DivClassName
{
background-color: #C1AD11;
}
.BgClassName
{
background-color: #C1AD11;
}
</style>
border-color css
<style>
span { border-color: #C1AD11; }
span { border-color: rgb(193,173,17); }
td.TdClassName
{
border-color: #C1AD11;
}
.TagClassName
{
border-color: #C1AD11;
}
</style>