Shades of Wild Willow #BCD96F
Tints of Wild Willow #BCD96F
RGB
CMYK
RGB Variations
Color information
#BCD96F (or 0xBCD96F) is known color: Wild Willow. HEX triplet: BC, D9 and 6F. RGB value is (188,217,111). Sum of RGB (Red+Green+Blue) = 188+217+111=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 111 (43.75% from 255 or 21.51% from 516); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD96F is #432690. Grayscale: #C4C4C4. Windows color (decimal): -4400785 or 7330236. OLE color: 7330236.
HSL color Cylindrical-coordinate representation of color #BCD96F: hue angle of 76.42º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCD96F is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 111 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.15 |
| HSL | 76.42º | 0.58% | 0.64% | - |
| HSV(B) | 76.42º | 0.49% | 0.85% | - |
| XYZ | 48.42 | 61.46 | 24.35 | - |
| YUV | 196.25 | 79.89 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 111 | 0.13 | 0 | 0.49 | 0.15 | 76.42 | 0.58 | 0.64 |
| Hex | BC | D9 | 6F | D | 0 | 31 | F | 4C | 3A | 40 |
| Octal | 274 | 331 | 157 | 15 | 0 | 61 | 17 | 114 | 72 | 100 |
| Binary | 10111100 | 11011001 | 1101111 | 1101 | 0 | 110001 | 1111 | 1001100 | 111010 | 1000000 |
Color Harmonies of #BCD96F
Complementary color
Monochromatic Colors of #BCD96F
Black with #BCD96F
Text Example
Text Example
White with #BCD96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD96F; }
p { color: rgb(188,217,111); }
H1.HeaderClassName
{
color: #BCD96F;
}
.AnyTagClassName
{
color: #BCD96F;
}
</style>
background-color css
<style>
a { background-color: #BCD96F; }
a { background-color: rgb(188,217,111); }
div.DivClassName
{
background-color: #BCD96F;
}
.BgClassName
{
background-color: #BCD96F;
}
</style>
border-color css
<style>
span { border-color: #BCD96F; }
span { border-color: rgb(188,217,111); }
td.TdClassName
{
border-color: #BCD96F;
}
.TagClassName
{
border-color: #BCD96F;
}
</style>