Shades of Earls Green #C0B524
Tints of Earls Green #C0B524
RGB
CMYK
RGB Variations
Color information
#C0B524 (or 0xC0B524) is known color: Earls Green. HEX triplet: C0, B5 and 24. RGB value is (192,181,36). Sum of RGB (Red+Green+Blue) = 192+181+36=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 181 (71.09% from 255 or 44.25% from 409); Blue value is 36 (14.45% from 255 or 8.80% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B524 is #3F4ADB. Grayscale: #A8A8A8. Windows color (decimal): -4147932 or 2405824. OLE color: 2405824.
HSL color Cylindrical-coordinate representation of color #C0B524: hue angle of 55.77º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C0B524 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 181 | 36 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.25 |
| HSL | 55.77º | 0.68% | 0.45% | - |
| HSV(B) | 55.77º | 0.81% | 0.75% | - |
| XYZ | 38.58 | 44.38 | 8.2 | - |
| YUV | 167.76 | 53.64 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 181 | 36 | 0 | 0.06 | 0.81 | 0.25 | 55.77 | 0.68 | 0.45 |
| Hex | C0 | B5 | 24 | 0 | 6 | 51 | 19 | 38 | 44 | 2D |
| Octal | 300 | 265 | 44 | 0 | 6 | 121 | 31 | 70 | 104 | 55 |
| Binary | 11000000 | 10110101 | 100100 | 0 | 110 | 1010001 | 11001 | 111000 | 1000100 | 101101 |
Color Harmonies of #C0B524
Complementary color
Monochromatic Colors of #C0B524
Black with #C0B524
Text Example
Text Example
White with #C0B524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B524; }
p { color: rgb(192,181,36); }
H1.HeaderClassName
{
color: #C0B524;
}
.AnyTagClassName
{
color: #C0B524;
}
</style>
background-color css
<style>
a { background-color: #C0B524; }
a { background-color: rgb(192,181,36); }
div.DivClassName
{
background-color: #C0B524;
}
.BgClassName
{
background-color: #C0B524;
}
</style>
border-color css
<style>
span { border-color: #C0B524; }
span { border-color: rgb(192,181,36); }
td.TdClassName
{
border-color: #C0B524;
}
.TagClassName
{
border-color: #C0B524;
}
</style>