Shades of Earls Green #C0B119
Tints of Earls Green #C0B119
RGB
CMYK
RGB Variations
Color information
#C0B119 (or 0xC0B119) is known color: Earls Green. HEX triplet: C0, B1 and 19. RGB value is (192,177,25). Sum of RGB (Red+Green+Blue) = 192+177+25=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 177 (69.53% from 255 or 44.92% from 394); Blue value is 25 (10.16% from 255 or 6.35% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0B119 is #3F4EE6. Grayscale: #A4A4A4. Windows color (decimal): -4148967 or 1683904. OLE color: 1683904.
HSL color Cylindrical-coordinate representation of color #C0B119: hue angle of 54.61º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C0B119 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 177 | 25 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.25 |
| HSL | 54.61º | 0.77% | 0.43% | - |
| HSV(B) | 54.61º | 0.87% | 0.75% | - |
| XYZ | 37.64 | 42.72 | 7.18 | - |
| YUV | 164.16 | 49.47 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 177 | 25 | 0 | 0.08 | 0.87 | 0.25 | 54.61 | 0.77 | 0.43 |
| Hex | C0 | B1 | 19 | 0 | 8 | 57 | 19 | 37 | 4D | 2B |
| Octal | 300 | 261 | 31 | 0 | 10 | 127 | 31 | 67 | 115 | 53 |
| Binary | 11000000 | 10110001 | 11001 | 0 | 1000 | 1010111 | 11001 | 110111 | 1001101 | 101011 |
Color Harmonies of #C0B119
Complementary color
Monochromatic Colors of #C0B119
Black with #C0B119
Text Example
Text Example
White with #C0B119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B119; }
p { color: rgb(192,177,25); }
H1.HeaderClassName
{
color: #C0B119;
}
.AnyTagClassName
{
color: #C0B119;
}
</style>
background-color css
<style>
a { background-color: #C0B119; }
a { background-color: rgb(192,177,25); }
div.DivClassName
{
background-color: #C0B119;
}
.BgClassName
{
background-color: #C0B119;
}
</style>
border-color css
<style>
span { border-color: #C0B119; }
span { border-color: rgb(192,177,25); }
td.TdClassName
{
border-color: #C0B119;
}
.TagClassName
{
border-color: #C0B119;
}
</style>