Shades of Wild Willow #BFD165
Tints of Wild Willow #BFD165
RGB
CMYK
RGB Variations
Color information
#BFD165 (or 0xBFD165) is known color: Wild Willow. HEX triplet: BF, D1 and 65. RGB value is (191,209,101). Sum of RGB (Red+Green+Blue) = 191+209+101=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 209 (82.03% from 255 or 41.72% from 501); Blue value is 101 (39.84% from 255 or 20.16% from 501); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD165 is #402E9A. Grayscale: #BFBFBF. Windows color (decimal): -4206235 or 6672831. OLE color: 6672831.
HSL color Cylindrical-coordinate representation of color #BFD165: hue angle of 70º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFD165 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 101 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.18 |
| HSL | 70º | 0.54% | 0.61% | - |
| HSV(B) | 70º | 0.52% | 0.82% | - |
| XYZ | 46.64 | 57.62 | 20.98 | - |
| YUV | 191.31 | 77.04 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 101 | 0.09 | 0 | 0.52 | 0.18 | 70 | 0.54 | 0.61 |
| Hex | BF | D1 | 65 | 9 | 0 | 34 | 12 | 46 | 36 | 3D |
| Octal | 277 | 321 | 145 | 11 | 0 | 64 | 22 | 106 | 66 | 75 |
| Binary | 10111111 | 11010001 | 1100101 | 1001 | 0 | 110100 | 10010 | 1000110 | 110110 | 111101 |
Color Harmonies of #BFD165
Complementary color
Monochromatic Colors of #BFD165
Black with #BFD165
Text Example
Text Example
White with #BFD165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD165; }
p { color: rgb(191,209,101); }
H1.HeaderClassName
{
color: #BFD165;
}
.AnyTagClassName
{
color: #BFD165;
}
</style>
background-color css
<style>
a { background-color: #BFD165; }
a { background-color: rgb(191,209,101); }
div.DivClassName
{
background-color: #BFD165;
}
.BgClassName
{
background-color: #BFD165;
}
</style>
border-color css
<style>
span { border-color: #BFD165; }
span { border-color: rgb(191,209,101); }
td.TdClassName
{
border-color: #BFD165;
}
.TagClassName
{
border-color: #BFD165;
}
</style>