Shades of Wild Willow #BCD86B
Tints of Wild Willow #BCD86B
RGB
CMYK
RGB Variations
Color information
#BCD86B (or 0xBCD86B) is known color: Wild Willow. HEX triplet: BC, D8 and 6B. RGB value is (188,216,107). Sum of RGB (Red+Green+Blue) = 188+216+107=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 216 (84.77% from 255 or 42.27% from 511); Blue value is 107 (42.19% from 255 or 20.94% from 511); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD86B is #432794. Grayscale: #C3C3C3. Windows color (decimal): -4401045 or 7067836. OLE color: 7067836.
HSL color Cylindrical-coordinate representation of color #BCD86B: hue angle of 75.41º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCD86B is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 107 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.15 |
| HSL | 75.41º | 0.58% | 0.63% | - |
| HSV(B) | 75.41º | 0.5% | 0.85% | - |
| XYZ | 47.95 | 60.86 | 23.13 | - |
| YUV | 195.2 | 78.22 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 107 | 0.13 | 0 | 0.50 | 0.15 | 75.41 | 0.58 | 0.63 |
| Hex | BC | D8 | 6B | D | 0 | 32 | F | 4B | 3A | 3F |
| Octal | 274 | 330 | 153 | 15 | 0 | 62 | 17 | 113 | 72 | 77 |
| Binary | 10111100 | 11011000 | 1101011 | 1101 | 0 | 110010 | 1111 | 1001011 | 111010 | 111111 |
Color Harmonies of #BCD86B
Complementary color
Monochromatic Colors of #BCD86B
Black with #BCD86B
Text Example
Text Example
White with #BCD86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD86B; }
p { color: rgb(188,216,107); }
H1.HeaderClassName
{
color: #BCD86B;
}
.AnyTagClassName
{
color: #BCD86B;
}
</style>
background-color css
<style>
a { background-color: #BCD86B; }
a { background-color: rgb(188,216,107); }
div.DivClassName
{
background-color: #BCD86B;
}
.BgClassName
{
background-color: #BCD86B;
}
</style>
border-color css
<style>
span { border-color: #BCD86B; }
span { border-color: rgb(188,216,107); }
td.TdClassName
{
border-color: #BCD86B;
}
.TagClassName
{
border-color: #BCD86B;
}
</style>