Shades of Earls Green #C0B116
Tints of Earls Green #C0B116
RGB
CMYK
RGB Variations
Color information
#C0B116 (or 0xC0B116) is known color: Earls Green. HEX triplet: C0, B1 and 16. RGB value is (192,177,22). Sum of RGB (Red+Green+Blue) = 192+177+22=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 177 (69.53% from 255 or 45.27% from 391); Blue value is 22 (8.98% from 255 or 5.63% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0B116 is #3F4EE9. Grayscale: #A4A4A4. Windows color (decimal): -4148970 or 1487296. OLE color: 1487296.
HSL color Cylindrical-coordinate representation of color #C0B116: hue angle of 54.71º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C0B116 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 177 | 22 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.25 |
| HSL | 54.71º | 0.79% | 0.42% | - |
| HSV(B) | 54.71º | 0.89% | 0.75% | - |
| XYZ | 37.61 | 42.71 | 7.02 | - |
| YUV | 163.82 | 47.97 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 177 | 22 | 0 | 0.08 | 0.89 | 0.25 | 54.71 | 0.79 | 0.42 |
| Hex | C0 | B1 | 16 | 0 | 8 | 59 | 19 | 37 | 4F | 2A |
| Octal | 300 | 261 | 26 | 0 | 10 | 131 | 31 | 67 | 117 | 52 |
| Binary | 11000000 | 10110001 | 10110 | 0 | 1000 | 1011001 | 11001 | 110111 | 1001111 | 101010 |
Color Harmonies of #C0B116
Complementary color
Monochromatic Colors of #C0B116
Black with #C0B116
Text Example
Text Example
White with #C0B116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B116; }
p { color: rgb(192,177,22); }
H1.HeaderClassName
{
color: #C0B116;
}
.AnyTagClassName
{
color: #C0B116;
}
</style>
background-color css
<style>
a { background-color: #C0B116; }
a { background-color: rgb(192,177,22); }
div.DivClassName
{
background-color: #C0B116;
}
.BgClassName
{
background-color: #C0B116;
}
</style>
border-color css
<style>
span { border-color: #C0B116; }
span { border-color: rgb(192,177,22); }
td.TdClassName
{
border-color: #C0B116;
}
.TagClassName
{
border-color: #C0B116;
}
</style>