Shades of Earls Green #C1AE14
Tints of Earls Green #C1AE14
RGB
CMYK
RGB Variations
Color information
#C1AE14 (or 0xC1AE14) is known color: Earls Green. HEX triplet: C1, AE and 14. RGB value is (193,174,20). Sum of RGB (Red+Green+Blue) = 193+174+20=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 174 (68.36% from 255 or 44.96% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AE14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1AE14 is #3E51EB. Grayscale: #A2A2A2. Windows color (decimal): -4084204 or 1355457. OLE color: 1355457.
HSL color Cylindrical-coordinate representation of color #C1AE14: hue angle of 53.41º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C1AE14 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 174 | 20 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.24 |
| HSL | 53.41º | 0.81% | 0.42% | - |
| HSV(B) | 53.41º | 0.9% | 0.76% | - |
| XYZ | 37.25 | 41.66 | 6.74 | - |
| YUV | 162.13 | 47.79 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 174 | 20 | 0 | 0.10 | 0.90 | 0.24 | 53.41 | 0.81 | 0.42 |
| Hex | C1 | AE | 14 | 0 | A | 5A | 18 | 35 | 51 | 2A |
| Octal | 301 | 256 | 24 | 0 | 12 | 132 | 30 | 65 | 121 | 52 |
| Binary | 11000001 | 10101110 | 10100 | 0 | 1010 | 1011010 | 11000 | 110101 | 1010001 | 101010 |
Color Harmonies of #C1AE14
Complementary color
Monochromatic Colors of #C1AE14
Black with #C1AE14
Text Example
Text Example
White with #C1AE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AE14; }
p { color: rgb(193,174,20); }
H1.HeaderClassName
{
color: #C1AE14;
}
.AnyTagClassName
{
color: #C1AE14;
}
</style>
background-color css
<style>
a { background-color: #C1AE14; }
a { background-color: rgb(193,174,20); }
div.DivClassName
{
background-color: #C1AE14;
}
.BgClassName
{
background-color: #C1AE14;
}
</style>
border-color css
<style>
span { border-color: #C1AE14; }
span { border-color: rgb(193,174,20); }
td.TdClassName
{
border-color: #C1AE14;
}
.TagClassName
{
border-color: #C1AE14;
}
</style>