Shades of Earls Green #C2AE18
Tints of Earls Green #C2AE18
RGB
CMYK
RGB Variations
Color information
#C2AE18 (or 0xC2AE18) is known color: Earls Green. HEX triplet: C2, AE and 18. RGB value is (194,174,24). Sum of RGB (Red+Green+Blue) = 194+174+24=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 174 (68.36% from 255 or 44.39% from 392); Blue value is 24 (9.77% from 255 or 6.12% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AE18 is #3D51E7. Grayscale: #A3A3A3. Windows color (decimal): -4018664 or 1617602. OLE color: 1617602.
HSL color Cylindrical-coordinate representation of color #C2AE18: hue angle of 52.94º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2AE18 is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 174 | 24 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.24 |
| HSL | 52.94º | 0.78% | 0.43% | - |
| HSV(B) | 52.94º | 0.88% | 0.76% | - |
| XYZ | 37.55 | 41.81 | 6.95 | - |
| YUV | 162.88 | 49.63 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 24 | 0 | 0.10 | 0.88 | 0.24 | 52.94 | 0.78 | 0.43 |
| Hex | C2 | AE | 18 | 0 | A | 58 | 18 | 35 | 4E | 2B |
| Octal | 302 | 256 | 30 | 0 | 12 | 130 | 30 | 65 | 116 | 53 |
| Binary | 11000010 | 10101110 | 11000 | 0 | 1010 | 1011000 | 11000 | 110101 | 1001110 | 101011 |
Color Harmonies of #C2AE18
Complementary color
Monochromatic Colors of #C2AE18
Black with #C2AE18
Text Example
Text Example
White with #C2AE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AE18; }
p { color: rgb(194,174,24); }
H1.HeaderClassName
{
color: #C2AE18;
}
.AnyTagClassName
{
color: #C2AE18;
}
</style>
background-color css
<style>
a { background-color: #C2AE18; }
a { background-color: rgb(194,174,24); }
div.DivClassName
{
background-color: #C2AE18;
}
.BgClassName
{
background-color: #C2AE18;
}
</style>
border-color css
<style>
span { border-color: #C2AE18; }
span { border-color: rgb(194,174,24); }
td.TdClassName
{
border-color: #C2AE18;
}
.TagClassName
{
border-color: #C2AE18;
}
</style>