Shades of Wild Willow #BCD96C
Tints of Wild Willow #BCD96C
RGB
CMYK
RGB Variations
Color information
#BCD96C (or 0xBCD96C) is known color: Wild Willow. HEX triplet: BC, D9 and 6C. RGB value is (188,217,108). Sum of RGB (Red+Green+Blue) = 188+217+108=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 108 (42.58% from 255 or 21.05% from 513); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD96C is #432693. Grayscale: #C4C4C4. Windows color (decimal): -4400788 or 7133628. OLE color: 7133628.
HSL color Cylindrical-coordinate representation of color #BCD96C: hue angle of 75.96º 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 #BCD96C is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 108 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.15 |
| HSL | 75.96º | 0.59% | 0.64% | - |
| HSV(B) | 75.96º | 0.5% | 0.85% | - |
| XYZ | 48.26 | 61.4 | 23.5 | - |
| YUV | 195.9 | 78.39 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 108 | 0.13 | 0 | 0.50 | 0.15 | 75.96 | 0.59 | 0.64 |
| Hex | BC | D9 | 6C | D | 0 | 32 | F | 4C | 3B | 40 |
| Octal | 274 | 331 | 154 | 15 | 0 | 62 | 17 | 114 | 73 | 100 |
| Binary | 10111100 | 11011001 | 1101100 | 1101 | 0 | 110010 | 1111 | 1001100 | 111011 | 1000000 |
Color Harmonies of #BCD96C
Complementary color
Monochromatic Colors of #BCD96C
Black with #BCD96C
Text Example
Text Example
White with #BCD96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD96C; }
p { color: rgb(188,217,108); }
H1.HeaderClassName
{
color: #BCD96C;
}
.AnyTagClassName
{
color: #BCD96C;
}
</style>
background-color css
<style>
a { background-color: #BCD96C; }
a { background-color: rgb(188,217,108); }
div.DivClassName
{
background-color: #BCD96C;
}
.BgClassName
{
background-color: #BCD96C;
}
</style>
border-color css
<style>
span { border-color: #BCD96C; }
span { border-color: rgb(188,217,108); }
td.TdClassName
{
border-color: #BCD96C;
}
.TagClassName
{
border-color: #BCD96C;
}
</style>