Shades of Wild Willow #C0CB56
Tints of Wild Willow #C0CB56
RGB
CMYK
RGB Variations
Color information
#C0CB56 (or 0xC0CB56) is known color: Wild Willow. HEX triplet: C0, CB and 56. RGB value is (192,203,86). Sum of RGB (Red+Green+Blue) = 192+203+86=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 86 (33.98% from 255 or 17.88% from 481); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CB56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CB56 is #3F34A9. Grayscale: #BABABA. Windows color (decimal): -4142250 or 5688256. OLE color: 5688256.
HSL color Cylindrical-coordinate representation of color #C0CB56: hue angle of 65.64º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0CB56 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 203 | 86 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.20 |
| HSL | 65.64º | 0.53% | 0.57% | - |
| HSV(B) | 65.64º | 0.58% | 0.8% | - |
| XYZ | 44.77 | 54.59 | 16.98 | - |
| YUV | 186.37 | 71.36 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 203 | 86 | 0.05 | 0 | 0.58 | 0.20 | 65.64 | 0.53 | 0.57 |
| Hex | C0 | CB | 56 | 5 | 0 | 3A | 14 | 42 | 35 | 39 |
| Octal | 300 | 313 | 126 | 5 | 0 | 72 | 24 | 102 | 65 | 71 |
| Binary | 11000000 | 11001011 | 1010110 | 101 | 0 | 111010 | 10100 | 1000010 | 110101 | 111001 |
Color Harmonies of #C0CB56
Complementary color
Monochromatic Colors of #C0CB56
Black with #C0CB56
Text Example
Text Example
White with #C0CB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CB56; }
p { color: rgb(192,203,86); }
H1.HeaderClassName
{
color: #C0CB56;
}
.AnyTagClassName
{
color: #C0CB56;
}
</style>
background-color css
<style>
a { background-color: #C0CB56; }
a { background-color: rgb(192,203,86); }
div.DivClassName
{
background-color: #C0CB56;
}
.BgClassName
{
background-color: #C0CB56;
}
</style>
border-color css
<style>
span { border-color: #C0CB56; }
span { border-color: rgb(192,203,86); }
td.TdClassName
{
border-color: #C0CB56;
}
.TagClassName
{
border-color: #C0CB56;
}
</style>