Shades of Earls Green #C0B529
Tints of Earls Green #C0B529
RGB
CMYK
RGB Variations
Color information
#C0B529 (or 0xC0B529) is known color: Earls Green. HEX triplet: C0, B5 and 29. RGB value is (192,181,41). Sum of RGB (Red+Green+Blue) = 192+181+41=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 181 (71.09% from 255 or 43.72% from 414); Blue value is 41 (16.41% from 255 or 9.90% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B529 is #3F4AD6. Grayscale: #A8A8A8. Windows color (decimal): -4147927 or 2733504. OLE color: 2733504.
HSL color Cylindrical-coordinate representation of color #C0B529: hue angle of 55.63º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C0B529 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 181 | 41 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.25 |
| HSL | 55.63º | 0.65% | 0.46% | - |
| HSV(B) | 55.63º | 0.79% | 0.75% | - |
| XYZ | 38.66 | 44.41 | 8.63 | - |
| YUV | 168.33 | 56.14 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 181 | 41 | 0 | 0.06 | 0.79 | 0.25 | 55.63 | 0.65 | 0.46 |
| Hex | C0 | B5 | 29 | 0 | 6 | 4F | 19 | 38 | 41 | 2E |
| Octal | 300 | 265 | 51 | 0 | 6 | 117 | 31 | 70 | 101 | 56 |
| Binary | 11000000 | 10110101 | 101001 | 0 | 110 | 1001111 | 11001 | 111000 | 1000001 | 101110 |
Color Harmonies of #C0B529
Complementary color
Monochromatic Colors of #C0B529
Black with #C0B529
Text Example
Text Example
White with #C0B529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B529; }
p { color: rgb(192,181,41); }
H1.HeaderClassName
{
color: #C0B529;
}
.AnyTagClassName
{
color: #C0B529;
}
</style>
background-color css
<style>
a { background-color: #C0B529; }
a { background-color: rgb(192,181,41); }
div.DivClassName
{
background-color: #C0B529;
}
.BgClassName
{
background-color: #C0B529;
}
</style>
border-color css
<style>
span { border-color: #C0B529; }
span { border-color: rgb(192,181,41); }
td.TdClassName
{
border-color: #C0B529;
}
.TagClassName
{
border-color: #C0B529;
}
</style>