Shades of Earls Green #C2AE2E
Tints of Earls Green #C2AE2E
RGB
CMYK
RGB Variations
Color information
#C2AE2E (or 0xC2AE2E) is known color: Earls Green. HEX triplet: C2, AE and 2E. RGB value is (194,174,46). Sum of RGB (Red+Green+Blue) = 194+174+46=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 174 (68.36% from 255 or 42.03% from 414); Blue value is 46 (18.36% from 255 or 11.11% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AE2E is #3D51D1. Grayscale: #A5A5A5. Windows color (decimal): -4018642 or 3059394. OLE color: 3059394.
HSL color Cylindrical-coordinate representation of color #C2AE2E: hue angle of 51.89º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2AE2E is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 174 | 46 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.24 |
| HSL | 51.89º | 0.62% | 0.47% | - |
| HSV(B) | 51.89º | 0.76% | 0.76% | - |
| XYZ | 37.88 | 41.94 | 8.68 | - |
| YUV | 165.39 | 60.63 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 46 | 0 | 0.10 | 0.76 | 0.24 | 51.89 | 0.62 | 0.47 |
| Hex | C2 | AE | 2E | 0 | A | 4C | 18 | 34 | 3E | 2F |
| Octal | 302 | 256 | 56 | 0 | 12 | 114 | 30 | 64 | 76 | 57 |
| Binary | 11000010 | 10101110 | 101110 | 0 | 1010 | 1001100 | 11000 | 110100 | 111110 | 101111 |
Color Harmonies of #C2AE2E
Complementary color
Monochromatic Colors of #C2AE2E
Black with #C2AE2E
Text Example
Text Example
White with #C2AE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AE2E; }
p { color: rgb(194,174,46); }
H1.HeaderClassName
{
color: #C2AE2E;
}
.AnyTagClassName
{
color: #C2AE2E;
}
</style>
background-color css
<style>
a { background-color: #C2AE2E; }
a { background-color: rgb(194,174,46); }
div.DivClassName
{
background-color: #C2AE2E;
}
.BgClassName
{
background-color: #C2AE2E;
}
</style>
border-color css
<style>
span { border-color: #C2AE2E; }
span { border-color: rgb(194,174,46); }
td.TdClassName
{
border-color: #C2AE2E;
}
.TagClassName
{
border-color: #C2AE2E;
}
</style>