Shades of Wild Willow #BCD96B
Tints of Wild Willow #BCD96B
RGB
CMYK
RGB Variations
Color information
#BCD96B (or 0xBCD96B) is known color: Wild Willow. HEX triplet: BC, D9 and 6B. RGB value is (188,217,107). Sum of RGB (Red+Green+Blue) = 188+217+107=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 107 (42.19% from 255 or 20.90% from 512); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD96B is #432694. Grayscale: #C4C4C4. Windows color (decimal): -4400789 or 7068092. OLE color: 7068092.
HSL color Cylindrical-coordinate representation of color #BCD96B: hue angle of 75.82º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCD96B is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 107 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.15 |
| HSL | 75.82º | 0.59% | 0.64% | - |
| HSV(B) | 75.82º | 0.51% | 0.85% | - |
| XYZ | 48.21 | 61.38 | 23.22 | - |
| YUV | 195.79 | 77.89 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 107 | 0.13 | 0 | 0.51 | 0.15 | 75.82 | 0.59 | 0.64 |
| Hex | BC | D9 | 6B | D | 0 | 33 | F | 4C | 3B | 40 |
| Octal | 274 | 331 | 153 | 15 | 0 | 63 | 17 | 114 | 73 | 100 |
| Binary | 10111100 | 11011001 | 1101011 | 1101 | 0 | 110011 | 1111 | 1001100 | 111011 | 1000000 |
Color Harmonies of #BCD96B
Complementary color
Monochromatic Colors of #BCD96B
Black with #BCD96B
Text Example
Text Example
White with #BCD96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD96B; }
p { color: rgb(188,217,107); }
H1.HeaderClassName
{
color: #BCD96B;
}
.AnyTagClassName
{
color: #BCD96B;
}
</style>
background-color css
<style>
a { background-color: #BCD96B; }
a { background-color: rgb(188,217,107); }
div.DivClassName
{
background-color: #BCD96B;
}
.BgClassName
{
background-color: #BCD96B;
}
</style>
border-color css
<style>
span { border-color: #BCD96B; }
span { border-color: rgb(188,217,107); }
td.TdClassName
{
border-color: #BCD96B;
}
.TagClassName
{
border-color: #BCD96B;
}
</style>