Shades of Earls Green #C7B11C
Tints of Earls Green #C7B11C
RGB
CMYK
RGB Variations
Color information
#C7B11C (or 0xC7B11C) is known color: Earls Green. HEX triplet: C7, B1 and 1C. RGB value is (199,177,28). Sum of RGB (Red+Green+Blue) = 199+177+28=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 28 (11.33% from 255 or 6.93% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B11C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B11C is #384EE3. Grayscale: #A7A7A7. Windows color (decimal): -3690212 or 1880519. OLE color: 1880519.
HSL color Cylindrical-coordinate representation of color #C7B11C: hue angle of 52.28º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7B11C is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 177 | 28 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.22 |
| HSL | 52.28º | 0.75% | 0.45% | - |
| HSV(B) | 52.28º | 0.86% | 0.78% | - |
| XYZ | 39.48 | 43.67 | 7.45 | - |
| YUV | 166.59 | 49.79 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 177 | 28 | 0 | 0.11 | 0.86 | 0.22 | 52.28 | 0.75 | 0.45 |
| Hex | C7 | B1 | 1C | 0 | B | 56 | 16 | 34 | 4B | 2D |
| Octal | 307 | 261 | 34 | 0 | 13 | 126 | 26 | 64 | 113 | 55 |
| Binary | 11000111 | 10110001 | 11100 | 0 | 1011 | 1010110 | 10110 | 110100 | 1001011 | 101101 |
Color Harmonies of #C7B11C
Complementary color
Monochromatic Colors of #C7B11C
Black with #C7B11C
Text Example
Text Example
White with #C7B11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B11C; }
p { color: rgb(199,177,28); }
H1.HeaderClassName
{
color: #C7B11C;
}
.AnyTagClassName
{
color: #C7B11C;
}
</style>
background-color css
<style>
a { background-color: #C7B11C; }
a { background-color: rgb(199,177,28); }
div.DivClassName
{
background-color: #C7B11C;
}
.BgClassName
{
background-color: #C7B11C;
}
</style>
border-color css
<style>
span { border-color: #C7B11C; }
span { border-color: rgb(199,177,28); }
td.TdClassName
{
border-color: #C7B11C;
}
.TagClassName
{
border-color: #C7B11C;
}
</style>