Shades of Earls Green #C2AE23
Tints of Earls Green #C2AE23
RGB
CMYK
RGB Variations
Color information
#C2AE23 (or 0xC2AE23) is known color: Earls Green. HEX triplet: C2, AE and 23. RGB value is (194,174,35). Sum of RGB (Red+Green+Blue) = 194+174+35=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 174 (68.36% from 255 or 43.18% from 403); Blue value is 35 (14.06% from 255 or 8.68% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AE23 is #3D51DC. Grayscale: #A4A4A4. Windows color (decimal): -4018653 or 2338498. OLE color: 2338498.
HSL color Cylindrical-coordinate representation of color #C2AE23: hue angle of 52.45º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2AE23 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 174 | 35 | - |
| CMYK | 0 | 0.10 | 0.82 | 0.24 |
| HSL | 52.45º | 0.69% | 0.45% | - |
| HSV(B) | 52.45º | 0.82% | 0.76% | - |
| XYZ | 37.69 | 41.86 | 7.68 | - |
| YUV | 164.13 | 55.13 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 35 | 0 | 0.10 | 0.82 | 0.24 | 52.45 | 0.69 | 0.45 |
| Hex | C2 | AE | 23 | 0 | A | 52 | 18 | 34 | 45 | 2D |
| Octal | 302 | 256 | 43 | 0 | 12 | 122 | 30 | 64 | 105 | 55 |
| Binary | 11000010 | 10101110 | 100011 | 0 | 1010 | 1010010 | 11000 | 110100 | 1000101 | 101101 |
Color Harmonies of #C2AE23
Complementary color
Monochromatic Colors of #C2AE23
Black with #C2AE23
Text Example
Text Example
White with #C2AE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AE23; }
p { color: rgb(194,174,35); }
H1.HeaderClassName
{
color: #C2AE23;
}
.AnyTagClassName
{
color: #C2AE23;
}
</style>
background-color css
<style>
a { background-color: #C2AE23; }
a { background-color: rgb(194,174,35); }
div.DivClassName
{
background-color: #C2AE23;
}
.BgClassName
{
background-color: #C2AE23;
}
</style>
border-color css
<style>
span { border-color: #C2AE23; }
span { border-color: rgb(194,174,35); }
td.TdClassName
{
border-color: #C2AE23;
}
.TagClassName
{
border-color: #C2AE23;
}
</style>