Shades of Earls Green #C4AD0F
Tints of Earls Green #C4AD0F
RGB
CMYK
RGB Variations
Color information
#C4AD0F (or 0xC4AD0F) is known color: Earls Green. HEX triplet: C4, AD and 0F. RGB value is (196,173,15). Sum of RGB (Red+Green+Blue) = 196+173+15=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 173 (67.97% from 255 or 45.05% from 384); Blue value is 15 (6.25% from 255 or 3.91% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4AD0F is #3B52F0. Grayscale: #A2A2A2. Windows color (decimal): -3887857 or 1027524. OLE color: 1027524.
HSL color Cylindrical-coordinate representation of color #C4AD0F: hue angle of 52.38º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4AD0F is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 173 | 15 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.23 |
| HSL | 52.38º | 0.86% | 0.41% | - |
| HSV(B) | 52.38º | 0.92% | 0.77% | - |
| XYZ | 37.79 | 41.66 | 6.5 | - |
| YUV | 161.87 | 45.12 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 15 | 0 | 0.12 | 0.92 | 0.23 | 52.38 | 0.86 | 0.41 |
| Hex | C4 | AD | F | 0 | C | 5C | 17 | 34 | 56 | 29 |
| Octal | 304 | 255 | 17 | 0 | 14 | 134 | 27 | 64 | 126 | 51 |
| Binary | 11000100 | 10101101 | 1111 | 0 | 1100 | 1011100 | 10111 | 110100 | 1010110 | 101001 |
Color Harmonies of #C4AD0F
Complementary color
Monochromatic Colors of #C4AD0F
Black with #C4AD0F
Text Example
Text Example
White with #C4AD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AD0F; }
p { color: rgb(196,173,15); }
H1.HeaderClassName
{
color: #C4AD0F;
}
.AnyTagClassName
{
color: #C4AD0F;
}
</style>
background-color css
<style>
a { background-color: #C4AD0F; }
a { background-color: rgb(196,173,15); }
div.DivClassName
{
background-color: #C4AD0F;
}
.BgClassName
{
background-color: #C4AD0F;
}
</style>
border-color css
<style>
span { border-color: #C4AD0F; }
span { border-color: rgb(196,173,15); }
td.TdClassName
{
border-color: #C4AD0F;
}
.TagClassName
{
border-color: #C4AD0F;
}
</style>