Shades of Wild Willow #BFDB65
Tints of Wild Willow #BFDB65
RGB
CMYK
RGB Variations
Color information
#BFDB65 (or 0xBFDB65) is known color: Wild Willow. HEX triplet: BF, DB and 65. RGB value is (191,219,101). Sum of RGB (Red+Green+Blue) = 191+219+101=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 101 (39.84% from 255 or 19.77% from 511); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDB65 is #40249A. Grayscale: #C5C5C5. Windows color (decimal): -4203675 or 6675391. OLE color: 6675391.
HSL color Cylindrical-coordinate representation of color #BFDB65: hue angle of 74.24º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFDB65 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 101 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.14 |
| HSL | 74.24º | 0.62% | 0.63% | - |
| HSV(B) | 74.24º | 0.54% | 0.86% | - |
| XYZ | 49.17 | 62.68 | 21.82 | - |
| YUV | 197.18 | 73.72 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 101 | 0.13 | 0 | 0.54 | 0.14 | 74.24 | 0.62 | 0.63 |
| Hex | BF | DB | 65 | D | 0 | 36 | E | 4A | 3E | 3F |
| Octal | 277 | 333 | 145 | 15 | 0 | 66 | 16 | 112 | 76 | 77 |
| Binary | 10111111 | 11011011 | 1100101 | 1101 | 0 | 110110 | 1110 | 1001010 | 111110 | 111111 |
Color Harmonies of #BFDB65
Complementary color
Monochromatic Colors of #BFDB65
Black with #BFDB65
Text Example
Text Example
White with #BFDB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB65; }
p { color: rgb(191,219,101); }
H1.HeaderClassName
{
color: #BFDB65;
}
.AnyTagClassName
{
color: #BFDB65;
}
</style>
background-color css
<style>
a { background-color: #BFDB65; }
a { background-color: rgb(191,219,101); }
div.DivClassName
{
background-color: #BFDB65;
}
.BgClassName
{
background-color: #BFDB65;
}
</style>
border-color css
<style>
span { border-color: #BFDB65; }
span { border-color: rgb(191,219,101); }
td.TdClassName
{
border-color: #BFDB65;
}
.TagClassName
{
border-color: #BFDB65;
}
</style>