Shades of Wild Willow #BCD660
Tints of Wild Willow #BCD660
RGB
CMYK
RGB Variations
Color information
#BCD660 (or 0xBCD660) is known color: Wild Willow. HEX triplet: BC, D6 and 60. RGB value is (188,214,96). Sum of RGB (Red+Green+Blue) = 188+214+96=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 214 (83.98% from 255 or 42.97% from 498); Blue value is 96 (37.89% from 255 or 19.28% from 498); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD660 is #43299F. Grayscale: #C1C1C1. Windows color (decimal): -4401568 or 6346428. OLE color: 6346428.
HSL color Cylindrical-coordinate representation of color #BCD660: hue angle of 73.22º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCD660 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 96 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.16 |
| HSL | 73.22º | 0.59% | 0.61% | - |
| HSV(B) | 73.22º | 0.55% | 0.84% | - |
| XYZ | 46.9 | 59.63 | 20.1 | - |
| YUV | 192.77 | 73.39 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 96 | 0.12 | 0 | 0.55 | 0.16 | 73.22 | 0.59 | 0.61 |
| Hex | BC | D6 | 60 | C | 0 | 37 | 10 | 49 | 3B | 3D |
| Octal | 274 | 326 | 140 | 14 | 0 | 67 | 20 | 111 | 73 | 75 |
| Binary | 10111100 | 11010110 | 1100000 | 1100 | 0 | 110111 | 10000 | 1001001 | 111011 | 111101 |
Color Harmonies of #BCD660
Complementary color
Monochromatic Colors of #BCD660
Black with #BCD660
Text Example
Text Example
White with #BCD660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD660; }
p { color: rgb(188,214,96); }
H1.HeaderClassName
{
color: #BCD660;
}
.AnyTagClassName
{
color: #BCD660;
}
</style>
background-color css
<style>
a { background-color: #BCD660; }
a { background-color: rgb(188,214,96); }
div.DivClassName
{
background-color: #BCD660;
}
.BgClassName
{
background-color: #BCD660;
}
</style>
border-color css
<style>
span { border-color: #BCD660; }
span { border-color: rgb(188,214,96); }
td.TdClassName
{
border-color: #BCD660;
}
.TagClassName
{
border-color: #BCD660;
}
</style>