Shades of Wild Willow #BFD96B
Tints of Wild Willow #BFD96B
RGB
CMYK
RGB Variations
Color information
#BFD96B (or 0xBFD96B) is known color: Wild Willow. HEX triplet: BF, D9 and 6B. RGB value is (191,217,107). Sum of RGB (Red+Green+Blue) = 191+217+107=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 107 (42.19% from 255 or 20.78% from 515); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD96B is #402694. Grayscale: #C5C5C5. Windows color (decimal): -4204181 or 7068095. OLE color: 7068095.
HSL color Cylindrical-coordinate representation of color #BFD96B: hue angle of 74.18º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFD96B is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 217 | 107 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.15 |
| HSL | 74.18º | 0.59% | 0.64% | - |
| HSV(B) | 74.18º | 0.51% | 0.85% | - |
| XYZ | 48.95 | 61.76 | 23.25 | - |
| YUV | 196.69 | 77.39 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 217 | 107 | 0.12 | 0 | 0.51 | 0.15 | 74.18 | 0.59 | 0.64 |
| Hex | BF | D9 | 6B | C | 0 | 33 | F | 4A | 3B | 40 |
| Octal | 277 | 331 | 153 | 14 | 0 | 63 | 17 | 112 | 73 | 100 |
| Binary | 10111111 | 11011001 | 1101011 | 1100 | 0 | 110011 | 1111 | 1001010 | 111011 | 1000000 |
Color Harmonies of #BFD96B
Complementary color
Monochromatic Colors of #BFD96B
Black with #BFD96B
Text Example
Text Example
White with #BFD96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD96B; }
p { color: rgb(191,217,107); }
H1.HeaderClassName
{
color: #BFD96B;
}
.AnyTagClassName
{
color: #BFD96B;
}
</style>
background-color css
<style>
a { background-color: #BFD96B; }
a { background-color: rgb(191,217,107); }
div.DivClassName
{
background-color: #BFD96B;
}
.BgClassName
{
background-color: #BFD96B;
}
</style>
border-color css
<style>
span { border-color: #BFD96B; }
span { border-color: rgb(191,217,107); }
td.TdClassName
{
border-color: #BFD96B;
}
.TagClassName
{
border-color: #BFD96B;
}
</style>