Shades of Earls Green #C0B118
Tints of Earls Green #C0B118
RGB
CMYK
RGB Variations
Color information
#C0B118 (or 0xC0B118) is known color: Earls Green. HEX triplet: C0, B1 and 18. RGB value is (192,177,24). Sum of RGB (Red+Green+Blue) = 192+177+24=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 177 (69.53% from 255 or 45.04% from 393); Blue value is 24 (9.77% from 255 or 6.11% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0B118 is #3F4EE7. Grayscale: #A4A4A4. Windows color (decimal): -4148968 or 1618368. OLE color: 1618368.
HSL color Cylindrical-coordinate representation of color #C0B118: hue angle of 54.64º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0B118 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 177 | 24 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.25 |
| HSL | 54.64º | 0.78% | 0.42% | - |
| HSV(B) | 54.64º | 0.88% | 0.75% | - |
| XYZ | 37.63 | 42.72 | 7.13 | - |
| YUV | 164.04 | 48.97 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 177 | 24 | 0 | 0.08 | 0.88 | 0.25 | 54.64 | 0.78 | 0.42 |
| Hex | C0 | B1 | 18 | 0 | 8 | 58 | 19 | 37 | 4E | 2A |
| Octal | 300 | 261 | 30 | 0 | 10 | 130 | 31 | 67 | 116 | 52 |
| Binary | 11000000 | 10110001 | 11000 | 0 | 1000 | 1011000 | 11001 | 110111 | 1001110 | 101010 |
Color Harmonies of #C0B118
Complementary color
Monochromatic Colors of #C0B118
Black with #C0B118
Text Example
Text Example
White with #C0B118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B118; }
p { color: rgb(192,177,24); }
H1.HeaderClassName
{
color: #C0B118;
}
.AnyTagClassName
{
color: #C0B118;
}
</style>
background-color css
<style>
a { background-color: #C0B118; }
a { background-color: rgb(192,177,24); }
div.DivClassName
{
background-color: #C0B118;
}
.BgClassName
{
background-color: #C0B118;
}
</style>
border-color css
<style>
span { border-color: #C0B118; }
span { border-color: rgb(192,177,24); }
td.TdClassName
{
border-color: #C0B118;
}
.TagClassName
{
border-color: #C0B118;
}
</style>