Shades of Wild Willow #BCD96D
Tints of Wild Willow #BCD96D
RGB
CMYK
RGB Variations
Color information
#BCD96D (or 0xBCD96D) is known color: Wild Willow. HEX triplet: BC, D9 and 6D. RGB value is (188,217,109). Sum of RGB (Red+Green+Blue) = 188+217+109=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 109 (42.97% from 255 or 21.21% from 514); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD96D is #432692. Grayscale: #C4C4C4. Windows color (decimal): -4400787 or 7199164. OLE color: 7199164.
HSL color Cylindrical-coordinate representation of color #BCD96D: hue angle of 76.11º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCD96D is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 109 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.15 |
| HSL | 76.11º | 0.59% | 0.64% | - |
| HSV(B) | 76.11º | 0.5% | 0.85% | - |
| XYZ | 48.31 | 61.42 | 23.78 | - |
| YUV | 196.02 | 78.89 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 109 | 0.13 | 0 | 0.50 | 0.15 | 76.11 | 0.59 | 0.64 |
| Hex | BC | D9 | 6D | D | 0 | 32 | F | 4C | 3B | 40 |
| Octal | 274 | 331 | 155 | 15 | 0 | 62 | 17 | 114 | 73 | 100 |
| Binary | 10111100 | 11011001 | 1101101 | 1101 | 0 | 110010 | 1111 | 1001100 | 111011 | 1000000 |
Color Harmonies of #BCD96D
Complementary color
Monochromatic Colors of #BCD96D
Black with #BCD96D
Text Example
Text Example
White with #BCD96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD96D; }
p { color: rgb(188,217,109); }
H1.HeaderClassName
{
color: #BCD96D;
}
.AnyTagClassName
{
color: #BCD96D;
}
</style>
background-color css
<style>
a { background-color: #BCD96D; }
a { background-color: rgb(188,217,109); }
div.DivClassName
{
background-color: #BCD96D;
}
.BgClassName
{
background-color: #BCD96D;
}
</style>
border-color css
<style>
span { border-color: #BCD96D; }
span { border-color: rgb(188,217,109); }
td.TdClassName
{
border-color: #BCD96D;
}
.TagClassName
{
border-color: #BCD96D;
}
</style>