Shades of Earls Green #C2AC1C
Tints of Earls Green #C2AC1C
RGB
CMYK
RGB Variations
Color information
#C2AC1C (or 0xC2AC1C) is known color: Earls Green. HEX triplet: C2, AC and 1C. RGB value is (194,172,28). Sum of RGB (Red+Green+Blue) = 194+172+28=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 28 (11.33% from 255 or 7.11% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AC1C is #3D53E3. Grayscale: #A2A2A2. Windows color (decimal): -4019172 or 1879234. OLE color: 1879234.
HSL color Cylindrical-coordinate representation of color #C2AC1C: hue angle of 52.05º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2AC1C is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 172 | 28 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.24 |
| HSL | 52.05º | 0.75% | 0.44% | - |
| HSV(B) | 52.05º | 0.86% | 0.76% | - |
| XYZ | 37.21 | 41.06 | 7.06 | - |
| YUV | 162.16 | 52.29 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 28 | 0 | 0.11 | 0.86 | 0.24 | 52.05 | 0.75 | 0.44 |
| Hex | C2 | AC | 1C | 0 | B | 56 | 18 | 34 | 4B | 2C |
| Octal | 302 | 254 | 34 | 0 | 13 | 126 | 30 | 64 | 113 | 54 |
| Binary | 11000010 | 10101100 | 11100 | 0 | 1011 | 1010110 | 11000 | 110100 | 1001011 | 101100 |
Color Harmonies of #C2AC1C
Complementary color
Monochromatic Colors of #C2AC1C
Black with #C2AC1C
Text Example
Text Example
White with #C2AC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AC1C; }
p { color: rgb(194,172,28); }
H1.HeaderClassName
{
color: #C2AC1C;
}
.AnyTagClassName
{
color: #C2AC1C;
}
</style>
background-color css
<style>
a { background-color: #C2AC1C; }
a { background-color: rgb(194,172,28); }
div.DivClassName
{
background-color: #C2AC1C;
}
.BgClassName
{
background-color: #C2AC1C;
}
</style>
border-color css
<style>
span { border-color: #C2AC1C; }
span { border-color: rgb(194,172,28); }
td.TdClassName
{
border-color: #C2AC1C;
}
.TagClassName
{
border-color: #C2AC1C;
}
</style>