Shades of Earls Green #C2AC2D
Tints of Earls Green #C2AC2D
RGB
CMYK
RGB Variations
Color information
#C2AC2D (or 0xC2AC2D) is known color: Earls Green. HEX triplet: C2, AC and 2D. RGB value is (194,172,45). Sum of RGB (Red+Green+Blue) = 194+172+45=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 45 (17.97% from 255 or 10.95% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AC2D is #3D53D2. Grayscale: #A4A4A4. Windows color (decimal): -4019155 or 2993346. OLE color: 2993346.
HSL color Cylindrical-coordinate representation of color #C2AC2D: hue angle of 51.14º degrees, saturation: 0.62, 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 #C2AC2D is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 172 | 45 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.24 |
| HSL | 51.14º | 0.62% | 0.47% | - |
| HSV(B) | 51.14º | 0.77% | 0.76% | - |
| XYZ | 37.47 | 41.16 | 8.45 | - |
| YUV | 164.1 | 60.79 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 45 | 0 | 0.11 | 0.77 | 0.24 | 51.14 | 0.62 | 0.47 |
| Hex | C2 | AC | 2D | 0 | B | 4D | 18 | 33 | 3E | 2F |
| Octal | 302 | 254 | 55 | 0 | 13 | 115 | 30 | 63 | 76 | 57 |
| Binary | 11000010 | 10101100 | 101101 | 0 | 1011 | 1001101 | 11000 | 110011 | 111110 | 101111 |
Color Harmonies of #C2AC2D
Complementary color
Monochromatic Colors of #C2AC2D
Black with #C2AC2D
Text Example
Text Example
White with #C2AC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AC2D; }
p { color: rgb(194,172,45); }
H1.HeaderClassName
{
color: #C2AC2D;
}
.AnyTagClassName
{
color: #C2AC2D;
}
</style>
background-color css
<style>
a { background-color: #C2AC2D; }
a { background-color: rgb(194,172,45); }
div.DivClassName
{
background-color: #C2AC2D;
}
.BgClassName
{
background-color: #C2AC2D;
}
</style>
border-color css
<style>
span { border-color: #C2AC2D; }
span { border-color: rgb(194,172,45); }
td.TdClassName
{
border-color: #C2AC2D;
}
.TagClassName
{
border-color: #C2AC2D;
}
</style>