Shades of Wild Willow #BCD159
Tints of Wild Willow #BCD159
RGB
CMYK
RGB Variations
Color information
#BCD159 (or 0xBCD159) is known color: Wild Willow. HEX triplet: BC, D1 and 59. RGB value is (188,209,89). Sum of RGB (Red+Green+Blue) = 188+209+89=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 209 (82.03% from 255 or 43.00% from 486); Blue value is 89 (35.16% from 255 or 18.31% from 486); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD159 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD159 is #432EA6. Grayscale: #BDBDBD. Windows color (decimal): -4402855 or 5886396. OLE color: 5886396.
HSL color Cylindrical-coordinate representation of color #BCD159: hue angle of 70.5º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCD159 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 209 | 89 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.18 |
| HSL | 70.5º | 0.57% | 0.58% | - |
| HSV(B) | 70.5º | 0.57% | 0.82% | - |
| XYZ | 45.34 | 57.01 | 18.07 | - |
| YUV | 189.04 | 71.54 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 89 | 0.10 | 0 | 0.57 | 0.18 | 70.5 | 0.57 | 0.58 |
| Hex | BC | D1 | 59 | A | 0 | 39 | 12 | 46 | 39 | 3A |
| Octal | 274 | 321 | 131 | 12 | 0 | 71 | 22 | 106 | 71 | 72 |
| Binary | 10111100 | 11010001 | 1011001 | 1010 | 0 | 111001 | 10010 | 1000110 | 111001 | 111010 |
Color Harmonies of #BCD159
Complementary color
Monochromatic Colors of #BCD159
Black with #BCD159
Text Example
Text Example
White with #BCD159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD159; }
p { color: rgb(188,209,89); }
H1.HeaderClassName
{
color: #BCD159;
}
.AnyTagClassName
{
color: #BCD159;
}
</style>
background-color css
<style>
a { background-color: #BCD159; }
a { background-color: rgb(188,209,89); }
div.DivClassName
{
background-color: #BCD159;
}
.BgClassName
{
background-color: #BCD159;
}
</style>
border-color css
<style>
span { border-color: #BCD159; }
span { border-color: rgb(188,209,89); }
td.TdClassName
{
border-color: #BCD159;
}
.TagClassName
{
border-color: #BCD159;
}
</style>