Shades of Earls Green #C0B12E
Tints of Earls Green #C0B12E
RGB
CMYK
RGB Variations
Color information
#C0B12E (or 0xC0B12E) is known color: Earls Green. HEX triplet: C0, B1 and 2E. RGB value is (192,177,46). Sum of RGB (Red+Green+Blue) = 192+177+46=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 177 (69.53% from 255 or 42.65% from 415); Blue value is 46 (18.36% from 255 or 11.08% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B12E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B12E is #3F4ED1. Grayscale: #A7A7A7. Windows color (decimal): -4148946 or 3060160. OLE color: 3060160.
HSL color Cylindrical-coordinate representation of color #C0B12E: hue angle of 53.84º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0B12E is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 177 | 46 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.25 |
| HSL | 53.84º | 0.61% | 0.47% | - |
| HSV(B) | 53.84º | 0.76% | 0.75% | - |
| XYZ | 37.95 | 42.85 | 8.85 | - |
| YUV | 166.55 | 59.97 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 177 | 46 | 0 | 0.08 | 0.76 | 0.25 | 53.84 | 0.61 | 0.47 |
| Hex | C0 | B1 | 2E | 0 | 8 | 4C | 19 | 36 | 3D | 2F |
| Octal | 300 | 261 | 56 | 0 | 10 | 114 | 31 | 66 | 75 | 57 |
| Binary | 11000000 | 10110001 | 101110 | 0 | 1000 | 1001100 | 11001 | 110110 | 111101 | 101111 |
Color Harmonies of #C0B12E
Complementary color
Monochromatic Colors of #C0B12E
Black with #C0B12E
Text Example
Text Example
White with #C0B12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B12E; }
p { color: rgb(192,177,46); }
H1.HeaderClassName
{
color: #C0B12E;
}
.AnyTagClassName
{
color: #C0B12E;
}
</style>
background-color css
<style>
a { background-color: #C0B12E; }
a { background-color: rgb(192,177,46); }
div.DivClassName
{
background-color: #C0B12E;
}
.BgClassName
{
background-color: #C0B12E;
}
</style>
border-color css
<style>
span { border-color: #C0B12E; }
span { border-color: rgb(192,177,46); }
td.TdClassName
{
border-color: #C0B12E;
}
.TagClassName
{
border-color: #C0B12E;
}
</style>