Shades of Earls Green #C0B22E
Tints of Earls Green #C0B22E
RGB
CMYK
RGB Variations
Color information
#C0B22E (or 0xC0B22E) is known color: Earls Green. HEX triplet: C0, B2 and 2E. RGB value is (192,178,46). Sum of RGB (Red+Green+Blue) = 192+178+46=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 46 (18.36% from 255 or 11.06% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B22E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B22E is #3F4DD1. Grayscale: #A7A7A7. Windows color (decimal): -4148690 or 3060416. OLE color: 3060416.
HSL color Cylindrical-coordinate representation of color #C0B22E: hue angle of 54.25º 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 #C0B22E is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 178 | 46 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.25 |
| HSL | 54.25º | 0.61% | 0.47% | - |
| HSV(B) | 54.25º | 0.76% | 0.75% | - |
| XYZ | 38.15 | 43.24 | 8.92 | - |
| YUV | 167.14 | 59.64 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 178 | 46 | 0 | 0.07 | 0.76 | 0.25 | 54.25 | 0.61 | 0.47 |
| Hex | C0 | B2 | 2E | 0 | 7 | 4C | 19 | 36 | 3D | 2F |
| Octal | 300 | 262 | 56 | 0 | 7 | 114 | 31 | 66 | 75 | 57 |
| Binary | 11000000 | 10110010 | 101110 | 0 | 111 | 1001100 | 11001 | 110110 | 111101 | 101111 |
Color Harmonies of #C0B22E
Complementary color
Monochromatic Colors of #C0B22E
Black with #C0B22E
Text Example
Text Example
White with #C0B22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B22E; }
p { color: rgb(192,178,46); }
H1.HeaderClassName
{
color: #C0B22E;
}
.AnyTagClassName
{
color: #C0B22E;
}
</style>
background-color css
<style>
a { background-color: #C0B22E; }
a { background-color: rgb(192,178,46); }
div.DivClassName
{
background-color: #C0B22E;
}
.BgClassName
{
background-color: #C0B22E;
}
</style>
border-color css
<style>
span { border-color: #C0B22E; }
span { border-color: rgb(192,178,46); }
td.TdClassName
{
border-color: #C0B22E;
}
.TagClassName
{
border-color: #C0B22E;
}
</style>