Shades of Wild Willow #BFDB6B
Tints of Wild Willow #BFDB6B
RGB
CMYK
RGB Variations
Color information
#BFDB6B (or 0xBFDB6B) is known color: Wild Willow. HEX triplet: BF, DB and 6B. RGB value is (191,219,107). Sum of RGB (Red+Green+Blue) = 191+219+107=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 107 (42.19% from 255 or 20.70% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDB6B is #402494. Grayscale: #C6C6C6. Windows color (decimal): -4203669 or 7068607. OLE color: 7068607.
HSL color Cylindrical-coordinate representation of color #BFDB6B: hue angle of 75º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFDB6B is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 107 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.14 |
| HSL | 75º | 0.61% | 0.64% | - |
| HSV(B) | 75º | 0.51% | 0.86% | - |
| XYZ | 49.47 | 62.8 | 23.42 | - |
| YUV | 197.86 | 76.72 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 107 | 0.13 | 0 | 0.51 | 0.14 | 75 | 0.61 | 0.64 |
| Hex | BF | DB | 6B | D | 0 | 33 | E | 4B | 3D | 40 |
| Octal | 277 | 333 | 153 | 15 | 0 | 63 | 16 | 113 | 75 | 100 |
| Binary | 10111111 | 11011011 | 1101011 | 1101 | 0 | 110011 | 1110 | 1001011 | 111101 | 1000000 |
Color Harmonies of #BFDB6B
Complementary color
Monochromatic Colors of #BFDB6B
Black with #BFDB6B
Text Example
Text Example
White with #BFDB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB6B; }
p { color: rgb(191,219,107); }
H1.HeaderClassName
{
color: #BFDB6B;
}
.AnyTagClassName
{
color: #BFDB6B;
}
</style>
background-color css
<style>
a { background-color: #BFDB6B; }
a { background-color: rgb(191,219,107); }
div.DivClassName
{
background-color: #BFDB6B;
}
.BgClassName
{
background-color: #BFDB6B;
}
</style>
border-color css
<style>
span { border-color: #BFDB6B; }
span { border-color: rgb(191,219,107); }
td.TdClassName
{
border-color: #BFDB6B;
}
.TagClassName
{
border-color: #BFDB6B;
}
</style>