Shades of Wild Willow #C0CA62
Tints of Wild Willow #C0CA62
RGB
CMYK
RGB Variations
Color information
#C0CA62 (or 0xC0CA62) is known color: Wild Willow. HEX triplet: C0, CA and 62. RGB value is (192,202,98). Sum of RGB (Red+Green+Blue) = 192+202+98=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 98 (38.67% from 255 or 19.92% from 492); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CA62 is #3F359D. Grayscale: #BBBBBB. Windows color (decimal): -4142494 or 6474432. OLE color: 6474432.
HSL color Cylindrical-coordinate representation of color #C0CA62: hue angle of 65.77º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0CA62 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 202 | 98 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.21 |
| HSL | 65.77º | 0.5% | 0.59% | - |
| HSV(B) | 65.77º | 0.51% | 0.79% | - |
| XYZ | 45.06 | 54.33 | 19.67 | - |
| YUV | 187.15 | 77.69 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 98 | 0.05 | 0 | 0.51 | 0.21 | 65.77 | 0.5 | 0.59 |
| Hex | C0 | CA | 62 | 5 | 0 | 33 | 15 | 42 | 32 | 3B |
| Octal | 300 | 312 | 142 | 5 | 0 | 63 | 25 | 102 | 62 | 73 |
| Binary | 11000000 | 11001010 | 1100010 | 101 | 0 | 110011 | 10101 | 1000010 | 110010 | 111011 |
Color Harmonies of #C0CA62
Complementary color
Monochromatic Colors of #C0CA62
Black with #C0CA62
Text Example
Text Example
White with #C0CA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CA62; }
p { color: rgb(192,202,98); }
H1.HeaderClassName
{
color: #C0CA62;
}
.AnyTagClassName
{
color: #C0CA62;
}
</style>
background-color css
<style>
a { background-color: #C0CA62; }
a { background-color: rgb(192,202,98); }
div.DivClassName
{
background-color: #C0CA62;
}
.BgClassName
{
background-color: #C0CA62;
}
</style>
border-color css
<style>
span { border-color: #C0CA62; }
span { border-color: rgb(192,202,98); }
td.TdClassName
{
border-color: #C0CA62;
}
.TagClassName
{
border-color: #C0CA62;
}
</style>