Shades of Earls Green #C7B11E
Tints of Earls Green #C7B11E
RGB
CMYK
RGB Variations
Color information
#C7B11E (or 0xC7B11E) is known color: Earls Green. HEX triplet: C7, B1 and 1E. RGB value is (199,177,30). Sum of RGB (Red+Green+Blue) = 199+177+30=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 177 (69.53% from 255 or 43.60% from 406); Blue value is 30 (12.11% from 255 or 7.39% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B11E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B11E is #384EE1. Grayscale: #A7A7A7. Windows color (decimal): -3690210 or 2011591. OLE color: 2011591.
HSL color Cylindrical-coordinate representation of color #C7B11E: hue angle of 52.19º 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 #C7B11E is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 177 | 30 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.22 |
| HSL | 52.19º | 0.74% | 0.45% | - |
| HSV(B) | 52.19º | 0.85% | 0.78% | - |
| XYZ | 39.51 | 43.68 | 7.58 | - |
| YUV | 166.82 | 50.79 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 177 | 30 | 0 | 0.11 | 0.85 | 0.22 | 52.19 | 0.74 | 0.45 |
| Hex | C7 | B1 | 1E | 0 | B | 55 | 16 | 34 | 4A | 2D |
| Octal | 307 | 261 | 36 | 0 | 13 | 125 | 26 | 64 | 112 | 55 |
| Binary | 11000111 | 10110001 | 11110 | 0 | 1011 | 1010101 | 10110 | 110100 | 1001010 | 101101 |
Color Harmonies of #C7B11E
Complementary color
Monochromatic Colors of #C7B11E
Black with #C7B11E
Text Example
Text Example
White with #C7B11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B11E; }
p { color: rgb(199,177,30); }
H1.HeaderClassName
{
color: #C7B11E;
}
.AnyTagClassName
{
color: #C7B11E;
}
</style>
background-color css
<style>
a { background-color: #C7B11E; }
a { background-color: rgb(199,177,30); }
div.DivClassName
{
background-color: #C7B11E;
}
.BgClassName
{
background-color: #C7B11E;
}
</style>
border-color css
<style>
span { border-color: #C7B11E; }
span { border-color: rgb(199,177,30); }
td.TdClassName
{
border-color: #C7B11E;
}
.TagClassName
{
border-color: #C7B11E;
}
</style>