Shades of Wild Willow #BCD86C
Tints of Wild Willow #BCD86C
RGB
CMYK
RGB Variations
Color information
#BCD86C (or 0xBCD86C) is known color: Wild Willow. HEX triplet: BC, D8 and 6C. RGB value is (188,216,108). Sum of RGB (Red+Green+Blue) = 188+216+108=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 216 (84.77% from 255 or 42.19% from 512); Blue value is 108 (42.58% from 255 or 21.09% from 512); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD86C is #432793. Grayscale: #C3C3C3. Windows color (decimal): -4401044 or 7133372. OLE color: 7133372.
HSL color Cylindrical-coordinate representation of color #BCD86C: hue angle of 75.56º degrees, saturation: 0.58, 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 #BCD86C is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 108 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.15 |
| HSL | 75.56º | 0.58% | 0.64% | - |
| HSV(B) | 75.56º | 0.5% | 0.85% | - |
| XYZ | 48 | 60.89 | 23.41 | - |
| YUV | 195.32 | 78.72 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 108 | 0.13 | 0 | 0.50 | 0.15 | 75.56 | 0.58 | 0.64 |
| Hex | BC | D8 | 6C | D | 0 | 32 | F | 4C | 3A | 40 |
| Octal | 274 | 330 | 154 | 15 | 0 | 62 | 17 | 114 | 72 | 100 |
| Binary | 10111100 | 11011000 | 1101100 | 1101 | 0 | 110010 | 1111 | 1001100 | 111010 | 1000000 |
Color Harmonies of #BCD86C
Complementary color
Monochromatic Colors of #BCD86C
Black with #BCD86C
Text Example
Text Example
White with #BCD86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD86C; }
p { color: rgb(188,216,108); }
H1.HeaderClassName
{
color: #BCD86C;
}
.AnyTagClassName
{
color: #BCD86C;
}
</style>
background-color css
<style>
a { background-color: #BCD86C; }
a { background-color: rgb(188,216,108); }
div.DivClassName
{
background-color: #BCD86C;
}
.BgClassName
{
background-color: #BCD86C;
}
</style>
border-color css
<style>
span { border-color: #BCD86C; }
span { border-color: rgb(188,216,108); }
td.TdClassName
{
border-color: #BCD86C;
}
.TagClassName
{
border-color: #BCD86C;
}
</style>