Shades of Earls Green #C0B526
Tints of Earls Green #C0B526
RGB
CMYK
RGB Variations
Color information
#C0B526 (or 0xC0B526) is known color: Earls Green. HEX triplet: C0, B5 and 26. RGB value is (192,181,38). Sum of RGB (Red+Green+Blue) = 192+181+38=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 181 (71.09% from 255 or 44.04% from 411); Blue value is 38 (15.23% from 255 or 9.25% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B526 is #3F4AD9. Grayscale: #A8A8A8. Windows color (decimal): -4147930 or 2536896. OLE color: 2536896.
HSL color Cylindrical-coordinate representation of color #C0B526: hue angle of 55.71º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0B526 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 181 | 38 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.25 |
| HSL | 55.71º | 0.67% | 0.45% | - |
| HSV(B) | 55.71º | 0.8% | 0.75% | - |
| XYZ | 38.61 | 44.39 | 8.37 | - |
| YUV | 167.99 | 54.64 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 181 | 38 | 0 | 0.06 | 0.80 | 0.25 | 55.71 | 0.67 | 0.45 |
| Hex | C0 | B5 | 26 | 0 | 6 | 50 | 19 | 38 | 43 | 2D |
| Octal | 300 | 265 | 46 | 0 | 6 | 120 | 31 | 70 | 103 | 55 |
| Binary | 11000000 | 10110101 | 100110 | 0 | 110 | 1010000 | 11001 | 111000 | 1000011 | 101101 |
Color Harmonies of #C0B526
Complementary color
Monochromatic Colors of #C0B526
Black with #C0B526
Text Example
Text Example
White with #C0B526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B526; }
p { color: rgb(192,181,38); }
H1.HeaderClassName
{
color: #C0B526;
}
.AnyTagClassName
{
color: #C0B526;
}
</style>
background-color css
<style>
a { background-color: #C0B526; }
a { background-color: rgb(192,181,38); }
div.DivClassName
{
background-color: #C0B526;
}
.BgClassName
{
background-color: #C0B526;
}
</style>
border-color css
<style>
span { border-color: #C0B526; }
span { border-color: rgb(192,181,38); }
td.TdClassName
{
border-color: #C0B526;
}
.TagClassName
{
border-color: #C0B526;
}
</style>