Shades of Earls Green #C2AC1A
Tints of Earls Green #C2AC1A
RGB
CMYK
RGB Variations
Color information
#C2AC1A (or 0xC2AC1A) is known color: Earls Green. HEX triplet: C2, AC and 1A. RGB value is (194,172,26). Sum of RGB (Red+Green+Blue) = 194+172+26=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 26 (10.55% from 255 or 6.63% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AC1A is #3D53E5. Grayscale: #A2A2A2. Windows color (decimal): -4019174 or 1748162. OLE color: 1748162.
HSL color Cylindrical-coordinate representation of color #C2AC1A: hue angle of 52.14º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2AC1A is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 172 | 26 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.24 |
| HSL | 52.14º | 0.76% | 0.43% | - |
| HSV(B) | 52.14º | 0.87% | 0.76% | - |
| XYZ | 37.19 | 41.05 | 6.94 | - |
| YUV | 161.93 | 51.29 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 26 | 0 | 0.11 | 0.87 | 0.24 | 52.14 | 0.76 | 0.43 |
| Hex | C2 | AC | 1A | 0 | B | 57 | 18 | 34 | 4C | 2B |
| Octal | 302 | 254 | 32 | 0 | 13 | 127 | 30 | 64 | 114 | 53 |
| Binary | 11000010 | 10101100 | 11010 | 0 | 1011 | 1010111 | 11000 | 110100 | 1001100 | 101011 |
Color Harmonies of #C2AC1A
Complementary color
Monochromatic Colors of #C2AC1A
Black with #C2AC1A
Text Example
Text Example
White with #C2AC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AC1A; }
p { color: rgb(194,172,26); }
H1.HeaderClassName
{
color: #C2AC1A;
}
.AnyTagClassName
{
color: #C2AC1A;
}
</style>
background-color css
<style>
a { background-color: #C2AC1A; }
a { background-color: rgb(194,172,26); }
div.DivClassName
{
background-color: #C2AC1A;
}
.BgClassName
{
background-color: #C2AC1A;
}
</style>
border-color css
<style>
span { border-color: #C2AC1A; }
span { border-color: rgb(194,172,26); }
td.TdClassName
{
border-color: #C2AC1A;
}
.TagClassName
{
border-color: #C2AC1A;
}
</style>