Shades of Earls Green #C0B520
Tints of Earls Green #C0B520
RGB
CMYK
RGB Variations
Color information
#C0B520 (or 0xC0B520) is known color: Earls Green. HEX triplet: C0, B5 and 20. RGB value is (192,181,32). Sum of RGB (Red+Green+Blue) = 192+181+32=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 181 (71.09% from 255 or 44.69% from 405); Blue value is 32 (12.89% from 255 or 7.90% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B520 is #3F4ADF. Grayscale: #A7A7A7. Windows color (decimal): -4147936 or 2143680. OLE color: 2143680.
HSL color Cylindrical-coordinate representation of color #C0B520: hue angle of 55.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0B520 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 181 | 32 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.25 |
| HSL | 55.88º | 0.71% | 0.44% | - |
| HSV(B) | 55.88º | 0.83% | 0.75% | - |
| XYZ | 38.52 | 44.36 | 7.9 | - |
| YUV | 167.3 | 51.64 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 181 | 32 | 0 | 0.06 | 0.83 | 0.25 | 55.88 | 0.71 | 0.44 |
| Hex | C0 | B5 | 20 | 0 | 6 | 53 | 19 | 38 | 47 | 2C |
| Octal | 300 | 265 | 40 | 0 | 6 | 123 | 31 | 70 | 107 | 54 |
| Binary | 11000000 | 10110101 | 100000 | 0 | 110 | 1010011 | 11001 | 111000 | 1000111 | 101100 |
Color Harmonies of #C0B520
Complementary color
Monochromatic Colors of #C0B520
Black with #C0B520
Text Example
Text Example
White with #C0B520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B520; }
p { color: rgb(192,181,32); }
H1.HeaderClassName
{
color: #C0B520;
}
.AnyTagClassName
{
color: #C0B520;
}
</style>
background-color css
<style>
a { background-color: #C0B520; }
a { background-color: rgb(192,181,32); }
div.DivClassName
{
background-color: #C0B520;
}
.BgClassName
{
background-color: #C0B520;
}
</style>
border-color css
<style>
span { border-color: #C0B520; }
span { border-color: rgb(192,181,32); }
td.TdClassName
{
border-color: #C0B520;
}
.TagClassName
{
border-color: #C0B520;
}
</style>