Shades of Earls Green #C2AD16
Tints of Earls Green #C2AD16
RGB
CMYK
RGB Variations
Color information
#C2AD16 (or 0xC2AD16) is known color: Earls Green. HEX triplet: C2, AD and 16. RGB value is (194,173,22). Sum of RGB (Red+Green+Blue) = 194+173+22=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 22 (8.98% from 255 or 5.66% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AD16 is #3D52E9. Grayscale: #A2A2A2. Windows color (decimal): -4018922 or 1486274. OLE color: 1486274.
HSL color Cylindrical-coordinate representation of color #C2AD16: hue angle of 52.67º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C2AD16 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 173 | 22 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.24 |
| HSL | 52.67º | 0.8% | 0.42% | - |
| HSV(B) | 52.67º | 0.89% | 0.76% | - |
| XYZ | 37.34 | 41.41 | 6.78 | - |
| YUV | 162.07 | 48.96 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 22 | 0 | 0.11 | 0.89 | 0.24 | 52.67 | 0.8 | 0.42 |
| Hex | C2 | AD | 16 | 0 | B | 59 | 18 | 35 | 50 | 2A |
| Octal | 302 | 255 | 26 | 0 | 13 | 131 | 30 | 65 | 120 | 52 |
| Binary | 11000010 | 10101101 | 10110 | 0 | 1011 | 1011001 | 11000 | 110101 | 1010000 | 101010 |
Color Harmonies of #C2AD16
Complementary color
Monochromatic Colors of #C2AD16
Black with #C2AD16
Text Example
Text Example
White with #C2AD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AD16; }
p { color: rgb(194,173,22); }
H1.HeaderClassName
{
color: #C2AD16;
}
.AnyTagClassName
{
color: #C2AD16;
}
</style>
background-color css
<style>
a { background-color: #C2AD16; }
a { background-color: rgb(194,173,22); }
div.DivClassName
{
background-color: #C2AD16;
}
.BgClassName
{
background-color: #C2AD16;
}
</style>
border-color css
<style>
span { border-color: #C2AD16; }
span { border-color: rgb(194,173,22); }
td.TdClassName
{
border-color: #C2AD16;
}
.TagClassName
{
border-color: #C2AD16;
}
</style>