Shades of Earls Green #C2AB1E
Tints of Earls Green #C2AB1E
RGB
CMYK
RGB Variations
Color information
#C2AB1E (or 0xC2AB1E) is known color: Earls Green. HEX triplet: C2, AB and 1E. RGB value is (194,171,30). Sum of RGB (Red+Green+Blue) = 194+171+30=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 30 (12.11% from 255 or 7.59% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AB1E is #3D54E1. Grayscale: #A2A2A2. Windows color (decimal): -4019426 or 2010050. OLE color: 2010050.
HSL color Cylindrical-coordinate representation of color #C2AB1E: hue angle of 51.59º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2AB1E is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 30 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.24 |
| HSL | 51.59º | 0.73% | 0.44% | - |
| HSV(B) | 51.59º | 0.85% | 0.76% | - |
| XYZ | 37.05 | 40.69 | 7.13 | - |
| YUV | 161.8 | 53.62 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 30 | 0 | 0.12 | 0.85 | 0.24 | 51.59 | 0.73 | 0.44 |
| Hex | C2 | AB | 1E | 0 | C | 55 | 18 | 34 | 49 | 2C |
| Octal | 302 | 253 | 36 | 0 | 14 | 125 | 30 | 64 | 111 | 54 |
| Binary | 11000010 | 10101011 | 11110 | 0 | 1100 | 1010101 | 11000 | 110100 | 1001001 | 101100 |
Color Harmonies of #C2AB1E
Complementary color
Monochromatic Colors of #C2AB1E
Black with #C2AB1E
Text Example
Text Example
White with #C2AB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB1E; }
p { color: rgb(194,171,30); }
H1.HeaderClassName
{
color: #C2AB1E;
}
.AnyTagClassName
{
color: #C2AB1E;
}
</style>
background-color css
<style>
a { background-color: #C2AB1E; }
a { background-color: rgb(194,171,30); }
div.DivClassName
{
background-color: #C2AB1E;
}
.BgClassName
{
background-color: #C2AB1E;
}
</style>
border-color css
<style>
span { border-color: #C2AB1E; }
span { border-color: rgb(194,171,30); }
td.TdClassName
{
border-color: #C2AB1E;
}
.TagClassName
{
border-color: #C2AB1E;
}
</style>