Shades of Wild Willow #BFD869
Tints of Wild Willow #BFD869
RGB
CMYK
RGB Variations
Color information
#BFD869 (or 0xBFD869) is known color: Wild Willow. HEX triplet: BF, D8 and 69. RGB value is (191,216,105). Sum of RGB (Red+Green+Blue) = 191+216+105=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 216 (84.77% from 255 or 42.19% from 512); Blue value is 105 (41.41% from 255 or 20.51% from 512); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD869 is #402796. Grayscale: #C4C4C4. Windows color (decimal): -4204439 or 6936767. OLE color: 6936767.
HSL color Cylindrical-coordinate representation of color #BFD869: hue angle of 73.51º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFD869 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 105 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.15 |
| HSL | 73.51º | 0.59% | 0.63% | - |
| HSV(B) | 73.51º | 0.51% | 0.85% | - |
| XYZ | 48.59 | 61.21 | 22.62 | - |
| YUV | 195.87 | 76.72 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 105 | 0.12 | 0 | 0.51 | 0.15 | 73.51 | 0.59 | 0.63 |
| Hex | BF | D8 | 69 | C | 0 | 33 | F | 4A | 3B | 3F |
| Octal | 277 | 330 | 151 | 14 | 0 | 63 | 17 | 112 | 73 | 77 |
| Binary | 10111111 | 11011000 | 1101001 | 1100 | 0 | 110011 | 1111 | 1001010 | 111011 | 111111 |
Color Harmonies of #BFD869
Complementary color
Monochromatic Colors of #BFD869
Black with #BFD869
Text Example
Text Example
White with #BFD869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD869; }
p { color: rgb(191,216,105); }
H1.HeaderClassName
{
color: #BFD869;
}
.AnyTagClassName
{
color: #BFD869;
}
</style>
background-color css
<style>
a { background-color: #BFD869; }
a { background-color: rgb(191,216,105); }
div.DivClassName
{
background-color: #BFD869;
}
.BgClassName
{
background-color: #BFD869;
}
</style>
border-color css
<style>
span { border-color: #BFD869; }
span { border-color: rgb(191,216,105); }
td.TdClassName
{
border-color: #BFD869;
}
.TagClassName
{
border-color: #BFD869;
}
</style>