Shades of Earls Green #C7A91F
Tints of Earls Green #C7A91F
RGB
CMYK
RGB Variations
Color information
#C7A91F (or 0xC7A91F) is known color: Earls Green. HEX triplet: C7, A9 and 1F. RGB value is (199,169,31). Sum of RGB (Red+Green+Blue) = 199+169+31=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 169 (66.41% from 255 or 42.36% from 399); Blue value is 31 (12.5% from 255 or 7.77% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A91F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A91F is #3856E0. Grayscale: #A2A2A2. Windows color (decimal): -3692257 or 2075079. OLE color: 2075079.
HSL color Cylindrical-coordinate representation of color #C7A91F: hue angle of 49.29º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C7A91F is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 169 | 31 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.22 |
| HSL | 49.29º | 0.73% | 0.45% | - |
| HSV(B) | 49.29º | 0.84% | 0.78% | - |
| XYZ | 37.99 | 40.62 | 7.13 | - |
| YUV | 162.24 | 53.94 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 169 | 31 | 0 | 0.15 | 0.84 | 0.22 | 49.29 | 0.73 | 0.45 |
| Hex | C7 | A9 | 1F | 0 | F | 54 | 16 | 31 | 49 | 2D |
| Octal | 307 | 251 | 37 | 0 | 17 | 124 | 26 | 61 | 111 | 55 |
| Binary | 11000111 | 10101001 | 11111 | 0 | 1111 | 1010100 | 10110 | 110001 | 1001001 | 101101 |
Color Harmonies of #C7A91F
Complementary color
Monochromatic Colors of #C7A91F
Black with #C7A91F
Text Example
Text Example
White with #C7A91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A91F; }
p { color: rgb(199,169,31); }
H1.HeaderClassName
{
color: #C7A91F;
}
.AnyTagClassName
{
color: #C7A91F;
}
</style>
background-color css
<style>
a { background-color: #C7A91F; }
a { background-color: rgb(199,169,31); }
div.DivClassName
{
background-color: #C7A91F;
}
.BgClassName
{
background-color: #C7A91F;
}
</style>
border-color css
<style>
span { border-color: #C7A91F; }
span { border-color: rgb(199,169,31); }
td.TdClassName
{
border-color: #C7A91F;
}
.TagClassName
{
border-color: #C7A91F;
}
</style>