Shades of Earls Green #C7A81E
Tints of Earls Green #C7A81E
RGB
CMYK
RGB Variations
Color information
#C7A81E (or 0xC7A81E) is known color: Earls Green. HEX triplet: C7, A8 and 1E. RGB value is (199,168,30). Sum of RGB (Red+Green+Blue) = 199+168+30=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 30 (12.11% from 255 or 7.56% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A81E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A81E is #3857E1. Grayscale: #A2A2A2. Windows color (decimal): -3692514 or 2009287. OLE color: 2009287.
HSL color Cylindrical-coordinate representation of color #C7A81E: hue angle of 48.99º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7A81E is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 168 | 30 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.22 |
| HSL | 48.99º | 0.74% | 0.45% | - |
| HSV(B) | 48.99º | 0.85% | 0.78% | - |
| XYZ | 37.79 | 40.24 | 7 | - |
| YUV | 161.54 | 53.77 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 168 | 30 | 0 | 0.16 | 0.85 | 0.22 | 48.99 | 0.74 | 0.45 |
| Hex | C7 | A8 | 1E | 0 | 10 | 55 | 16 | 31 | 4A | 2D |
| Octal | 307 | 250 | 36 | 0 | 20 | 125 | 26 | 61 | 112 | 55 |
| Binary | 11000111 | 10101000 | 11110 | 0 | 10000 | 1010101 | 10110 | 110001 | 1001010 | 101101 |
Color Harmonies of #C7A81E
Complementary color
Monochromatic Colors of #C7A81E
Black with #C7A81E
Text Example
Text Example
White with #C7A81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A81E; }
p { color: rgb(199,168,30); }
H1.HeaderClassName
{
color: #C7A81E;
}
.AnyTagClassName
{
color: #C7A81E;
}
</style>
background-color css
<style>
a { background-color: #C7A81E; }
a { background-color: rgb(199,168,30); }
div.DivClassName
{
background-color: #C7A81E;
}
.BgClassName
{
background-color: #C7A81E;
}
</style>
border-color css
<style>
span { border-color: #C7A81E; }
span { border-color: rgb(199,168,30); }
td.TdClassName
{
border-color: #C7A81E;
}
.TagClassName
{
border-color: #C7A81E;
}
</style>