Shades of Wild Willow #BFD371
Tints of Wild Willow #BFD371
RGB
CMYK
RGB Variations
Color information
#BFD371 (or 0xBFD371) is known color: Wild Willow. HEX triplet: BF, D3 and 71. RGB value is (191,211,113). Sum of RGB (Red+Green+Blue) = 191+211+113=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 211 (82.81% from 255 or 40.97% from 515); Blue value is 113 (44.53% from 255 or 21.94% from 515); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD371 is #402C8E. Grayscale: #C2C2C2. Windows color (decimal): -4205711 or 7459775. OLE color: 7459775.
HSL color Cylindrical-coordinate representation of color #BFD371: hue angle of 72.24º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFD371 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 113 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.17 |
| HSL | 72.24º | 0.53% | 0.64% | - |
| HSV(B) | 72.24º | 0.46% | 0.83% | - |
| XYZ | 47.76 | 58.86 | 24.47 | - |
| YUV | 193.85 | 82.37 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 113 | 0.09 | 0 | 0.46 | 0.17 | 72.24 | 0.53 | 0.64 |
| Hex | BF | D3 | 71 | 9 | 0 | 2E | 11 | 48 | 35 | 40 |
| Octal | 277 | 323 | 161 | 11 | 0 | 56 | 21 | 110 | 65 | 100 |
| Binary | 10111111 | 11010011 | 1110001 | 1001 | 0 | 101110 | 10001 | 1001000 | 110101 | 1000000 |
Color Harmonies of #BFD371
Complementary color
Monochromatic Colors of #BFD371
Black with #BFD371
Text Example
Text Example
White with #BFD371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD371; }
p { color: rgb(191,211,113); }
H1.HeaderClassName
{
color: #BFD371;
}
.AnyTagClassName
{
color: #BFD371;
}
</style>
background-color css
<style>
a { background-color: #BFD371; }
a { background-color: rgb(191,211,113); }
div.DivClassName
{
background-color: #BFD371;
}
.BgClassName
{
background-color: #BFD371;
}
</style>
border-color css
<style>
span { border-color: #BFD371; }
span { border-color: rgb(191,211,113); }
td.TdClassName
{
border-color: #BFD371;
}
.TagClassName
{
border-color: #BFD371;
}
</style>