Shades of Wild Willow #BFDB68
Tints of Wild Willow #BFDB68
RGB
CMYK
RGB Variations
Color information
#BFDB68 (or 0xBFDB68) is known color: Wild Willow. HEX triplet: BF, DB and 68. RGB value is (191,219,104). Sum of RGB (Red+Green+Blue) = 191+219+104=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 104 (41.02% from 255 or 20.23% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDB68 is #402497. Grayscale: #C5C5C5. Windows color (decimal): -4203672 or 6871999. OLE color: 6871999.
HSL color Cylindrical-coordinate representation of color #BFDB68: hue angle of 74.61º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFDB68 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 104 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.14 |
| HSL | 74.61º | 0.61% | 0.63% | - |
| HSV(B) | 74.61º | 0.53% | 0.86% | - |
| XYZ | 49.32 | 62.74 | 22.61 | - |
| YUV | 197.52 | 75.22 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 104 | 0.13 | 0 | 0.53 | 0.14 | 74.61 | 0.61 | 0.63 |
| Hex | BF | DB | 68 | D | 0 | 35 | E | 4B | 3D | 3F |
| Octal | 277 | 333 | 150 | 15 | 0 | 65 | 16 | 113 | 75 | 77 |
| Binary | 10111111 | 11011011 | 1101000 | 1101 | 0 | 110101 | 1110 | 1001011 | 111101 | 111111 |
Color Harmonies of #BFDB68
Complementary color
Monochromatic Colors of #BFDB68
Black with #BFDB68
Text Example
Text Example
White with #BFDB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB68; }
p { color: rgb(191,219,104); }
H1.HeaderClassName
{
color: #BFDB68;
}
.AnyTagClassName
{
color: #BFDB68;
}
</style>
background-color css
<style>
a { background-color: #BFDB68; }
a { background-color: rgb(191,219,104); }
div.DivClassName
{
background-color: #BFDB68;
}
.BgClassName
{
background-color: #BFDB68;
}
</style>
border-color css
<style>
span { border-color: #BFDB68; }
span { border-color: rgb(191,219,104); }
td.TdClassName
{
border-color: #BFDB68;
}
.TagClassName
{
border-color: #BFDB68;
}
</style>