Shades of Wild Willow #BFDB6D
Tints of Wild Willow #BFDB6D
RGB
CMYK
RGB Variations
Color information
#BFDB6D (or 0xBFDB6D) is known color: Wild Willow. HEX triplet: BF, DB and 6D. RGB value is (191,219,109). Sum of RGB (Red+Green+Blue) = 191+219+109=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 109 (42.97% from 255 or 21.00% from 519); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDB6D is #402492. Grayscale: #C6C6C6. Windows color (decimal): -4203667 or 7199679. OLE color: 7199679.
HSL color Cylindrical-coordinate representation of color #BFDB6D: hue angle of 75.27º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFDB6D is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 109 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.14 |
| HSL | 75.27º | 0.6% | 0.64% | - |
| HSV(B) | 75.27º | 0.5% | 0.86% | - |
| XYZ | 49.58 | 62.84 | 23.98 | - |
| YUV | 198.09 | 77.72 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 109 | 0.13 | 0 | 0.50 | 0.14 | 75.27 | 0.6 | 0.64 |
| Hex | BF | DB | 6D | D | 0 | 32 | E | 4B | 3C | 40 |
| Octal | 277 | 333 | 155 | 15 | 0 | 62 | 16 | 113 | 74 | 100 |
| Binary | 10111111 | 11011011 | 1101101 | 1101 | 0 | 110010 | 1110 | 1001011 | 111100 | 1000000 |
Color Harmonies of #BFDB6D
Complementary color
Monochromatic Colors of #BFDB6D
Black with #BFDB6D
Text Example
Text Example
White with #BFDB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB6D; }
p { color: rgb(191,219,109); }
H1.HeaderClassName
{
color: #BFDB6D;
}
.AnyTagClassName
{
color: #BFDB6D;
}
</style>
background-color css
<style>
a { background-color: #BFDB6D; }
a { background-color: rgb(191,219,109); }
div.DivClassName
{
background-color: #BFDB6D;
}
.BgClassName
{
background-color: #BFDB6D;
}
</style>
border-color css
<style>
span { border-color: #BFDB6D; }
span { border-color: rgb(191,219,109); }
td.TdClassName
{
border-color: #BFDB6D;
}
.TagClassName
{
border-color: #BFDB6D;
}
</style>