Shades of Earls Green #C2AE21
Tints of Earls Green #C2AE21
RGB
CMYK
RGB Variations
Color information
#C2AE21 (or 0xC2AE21) is known color: Earls Green. HEX triplet: C2, AE and 21. RGB value is (194,174,33). Sum of RGB (Red+Green+Blue) = 194+174+33=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 174 (68.36% from 255 or 43.39% from 401); Blue value is 33 (13.28% from 255 or 8.23% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AE21 is #3D51DE. Grayscale: #A4A4A4. Windows color (decimal): -4018655 or 2207426. OLE color: 2207426.
HSL color Cylindrical-coordinate representation of color #C2AE21: hue angle of 52.55º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C2AE21 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 174 | 33 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.24 |
| HSL | 52.55º | 0.71% | 0.45% | - |
| HSV(B) | 52.55º | 0.83% | 0.76% | - |
| XYZ | 37.66 | 41.85 | 7.53 | - |
| YUV | 163.91 | 54.13 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 33 | 0 | 0.10 | 0.83 | 0.24 | 52.55 | 0.71 | 0.45 |
| Hex | C2 | AE | 21 | 0 | A | 53 | 18 | 35 | 47 | 2D |
| Octal | 302 | 256 | 41 | 0 | 12 | 123 | 30 | 65 | 107 | 55 |
| Binary | 11000010 | 10101110 | 100001 | 0 | 1010 | 1010011 | 11000 | 110101 | 1000111 | 101101 |
Color Harmonies of #C2AE21
Complementary color
Monochromatic Colors of #C2AE21
Black with #C2AE21
Text Example
Text Example
White with #C2AE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AE21; }
p { color: rgb(194,174,33); }
H1.HeaderClassName
{
color: #C2AE21;
}
.AnyTagClassName
{
color: #C2AE21;
}
</style>
background-color css
<style>
a { background-color: #C2AE21; }
a { background-color: rgb(194,174,33); }
div.DivClassName
{
background-color: #C2AE21;
}
.BgClassName
{
background-color: #C2AE21;
}
</style>
border-color css
<style>
span { border-color: #C2AE21; }
span { border-color: rgb(194,174,33); }
td.TdClassName
{
border-color: #C2AE21;
}
.TagClassName
{
border-color: #C2AE21;
}
</style>