Shades of Earls Green #C8AD16
Tints of Earls Green #C8AD16
RGB
CMYK
RGB Variations
Color information
#C8AD16 (or 0xC8AD16) is known color: Earls Green. HEX triplet: C8, AD and 16. RGB value is (200,173,22). Sum of RGB (Red+Green+Blue) = 200+173+22=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 22 (8.98% from 255 or 5.57% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AD16 is #3752E9. Grayscale: #A4A4A4. Windows color (decimal): -3625706 or 1486280. OLE color: 1486280.
HSL color Cylindrical-coordinate representation of color #C8AD16: hue angle of 50.9º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8AD16 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 173 | 22 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.22 |
| HSL | 50.9º | 0.8% | 0.44% | - |
| HSV(B) | 50.9º | 0.89% | 0.78% | - |
| XYZ | 38.91 | 42.22 | 6.86 | - |
| YUV | 163.86 | 47.95 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 22 | 0 | 0.14 | 0.89 | 0.22 | 50.9 | 0.8 | 0.44 |
| Hex | C8 | AD | 16 | 0 | E | 59 | 16 | 33 | 50 | 2C |
| Octal | 310 | 255 | 26 | 0 | 16 | 131 | 26 | 63 | 120 | 54 |
| Binary | 11001000 | 10101101 | 10110 | 0 | 1110 | 1011001 | 10110 | 110011 | 1010000 | 101100 |
Color Harmonies of #C8AD16
Complementary color
Monochromatic Colors of #C8AD16
Black with #C8AD16
Text Example
Text Example
White with #C8AD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AD16; }
p { color: rgb(200,173,22); }
H1.HeaderClassName
{
color: #C8AD16;
}
.AnyTagClassName
{
color: #C8AD16;
}
</style>
background-color css
<style>
a { background-color: #C8AD16; }
a { background-color: rgb(200,173,22); }
div.DivClassName
{
background-color: #C8AD16;
}
.BgClassName
{
background-color: #C8AD16;
}
</style>
border-color css
<style>
span { border-color: #C8AD16; }
span { border-color: rgb(200,173,22); }
td.TdClassName
{
border-color: #C8AD16;
}
.TagClassName
{
border-color: #C8AD16;
}
</style>