Shades of Earls Green #C2AB2C
Tints of Earls Green #C2AB2C
RGB
CMYK
RGB Variations
Color information
#C2AB2C (or 0xC2AB2C) is known color: Earls Green. HEX triplet: C2, AB and 2C. RGB value is (194,171,44). Sum of RGB (Red+Green+Blue) = 194+171+44=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 44 (17.58% from 255 or 10.76% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AB2C is #3D54D3. Grayscale: #A3A3A3. Windows color (decimal): -4019412 or 2927554. OLE color: 2927554.
HSL color Cylindrical-coordinate representation of color #C2AB2C: hue angle of 50.8º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2AB2C is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 44 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.24 |
| HSL | 50.8º | 0.63% | 0.47% | - |
| HSV(B) | 50.8º | 0.77% | 0.76% | - |
| XYZ | 37.27 | 40.78 | 8.29 | - |
| YUV | 163.4 | 60.62 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 44 | 0 | 0.12 | 0.77 | 0.24 | 50.8 | 0.63 | 0.47 |
| Hex | C2 | AB | 2C | 0 | C | 4D | 18 | 33 | 3F | 2F |
| Octal | 302 | 253 | 54 | 0 | 14 | 115 | 30 | 63 | 77 | 57 |
| Binary | 11000010 | 10101011 | 101100 | 0 | 1100 | 1001101 | 11000 | 110011 | 111111 | 101111 |
Color Harmonies of #C2AB2C
Complementary color
Monochromatic Colors of #C2AB2C
Black with #C2AB2C
Text Example
Text Example
White with #C2AB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB2C; }
p { color: rgb(194,171,44); }
H1.HeaderClassName
{
color: #C2AB2C;
}
.AnyTagClassName
{
color: #C2AB2C;
}
</style>
background-color css
<style>
a { background-color: #C2AB2C; }
a { background-color: rgb(194,171,44); }
div.DivClassName
{
background-color: #C2AB2C;
}
.BgClassName
{
background-color: #C2AB2C;
}
</style>
border-color css
<style>
span { border-color: #C2AB2C; }
span { border-color: rgb(194,171,44); }
td.TdClassName
{
border-color: #C2AB2C;
}
.TagClassName
{
border-color: #C2AB2C;
}
</style>