Shades of Earls Green #C0B922
Tints of Earls Green #C0B922
RGB
CMYK
RGB Variations
Color information
#C0B922 (or 0xC0B922) is known color: Earls Green. HEX triplet: C0, B9 and 22. RGB value is (192,185,34). Sum of RGB (Red+Green+Blue) = 192+185+34=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 185 (72.66% from 255 or 45.01% from 411); Blue value is 34 (13.67% from 255 or 8.27% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B922 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B922 is #3F46DD. Grayscale: #AAAAAA. Windows color (decimal): -4146910 or 2275776. OLE color: 2275776.
HSL color Cylindrical-coordinate representation of color #C0B922: hue angle of 57.34º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0B922 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 185 | 34 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.25 |
| HSL | 57.34º | 0.7% | 0.44% | - |
| HSV(B) | 57.34º | 0.82% | 0.75% | - |
| XYZ | 39.38 | 46.02 | 8.32 | - |
| YUV | 169.88 | 51.32 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 185 | 34 | 0 | 0.04 | 0.82 | 0.25 | 57.34 | 0.7 | 0.44 |
| Hex | C0 | B9 | 22 | 0 | 4 | 52 | 19 | 39 | 46 | 2C |
| Octal | 300 | 271 | 42 | 0 | 4 | 122 | 31 | 71 | 106 | 54 |
| Binary | 11000000 | 10111001 | 100010 | 0 | 100 | 1010010 | 11001 | 111001 | 1000110 | 101100 |
Color Harmonies of #C0B922
Complementary color
Monochromatic Colors of #C0B922
Black with #C0B922
Text Example
Text Example
White with #C0B922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B922; }
p { color: rgb(192,185,34); }
H1.HeaderClassName
{
color: #C0B922;
}
.AnyTagClassName
{
color: #C0B922;
}
</style>
background-color css
<style>
a { background-color: #C0B922; }
a { background-color: rgb(192,185,34); }
div.DivClassName
{
background-color: #C0B922;
}
.BgClassName
{
background-color: #C0B922;
}
</style>
border-color css
<style>
span { border-color: #C0B922; }
span { border-color: rgb(192,185,34); }
td.TdClassName
{
border-color: #C0B922;
}
.TagClassName
{
border-color: #C0B922;
}
</style>