Shades of Wild Willow #BFDB64
Tints of Wild Willow #BFDB64
RGB
CMYK
RGB Variations
Color information
#BFDB64 (or 0xBFDB64) is known color: Wild Willow. HEX triplet: BF, DB and 64. RGB value is (191,219,100). Sum of RGB (Red+Green+Blue) = 191+219+100=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 100 (39.45% from 255 or 19.61% from 510); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDB64 is #40249B. Grayscale: #C5C5C5. Windows color (decimal): -4203676 or 6609855. OLE color: 6609855.
HSL color Cylindrical-coordinate representation of color #BFDB64: hue angle of 74.12º 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 #BFDB64 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 100 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.14 |
| HSL | 74.12º | 0.62% | 0.63% | - |
| HSV(B) | 74.12º | 0.54% | 0.86% | - |
| XYZ | 49.12 | 62.66 | 21.56 | - |
| YUV | 197.06 | 73.22 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 100 | 0.13 | 0 | 0.54 | 0.14 | 74.12 | 0.62 | 0.63 |
| Hex | BF | DB | 64 | D | 0 | 36 | E | 4A | 3E | 3F |
| Octal | 277 | 333 | 144 | 15 | 0 | 66 | 16 | 112 | 76 | 77 |
| Binary | 10111111 | 11011011 | 1100100 | 1101 | 0 | 110110 | 1110 | 1001010 | 111110 | 111111 |
Color Harmonies of #BFDB64
Complementary color
Monochromatic Colors of #BFDB64
Black with #BFDB64
Text Example
Text Example
White with #BFDB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB64; }
p { color: rgb(191,219,100); }
H1.HeaderClassName
{
color: #BFDB64;
}
.AnyTagClassName
{
color: #BFDB64;
}
</style>
background-color css
<style>
a { background-color: #BFDB64; }
a { background-color: rgb(191,219,100); }
div.DivClassName
{
background-color: #BFDB64;
}
.BgClassName
{
background-color: #BFDB64;
}
</style>
border-color css
<style>
span { border-color: #BFDB64; }
span { border-color: rgb(191,219,100); }
td.TdClassName
{
border-color: #BFDB64;
}
.TagClassName
{
border-color: #BFDB64;
}
</style>