Shades of Wild Willow #BFD560
Tints of Wild Willow #BFD560
RGB
CMYK
RGB Variations
Color information
#BFD560 (or 0xBFD560) is known color: Wild Willow. HEX triplet: BF, D5 and 60. RGB value is (191,213,96). Sum of RGB (Red+Green+Blue) = 191+213+96=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 213 (83.59% from 255 or 42.6% from 500); Blue value is 96 (37.89% from 255 or 19.2% from 500); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD560 is #402A9F. Grayscale: #C1C1C1. Windows color (decimal): -4205216 or 6346175. OLE color: 6346175.
HSL color Cylindrical-coordinate representation of color #BFD560: hue angle of 71.28º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BFD560 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 96 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.16 |
| HSL | 71.28º | 0.58% | 0.61% | - |
| HSV(B) | 71.28º | 0.55% | 0.84% | - |
| XYZ | 47.39 | 59.51 | 20.06 | - |
| YUV | 193.08 | 73.21 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 96 | 0.10 | 0 | 0.55 | 0.16 | 71.28 | 0.58 | 0.61 |
| Hex | BF | D5 | 60 | A | 0 | 37 | 10 | 47 | 3A | 3D |
| Octal | 277 | 325 | 140 | 12 | 0 | 67 | 20 | 107 | 72 | 75 |
| Binary | 10111111 | 11010101 | 1100000 | 1010 | 0 | 110111 | 10000 | 1000111 | 111010 | 111101 |
Color Harmonies of #BFD560
Complementary color
Monochromatic Colors of #BFD560
Black with #BFD560
Text Example
Text Example
White with #BFD560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD560; }
p { color: rgb(191,213,96); }
H1.HeaderClassName
{
color: #BFD560;
}
.AnyTagClassName
{
color: #BFD560;
}
</style>
background-color css
<style>
a { background-color: #BFD560; }
a { background-color: rgb(191,213,96); }
div.DivClassName
{
background-color: #BFD560;
}
.BgClassName
{
background-color: #BFD560;
}
</style>
border-color css
<style>
span { border-color: #BFD560; }
span { border-color: rgb(191,213,96); }
td.TdClassName
{
border-color: #BFD560;
}
.TagClassName
{
border-color: #BFD560;
}
</style>