Shades of Earls Green #C0B020
Tints of Earls Green #C0B020
RGB
CMYK
RGB Variations
Color information
#C0B020 (or 0xC0B020) is known color: Earls Green. HEX triplet: C0, B0 and 20. RGB value is (192,176,32). Sum of RGB (Red+Green+Blue) = 192+176+32=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 32 (12.89% from 255 or 8% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B020 is #3F4FDF. Grayscale: #A4A4A4. Windows color (decimal): -4149216 or 2142400. OLE color: 2142400.
HSL color Cylindrical-coordinate representation of color #C0B020: hue angle of 54º 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 #C0B020 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 176 | 32 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.25 |
| HSL | 54º | 0.71% | 0.44% | - |
| HSV(B) | 54º | 0.83% | 0.75% | - |
| XYZ | 37.52 | 42.36 | 7.57 | - |
| YUV | 164.37 | 53.3 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 32 | 0 | 0.08 | 0.83 | 0.25 | 54 | 0.71 | 0.44 |
| Hex | C0 | B0 | 20 | 0 | 8 | 53 | 19 | 36 | 47 | 2C |
| Octal | 300 | 260 | 40 | 0 | 10 | 123 | 31 | 66 | 107 | 54 |
| Binary | 11000000 | 10110000 | 100000 | 0 | 1000 | 1010011 | 11001 | 110110 | 1000111 | 101100 |
Color Harmonies of #C0B020
Complementary color
Monochromatic Colors of #C0B020
Black with #C0B020
Text Example
Text Example
White with #C0B020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B020; }
p { color: rgb(192,176,32); }
H1.HeaderClassName
{
color: #C0B020;
}
.AnyTagClassName
{
color: #C0B020;
}
</style>
background-color css
<style>
a { background-color: #C0B020; }
a { background-color: rgb(192,176,32); }
div.DivClassName
{
background-color: #C0B020;
}
.BgClassName
{
background-color: #C0B020;
}
</style>
border-color css
<style>
span { border-color: #C0B020; }
span { border-color: rgb(192,176,32); }
td.TdClassName
{
border-color: #C0B020;
}
.TagClassName
{
border-color: #C0B020;
}
</style>