Shades of Earls Green #C4AD1F
Tints of Earls Green #C4AD1F
RGB
CMYK
RGB Variations
Color information
#C4AD1F (or 0xC4AD1F) is known color: Earls Green. HEX triplet: C4, AD and 1F. RGB value is (196,173,31). Sum of RGB (Red+Green+Blue) = 196+173+31=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 31 (12.5% from 255 or 7.75% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AD1F is #3B52E0. Grayscale: #A4A4A4. Windows color (decimal): -3887841 or 2076100. OLE color: 2076100.
HSL color Cylindrical-coordinate representation of color #C4AD1F: hue angle of 51.64º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4AD1F is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 173 | 31 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.23 |
| HSL | 51.64º | 0.73% | 0.45% | - |
| HSV(B) | 51.64º | 0.84% | 0.77% | - |
| XYZ | 37.96 | 41.72 | 7.35 | - |
| YUV | 163.69 | 53.12 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 31 | 0 | 0.12 | 0.84 | 0.23 | 51.64 | 0.73 | 0.45 |
| Hex | C4 | AD | 1F | 0 | C | 54 | 17 | 34 | 49 | 2D |
| Octal | 304 | 255 | 37 | 0 | 14 | 124 | 27 | 64 | 111 | 55 |
| Binary | 11000100 | 10101101 | 11111 | 0 | 1100 | 1010100 | 10111 | 110100 | 1001001 | 101101 |
Color Harmonies of #C4AD1F
Complementary color
Monochromatic Colors of #C4AD1F
Black with #C4AD1F
Text Example
Text Example
White with #C4AD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AD1F; }
p { color: rgb(196,173,31); }
H1.HeaderClassName
{
color: #C4AD1F;
}
.AnyTagClassName
{
color: #C4AD1F;
}
</style>
background-color css
<style>
a { background-color: #C4AD1F; }
a { background-color: rgb(196,173,31); }
div.DivClassName
{
background-color: #C4AD1F;
}
.BgClassName
{
background-color: #C4AD1F;
}
</style>
border-color css
<style>
span { border-color: #C4AD1F; }
span { border-color: rgb(196,173,31); }
td.TdClassName
{
border-color: #C4AD1F;
}
.TagClassName
{
border-color: #C4AD1F;
}
</style>