Shades of Wild Willow #BFDB6E
Tints of Wild Willow #BFDB6E
RGB
CMYK
RGB Variations
Color information
#BFDB6E (or 0xBFDB6E) is known color: Wild Willow. HEX triplet: BF, DB and 6E. RGB value is (191,219,110). Sum of RGB (Red+Green+Blue) = 191+219+110=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 110 (43.36% from 255 or 21.15% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDB6E is #402491. Grayscale: #C6C6C6. Windows color (decimal): -4203666 or 7265215. OLE color: 7265215.
HSL color Cylindrical-coordinate representation of color #BFDB6E: hue angle of 75.41º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFDB6E is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 110 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.14 |
| HSL | 75.41º | 0.6% | 0.65% | - |
| HSV(B) | 75.41º | 0.5% | 0.86% | - |
| XYZ | 49.63 | 62.87 | 24.27 | - |
| YUV | 198.2 | 78.22 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 110 | 0.13 | 0 | 0.50 | 0.14 | 75.41 | 0.6 | 0.65 |
| Hex | BF | DB | 6E | D | 0 | 32 | E | 4B | 3C | 41 |
| Octal | 277 | 333 | 156 | 15 | 0 | 62 | 16 | 113 | 74 | 101 |
| Binary | 10111111 | 11011011 | 1101110 | 1101 | 0 | 110010 | 1110 | 1001011 | 111100 | 1000001 |
Color Harmonies of #BFDB6E
Complementary color
Monochromatic Colors of #BFDB6E
Black with #BFDB6E
Text Example
Text Example
White with #BFDB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB6E; }
p { color: rgb(191,219,110); }
H1.HeaderClassName
{
color: #BFDB6E;
}
.AnyTagClassName
{
color: #BFDB6E;
}
</style>
background-color css
<style>
a { background-color: #BFDB6E; }
a { background-color: rgb(191,219,110); }
div.DivClassName
{
background-color: #BFDB6E;
}
.BgClassName
{
background-color: #BFDB6E;
}
</style>
border-color css
<style>
span { border-color: #BFDB6E; }
span { border-color: rgb(191,219,110); }
td.TdClassName
{
border-color: #BFDB6E;
}
.TagClassName
{
border-color: #BFDB6E;
}
</style>