Shades of Wild Willow #BCD256
Tints of Wild Willow #BCD256
RGB
CMYK
RGB Variations
Color information
#BCD256 (or 0xBCD256) is known color: Wild Willow. HEX triplet: BC, D2 and 56. RGB value is (188,210,86). Sum of RGB (Red+Green+Blue) = 188+210+86=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 210 (82.42% from 255 or 43.39% from 484); Blue value is 86 (33.98% from 255 or 17.77% from 484); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD256 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD256 is #432DA9. Grayscale: #BDBDBD. Windows color (decimal): -4402602 or 5690044. OLE color: 5690044.
HSL color Cylindrical-coordinate representation of color #BCD256: hue angle of 70.65º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCD256 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 86 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.18 |
| HSL | 70.65º | 0.58% | 0.58% | - |
| HSV(B) | 70.65º | 0.59% | 0.82% | - |
| XYZ | 45.47 | 57.46 | 17.5 | - |
| YUV | 189.29 | 69.71 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 86 | 0.10 | 0 | 0.59 | 0.18 | 70.65 | 0.58 | 0.58 |
| Hex | BC | D2 | 56 | A | 0 | 3B | 12 | 47 | 3A | 3A |
| Octal | 274 | 322 | 126 | 12 | 0 | 73 | 22 | 107 | 72 | 72 |
| Binary | 10111100 | 11010010 | 1010110 | 1010 | 0 | 111011 | 10010 | 1000111 | 111010 | 111010 |
Color Harmonies of #BCD256
Complementary color
Monochromatic Colors of #BCD256
Black with #BCD256
Text Example
Text Example
White with #BCD256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD256; }
p { color: rgb(188,210,86); }
H1.HeaderClassName
{
color: #BCD256;
}
.AnyTagClassName
{
color: #BCD256;
}
</style>
background-color css
<style>
a { background-color: #BCD256; }
a { background-color: rgb(188,210,86); }
div.DivClassName
{
background-color: #BCD256;
}
.BgClassName
{
background-color: #BCD256;
}
</style>
border-color css
<style>
span { border-color: #BCD256; }
span { border-color: rgb(188,210,86); }
td.TdClassName
{
border-color: #BCD256;
}
.TagClassName
{
border-color: #BCD256;
}
</style>