Shades of Wild Willow #BFD356
Tints of Wild Willow #BFD356
RGB
CMYK
RGB Variations
Color information
#BFD356 (or 0xBFD356) is known color: Wild Willow. HEX triplet: BF, D3 and 56. RGB value is (191,211,86). Sum of RGB (Red+Green+Blue) = 191+211+86=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 211 (82.81% from 255 or 43.24% from 488); Blue value is 86 (33.98% from 255 or 17.62% from 488); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD356 is #402CA9. Grayscale: #BFBFBF. Windows color (decimal): -4205738 or 5690303. OLE color: 5690303.
HSL color Cylindrical-coordinate representation of color #BFD356: hue angle of 69.6º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFD356 is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 86 | - |
| CMYK | 0.09 | 0 | 0.59 | 0.17 |
| HSL | 69.6º | 0.59% | 0.58% | - |
| HSV(B) | 69.6º | 0.59% | 0.83% | - |
| XYZ | 46.46 | 58.34 | 17.62 | - |
| YUV | 190.77 | 68.87 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 86 | 0.09 | 0 | 0.59 | 0.17 | 69.6 | 0.59 | 0.58 |
| Hex | BF | D3 | 56 | 9 | 0 | 3B | 11 | 46 | 3B | 3A |
| Octal | 277 | 323 | 126 | 11 | 0 | 73 | 21 | 106 | 73 | 72 |
| Binary | 10111111 | 11010011 | 1010110 | 1001 | 0 | 111011 | 10001 | 1000110 | 111011 | 111010 |
Color Harmonies of #BFD356
Complementary color
Monochromatic Colors of #BFD356
Black with #BFD356
Text Example
Text Example
White with #BFD356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD356; }
p { color: rgb(191,211,86); }
H1.HeaderClassName
{
color: #BFD356;
}
.AnyTagClassName
{
color: #BFD356;
}
</style>
background-color css
<style>
a { background-color: #BFD356; }
a { background-color: rgb(191,211,86); }
div.DivClassName
{
background-color: #BFD356;
}
.BgClassName
{
background-color: #BFD356;
}
</style>
border-color css
<style>
span { border-color: #BFD356; }
span { border-color: rgb(191,211,86); }
td.TdClassName
{
border-color: #BFD356;
}
.TagClassName
{
border-color: #BFD356;
}
</style>