Shades of Wild Willow #B8D771
Tints of Wild Willow #B8D771
RGB
CMYK
RGB Variations
Color information
#B8D771 (or 0xB8D771) is known color: Wild Willow. HEX triplet: B8, D7 and 71. RGB value is (184,215,113). Sum of RGB (Red+Green+Blue) = 184+215+113=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 113 (44.53% from 255 or 22.07% from 512); Max value from RGB is 215 - color contains mainly: green. Hex color #B8D771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D771 is #47288E. Grayscale: #C2C2C2. Windows color (decimal): -4663439 or 7460792. OLE color: 7460792.
HSL color Cylindrical-coordinate representation of color #B8D771: hue angle of 78.24º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B8D771 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 215 | 113 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.16 |
| HSL | 78.24º | 0.56% | 0.64% | - |
| HSV(B) | 78.24º | 0.47% | 0.84% | - |
| XYZ | 47.05 | 59.98 | 24.72 | - |
| YUV | 194.1 | 82.23 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 215 | 113 | 0.14 | 0 | 0.47 | 0.16 | 78.24 | 0.56 | 0.64 |
| Hex | B8 | D7 | 71 | E | 0 | 2F | 10 | 4E | 38 | 40 |
| Octal | 270 | 327 | 161 | 16 | 0 | 57 | 20 | 116 | 70 | 100 |
| Binary | 10111000 | 11010111 | 1110001 | 1110 | 0 | 101111 | 10000 | 1001110 | 111000 | 1000000 |
Color Harmonies of #B8D771
Complementary color
Monochromatic Colors of #B8D771
Black with #B8D771
Text Example
Text Example
White with #B8D771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D771; }
p { color: rgb(184,215,113); }
H1.HeaderClassName
{
color: #B8D771;
}
.AnyTagClassName
{
color: #B8D771;
}
</style>
background-color css
<style>
a { background-color: #B8D771; }
a { background-color: rgb(184,215,113); }
div.DivClassName
{
background-color: #B8D771;
}
.BgClassName
{
background-color: #B8D771;
}
</style>
border-color css
<style>
span { border-color: #B8D771; }
span { border-color: rgb(184,215,113); }
td.TdClassName
{
border-color: #B8D771;
}
.TagClassName
{
border-color: #B8D771;
}
</style>