Shades of Earls Green #C2AB18
Tints of Earls Green #C2AB18
RGB
CMYK
RGB Variations
Color information
#C2AB18 (or 0xC2AB18) is known color: Earls Green. HEX triplet: C2, AB and 18. RGB value is (194,171,24). Sum of RGB (Red+Green+Blue) = 194+171+24=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 24 (9.77% from 255 or 6.17% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AB18 is #3D54E7. Grayscale: #A1A1A1. Windows color (decimal): -4019432 or 1616834. OLE color: 1616834.
HSL color Cylindrical-coordinate representation of color #C2AB18: hue angle of 51.88º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2AB18 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 24 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.24 |
| HSL | 51.88º | 0.78% | 0.43% | - |
| HSV(B) | 51.88º | 0.88% | 0.76% | - |
| XYZ | 36.98 | 40.66 | 6.76 | - |
| YUV | 161.12 | 50.62 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 24 | 0 | 0.12 | 0.88 | 0.24 | 51.88 | 0.78 | 0.43 |
| Hex | C2 | AB | 18 | 0 | C | 58 | 18 | 34 | 4E | 2B |
| Octal | 302 | 253 | 30 | 0 | 14 | 130 | 30 | 64 | 116 | 53 |
| Binary | 11000010 | 10101011 | 11000 | 0 | 1100 | 1011000 | 11000 | 110100 | 1001110 | 101011 |
Color Harmonies of #C2AB18
Complementary color
Monochromatic Colors of #C2AB18
Black with #C2AB18
Text Example
Text Example
White with #C2AB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB18; }
p { color: rgb(194,171,24); }
H1.HeaderClassName
{
color: #C2AB18;
}
.AnyTagClassName
{
color: #C2AB18;
}
</style>
background-color css
<style>
a { background-color: #C2AB18; }
a { background-color: rgb(194,171,24); }
div.DivClassName
{
background-color: #C2AB18;
}
.BgClassName
{
background-color: #C2AB18;
}
</style>
border-color css
<style>
span { border-color: #C2AB18; }
span { border-color: rgb(194,171,24); }
td.TdClassName
{
border-color: #C2AB18;
}
.TagClassName
{
border-color: #C2AB18;
}
</style>