Shades of Earls Green #C2AE0F
Tints of Earls Green #C2AE0F
RGB
CMYK
RGB Variations
Color information
#C2AE0F (or 0xC2AE0F) is known color: Earls Green. HEX triplet: C2, AE and 0F. RGB value is (194,174,15). Sum of RGB (Red+Green+Blue) = 194+174+15=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 174 (68.36% from 255 or 45.43% from 383); Blue value is 15 (6.25% from 255 or 3.92% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AE0F is #3D51F0. Grayscale: #A2A2A2. Windows color (decimal): -4018673 or 1027778. OLE color: 1027778.
HSL color Cylindrical-coordinate representation of color #C2AE0F: hue angle of 53.3º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2AE0F is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 174 | 15 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.24 |
| HSL | 53.3º | 0.86% | 0.41% | - |
| HSV(B) | 53.3º | 0.92% | 0.76% | - |
| XYZ | 37.47 | 41.78 | 6.54 | - |
| YUV | 161.85 | 45.13 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 15 | 0 | 0.10 | 0.92 | 0.24 | 53.3 | 0.86 | 0.41 |
| Hex | C2 | AE | F | 0 | A | 5C | 18 | 35 | 56 | 29 |
| Octal | 302 | 256 | 17 | 0 | 12 | 134 | 30 | 65 | 126 | 51 |
| Binary | 11000010 | 10101110 | 1111 | 0 | 1010 | 1011100 | 11000 | 110101 | 1010110 | 101001 |
Color Harmonies of #C2AE0F
Complementary color
Monochromatic Colors of #C2AE0F
Black with #C2AE0F
Text Example
Text Example
White with #C2AE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AE0F; }
p { color: rgb(194,174,15); }
H1.HeaderClassName
{
color: #C2AE0F;
}
.AnyTagClassName
{
color: #C2AE0F;
}
</style>
background-color css
<style>
a { background-color: #C2AE0F; }
a { background-color: rgb(194,174,15); }
div.DivClassName
{
background-color: #C2AE0F;
}
.BgClassName
{
background-color: #C2AE0F;
}
</style>
border-color css
<style>
span { border-color: #C2AE0F; }
span { border-color: rgb(194,174,15); }
td.TdClassName
{
border-color: #C2AE0F;
}
.TagClassName
{
border-color: #C2AE0F;
}
</style>