Shades of Earls Green #C6AD16
Tints of Earls Green #C6AD16
RGB
CMYK
RGB Variations
Color information
#C6AD16 (or 0xC6AD16) is known color: Earls Green. HEX triplet: C6, AD and 16. RGB value is (198,173,22). Sum of RGB (Red+Green+Blue) = 198+173+22=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 22 (8.98% from 255 or 5.60% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AD16 is #3952E9. Grayscale: #A3A3A3. Windows color (decimal): -3756778 or 1486278. OLE color: 1486278.
HSL color Cylindrical-coordinate representation of color #C6AD16: hue angle of 51.48º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C6AD16 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 173 | 22 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.22 |
| HSL | 51.48º | 0.8% | 0.43% | - |
| HSV(B) | 51.48º | 0.89% | 0.78% | - |
| XYZ | 38.38 | 41.95 | 6.83 | - |
| YUV | 163.26 | 48.28 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 173 | 22 | 0 | 0.13 | 0.89 | 0.22 | 51.48 | 0.8 | 0.43 |
| Hex | C6 | AD | 16 | 0 | D | 59 | 16 | 33 | 50 | 2B |
| Octal | 306 | 255 | 26 | 0 | 15 | 131 | 26 | 63 | 120 | 53 |
| Binary | 11000110 | 10101101 | 10110 | 0 | 1101 | 1011001 | 10110 | 110011 | 1010000 | 101011 |
Color Harmonies of #C6AD16
Complementary color
Monochromatic Colors of #C6AD16
Black with #C6AD16
Text Example
Text Example
White with #C6AD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AD16; }
p { color: rgb(198,173,22); }
H1.HeaderClassName
{
color: #C6AD16;
}
.AnyTagClassName
{
color: #C6AD16;
}
</style>
background-color css
<style>
a { background-color: #C6AD16; }
a { background-color: rgb(198,173,22); }
div.DivClassName
{
background-color: #C6AD16;
}
.BgClassName
{
background-color: #C6AD16;
}
</style>
border-color css
<style>
span { border-color: #C6AD16; }
span { border-color: rgb(198,173,22); }
td.TdClassName
{
border-color: #C6AD16;
}
.TagClassName
{
border-color: #C6AD16;
}
</style>