Shades of Earls Green #C2AD12
Tints of Earls Green #C2AD12
RGB
CMYK
RGB Variations
Color information
#C2AD12 (or 0xC2AD12) is known color: Earls Green. HEX triplet: C2, AD and 12. RGB value is (194,173,18). Sum of RGB (Red+Green+Blue) = 194+173+18=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 18 (7.42% from 255 or 4.68% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AD12 is #3D52ED. Grayscale: #A2A2A2. Windows color (decimal): -4018926 or 1224130. OLE color: 1224130.
HSL color Cylindrical-coordinate representation of color #C2AD12: hue angle of 52.84º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2AD12 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 173 | 18 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.24 |
| HSL | 52.84º | 0.83% | 0.42% | - |
| HSV(B) | 52.84º | 0.91% | 0.76% | - |
| XYZ | 37.3 | 41.4 | 6.6 | - |
| YUV | 161.61 | 46.96 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 18 | 0 | 0.11 | 0.91 | 0.24 | 52.84 | 0.83 | 0.42 |
| Hex | C2 | AD | 12 | 0 | B | 5B | 18 | 35 | 53 | 2A |
| Octal | 302 | 255 | 22 | 0 | 13 | 133 | 30 | 65 | 123 | 52 |
| Binary | 11000010 | 10101101 | 10010 | 0 | 1011 | 1011011 | 11000 | 110101 | 1010011 | 101010 |
Color Harmonies of #C2AD12
Complementary color
Monochromatic Colors of #C2AD12
Black with #C2AD12
Text Example
Text Example
White with #C2AD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AD12; }
p { color: rgb(194,173,18); }
H1.HeaderClassName
{
color: #C2AD12;
}
.AnyTagClassName
{
color: #C2AD12;
}
</style>
background-color css
<style>
a { background-color: #C2AD12; }
a { background-color: rgb(194,173,18); }
div.DivClassName
{
background-color: #C2AD12;
}
.BgClassName
{
background-color: #C2AD12;
}
</style>
border-color css
<style>
span { border-color: #C2AD12; }
span { border-color: rgb(194,173,18); }
td.TdClassName
{
border-color: #C2AD12;
}
.TagClassName
{
border-color: #C2AD12;
}
</style>