Shades of Wild Willow #BFD865
Tints of Wild Willow #BFD865
RGB
CMYK
RGB Variations
Color information
#BFD865 (or 0xBFD865) is known color: Wild Willow. HEX triplet: BF, D8 and 65. RGB value is (191,216,101). Sum of RGB (Red+Green+Blue) = 191+216+101=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 216 (84.77% from 255 or 42.52% from 508); Blue value is 101 (39.84% from 255 or 19.88% from 508); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD865 is #40279A. Grayscale: #C3C3C3. Windows color (decimal): -4204443 or 6674623. OLE color: 6674623.
HSL color Cylindrical-coordinate representation of color #BFD865: hue angle of 73.04º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFD865 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 101 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.15 |
| HSL | 73.04º | 0.6% | 0.62% | - |
| HSV(B) | 73.04º | 0.53% | 0.85% | - |
| XYZ | 48.39 | 61.13 | 21.56 | - |
| YUV | 195.42 | 74.72 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 101 | 0.12 | 0 | 0.53 | 0.15 | 73.04 | 0.6 | 0.62 |
| Hex | BF | D8 | 65 | C | 0 | 35 | F | 49 | 3C | 3E |
| Octal | 277 | 330 | 145 | 14 | 0 | 65 | 17 | 111 | 74 | 76 |
| Binary | 10111111 | 11011000 | 1100101 | 1100 | 0 | 110101 | 1111 | 1001001 | 111100 | 111110 |
Color Harmonies of #BFD865
Complementary color
Monochromatic Colors of #BFD865
Black with #BFD865
Text Example
Text Example
White with #BFD865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD865; }
p { color: rgb(191,216,101); }
H1.HeaderClassName
{
color: #BFD865;
}
.AnyTagClassName
{
color: #BFD865;
}
</style>
background-color css
<style>
a { background-color: #BFD865; }
a { background-color: rgb(191,216,101); }
div.DivClassName
{
background-color: #BFD865;
}
.BgClassName
{
background-color: #BFD865;
}
</style>
border-color css
<style>
span { border-color: #BFD865; }
span { border-color: rgb(191,216,101); }
td.TdClassName
{
border-color: #BFD865;
}
.TagClassName
{
border-color: #BFD865;
}
</style>