Shades of Earls Green #C0B620
Tints of Earls Green #C0B620
RGB
CMYK
RGB Variations
Color information
#C0B620 (or 0xC0B620) is known color: Earls Green. HEX triplet: C0, B6 and 20. RGB value is (192,182,32). Sum of RGB (Red+Green+Blue) = 192+182+32=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 182 (71.48% from 255 or 44.83% from 406); Blue value is 32 (12.89% from 255 or 7.88% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B620 is #3F49DF. Grayscale: #A8A8A8. Windows color (decimal): -4147680 or 2143936. OLE color: 2143936.
HSL color Cylindrical-coordinate representation of color #C0B620: hue angle of 56.25º 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 #C0B620 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 182 | 32 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.25 |
| HSL | 56.25º | 0.71% | 0.44% | - |
| HSV(B) | 56.25º | 0.83% | 0.75% | - |
| XYZ | 38.73 | 44.77 | 7.97 | - |
| YUV | 167.89 | 51.31 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 182 | 32 | 0 | 0.05 | 0.83 | 0.25 | 56.25 | 0.71 | 0.44 |
| Hex | C0 | B6 | 20 | 0 | 5 | 53 | 19 | 38 | 47 | 2C |
| Octal | 300 | 266 | 40 | 0 | 5 | 123 | 31 | 70 | 107 | 54 |
| Binary | 11000000 | 10110110 | 100000 | 0 | 101 | 1010011 | 11001 | 111000 | 1000111 | 101100 |
Color Harmonies of #C0B620
Complementary color
Monochromatic Colors of #C0B620
Black with #C0B620
Text Example
Text Example
White with #C0B620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B620; }
p { color: rgb(192,182,32); }
H1.HeaderClassName
{
color: #C0B620;
}
.AnyTagClassName
{
color: #C0B620;
}
</style>
background-color css
<style>
a { background-color: #C0B620; }
a { background-color: rgb(192,182,32); }
div.DivClassName
{
background-color: #C0B620;
}
.BgClassName
{
background-color: #C0B620;
}
</style>
border-color css
<style>
span { border-color: #C0B620; }
span { border-color: rgb(192,182,32); }
td.TdClassName
{
border-color: #C0B620;
}
.TagClassName
{
border-color: #C0B620;
}
</style>