Shades of Earls Green #C4AD11
Tints of Earls Green #C4AD11
RGB
CMYK
RGB Variations
Color information
#C4AD11 (or 0xC4AD11) is known color: Earls Green. HEX triplet: C4, AD and 11. RGB value is (196,173,17). Sum of RGB (Red+Green+Blue) = 196+173+17=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 17 (7.03% from 255 or 4.40% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4AD11 is #3B52EE. Grayscale: #A2A2A2. Windows color (decimal): -3887855 or 1158596. OLE color: 1158596.
HSL color Cylindrical-coordinate representation of color #C4AD11: hue angle of 52.29º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C4AD11 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 173 | 17 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.23 |
| HSL | 52.29º | 0.84% | 0.42% | - |
| HSV(B) | 52.29º | 0.91% | 0.77% | - |
| XYZ | 37.81 | 41.66 | 6.58 | - |
| YUV | 162.09 | 46.12 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 17 | 0 | 0.12 | 0.91 | 0.23 | 52.29 | 0.84 | 0.42 |
| Hex | C4 | AD | 11 | 0 | C | 5B | 17 | 34 | 54 | 2A |
| Octal | 304 | 255 | 21 | 0 | 14 | 133 | 27 | 64 | 124 | 52 |
| Binary | 11000100 | 10101101 | 10001 | 0 | 1100 | 1011011 | 10111 | 110100 | 1010100 | 101010 |
Color Harmonies of #C4AD11
Complementary color
Monochromatic Colors of #C4AD11
Black with #C4AD11
Text Example
Text Example
White with #C4AD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AD11; }
p { color: rgb(196,173,17); }
H1.HeaderClassName
{
color: #C4AD11;
}
.AnyTagClassName
{
color: #C4AD11;
}
</style>
background-color css
<style>
a { background-color: #C4AD11; }
a { background-color: rgb(196,173,17); }
div.DivClassName
{
background-color: #C4AD11;
}
.BgClassName
{
background-color: #C4AD11;
}
</style>
border-color css
<style>
span { border-color: #C4AD11; }
span { border-color: rgb(196,173,17); }
td.TdClassName
{
border-color: #C4AD11;
}
.TagClassName
{
border-color: #C4AD11;
}
</style>