Shades of Earls Green #C2AB1F
Tints of Earls Green #C2AB1F
RGB
CMYK
RGB Variations
Color information
#C2AB1F (or 0xC2AB1F) is known color: Earls Green. HEX triplet: C2, AB and 1F. RGB value is (194,171,31). Sum of RGB (Red+Green+Blue) = 194+171+31=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 31 (12.5% from 255 or 7.83% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AB1F is #3D54E0. Grayscale: #A2A2A2. Windows color (decimal): -4019425 or 2075586. OLE color: 2075586.
HSL color Cylindrical-coordinate representation of color #C2AB1F: hue angle of 51.53º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C2AB1F is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 31 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.24 |
| HSL | 51.53º | 0.72% | 0.44% | - |
| HSV(B) | 51.53º | 0.84% | 0.76% | - |
| XYZ | 37.06 | 40.69 | 7.2 | - |
| YUV | 161.92 | 54.12 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 31 | 0 | 0.12 | 0.84 | 0.24 | 51.53 | 0.72 | 0.44 |
| Hex | C2 | AB | 1F | 0 | C | 54 | 18 | 34 | 48 | 2C |
| Octal | 302 | 253 | 37 | 0 | 14 | 124 | 30 | 64 | 110 | 54 |
| Binary | 11000010 | 10101011 | 11111 | 0 | 1100 | 1010100 | 11000 | 110100 | 1001000 | 101100 |
Color Harmonies of #C2AB1F
Complementary color
Monochromatic Colors of #C2AB1F
Black with #C2AB1F
Text Example
Text Example
White with #C2AB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB1F; }
p { color: rgb(194,171,31); }
H1.HeaderClassName
{
color: #C2AB1F;
}
.AnyTagClassName
{
color: #C2AB1F;
}
</style>
background-color css
<style>
a { background-color: #C2AB1F; }
a { background-color: rgb(194,171,31); }
div.DivClassName
{
background-color: #C2AB1F;
}
.BgClassName
{
background-color: #C2AB1F;
}
</style>
border-color css
<style>
span { border-color: #C2AB1F; }
span { border-color: rgb(194,171,31); }
td.TdClassName
{
border-color: #C2AB1F;
}
.TagClassName
{
border-color: #C2AB1F;
}
</style>