Shades of Earls Green #C2AB12
Tints of Earls Green #C2AB12
RGB
CMYK
RGB Variations
Color information
#C2AB12 (or 0xC2AB12) is known color: Earls Green. HEX triplet: C2, AB and 12. RGB value is (194,171,18). Sum of RGB (Red+Green+Blue) = 194+171+18=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 18 (7.42% from 255 or 4.70% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AB12 is #3D54ED. Grayscale: #A1A1A1. Windows color (decimal): -4019438 or 1223618. OLE color: 1223618.
HSL color Cylindrical-coordinate representation of color #C2AB12: hue angle of 52.16º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2AB12 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 18 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.24 |
| HSL | 52.16º | 0.83% | 0.42% | - |
| HSV(B) | 52.16º | 0.91% | 0.76% | - |
| XYZ | 36.92 | 40.64 | 6.47 | - |
| YUV | 160.44 | 47.62 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 18 | 0 | 0.12 | 0.91 | 0.24 | 52.16 | 0.83 | 0.42 |
| Hex | C2 | AB | 12 | 0 | C | 5B | 18 | 34 | 53 | 2A |
| Octal | 302 | 253 | 22 | 0 | 14 | 133 | 30 | 64 | 123 | 52 |
| Binary | 11000010 | 10101011 | 10010 | 0 | 1100 | 1011011 | 11000 | 110100 | 1010011 | 101010 |
Color Harmonies of #C2AB12
Complementary color
Monochromatic Colors of #C2AB12
Black with #C2AB12
Text Example
Text Example
White with #C2AB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB12; }
p { color: rgb(194,171,18); }
H1.HeaderClassName
{
color: #C2AB12;
}
.AnyTagClassName
{
color: #C2AB12;
}
</style>
background-color css
<style>
a { background-color: #C2AB12; }
a { background-color: rgb(194,171,18); }
div.DivClassName
{
background-color: #C2AB12;
}
.BgClassName
{
background-color: #C2AB12;
}
</style>
border-color css
<style>
span { border-color: #C2AB12; }
span { border-color: rgb(194,171,18); }
td.TdClassName
{
border-color: #C2AB12;
}
.TagClassName
{
border-color: #C2AB12;
}
</style>