Shades of Wild Willow #BCD86E
Tints of Wild Willow #BCD86E
RGB
CMYK
RGB Variations
Color information
#BCD86E (or 0xBCD86E) is known color: Wild Willow. HEX triplet: BC, D8 and 6E. RGB value is (188,216,110). Sum of RGB (Red+Green+Blue) = 188+216+110=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 216 (84.77% from 255 or 42.02% from 514); Blue value is 110 (43.36% from 255 or 21.40% from 514); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD86E is #432791. Grayscale: #C3C3C3. Windows color (decimal): -4401042 or 7264444. OLE color: 7264444.
HSL color Cylindrical-coordinate representation of color #BCD86E: hue angle of 75.85º 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 #BCD86E is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 110 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.15 |
| HSL | 75.85º | 0.58% | 0.64% | - |
| HSV(B) | 75.85º | 0.49% | 0.85% | - |
| XYZ | 48.11 | 60.93 | 23.98 | - |
| YUV | 195.54 | 79.72 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 110 | 0.13 | 0 | 0.49 | 0.15 | 75.85 | 0.58 | 0.64 |
| Hex | BC | D8 | 6E | D | 0 | 31 | F | 4C | 3A | 40 |
| Octal | 274 | 330 | 156 | 15 | 0 | 61 | 17 | 114 | 72 | 100 |
| Binary | 10111100 | 11011000 | 1101110 | 1101 | 0 | 110001 | 1111 | 1001100 | 111010 | 1000000 |
Color Harmonies of #BCD86E
Complementary color
Monochromatic Colors of #BCD86E
Black with #BCD86E
Text Example
Text Example
White with #BCD86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD86E; }
p { color: rgb(188,216,110); }
H1.HeaderClassName
{
color: #BCD86E;
}
.AnyTagClassName
{
color: #BCD86E;
}
</style>
background-color css
<style>
a { background-color: #BCD86E; }
a { background-color: rgb(188,216,110); }
div.DivClassName
{
background-color: #BCD86E;
}
.BgClassName
{
background-color: #BCD86E;
}
</style>
border-color css
<style>
span { border-color: #BCD86E; }
span { border-color: rgb(188,216,110); }
td.TdClassName
{
border-color: #BCD86E;
}
.TagClassName
{
border-color: #BCD86E;
}
</style>