Shades of Wild Willow #BFD655
Tints of Wild Willow #BFD655
RGB
CMYK
RGB Variations
Color information
#BFD655 (or 0xBFD655) is known color: Wild Willow. HEX triplet: BF, D6 and 55. RGB value is (191,214,85). Sum of RGB (Red+Green+Blue) = 191+214+85=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 85 (33.59% from 255 or 17.35% from 490); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD655 is #4029AA. Grayscale: #C0C0C0. Windows color (decimal): -4204971 or 5625535. OLE color: 5625535.
HSL color Cylindrical-coordinate representation of color #BFD655: hue angle of 70.7º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFD655 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 85 | - |
| CMYK | 0.11 | 0 | 0.60 | 0.16 |
| HSL | 70.7º | 0.61% | 0.59% | - |
| HSV(B) | 70.7º | 0.6% | 0.84% | - |
| XYZ | 47.17 | 59.83 | 17.66 | - |
| YUV | 192.42 | 67.38 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 85 | 0.11 | 0 | 0.60 | 0.16 | 70.7 | 0.61 | 0.59 |
| Hex | BF | D6 | 55 | B | 0 | 3C | 10 | 47 | 3D | 3B |
| Octal | 277 | 326 | 125 | 13 | 0 | 74 | 20 | 107 | 75 | 73 |
| Binary | 10111111 | 11010110 | 1010101 | 1011 | 0 | 111100 | 10000 | 1000111 | 111101 | 111011 |
Color Harmonies of #BFD655
Complementary color
Monochromatic Colors of #BFD655
Black with #BFD655
Text Example
Text Example
White with #BFD655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD655; }
p { color: rgb(191,214,85); }
H1.HeaderClassName
{
color: #BFD655;
}
.AnyTagClassName
{
color: #BFD655;
}
</style>
background-color css
<style>
a { background-color: #BFD655; }
a { background-color: rgb(191,214,85); }
div.DivClassName
{
background-color: #BFD655;
}
.BgClassName
{
background-color: #BFD655;
}
</style>
border-color css
<style>
span { border-color: #BFD655; }
span { border-color: rgb(191,214,85); }
td.TdClassName
{
border-color: #BFD655;
}
.TagClassName
{
border-color: #BFD655;
}
</style>