Shades of Wild Willow #B8D86D
Tints of Wild Willow #B8D86D
RGB
CMYK
RGB Variations
Color information
#B8D86D (or 0xB8D86D) is known color: Wild Willow. HEX triplet: B8, D8 and 6D. RGB value is (184,216,109). Sum of RGB (Red+Green+Blue) = 184+216+109=509 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.15% from 509); Green value is 216 (84.77% from 255 or 42.44% from 509); Blue value is 109 (42.97% from 255 or 21.41% from 509); Max value from RGB is 216 - color contains mainly: green. Hex color #B8D86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D86D is #472792. Grayscale: #C2C2C2. Windows color (decimal): -4663187 or 7198904. OLE color: 7198904.
HSL color Cylindrical-coordinate representation of color #B8D86D: hue angle of 77.94º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B8D86D is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 216 | 109 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.15 |
| HSL | 77.94º | 0.58% | 0.64% | - |
| HSV(B) | 77.94º | 0.5% | 0.85% | - |
| XYZ | 47.08 | 60.41 | 23.65 | - |
| YUV | 194.23 | 79.9 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 216 | 109 | 0.15 | 0 | 0.50 | 0.15 | 77.94 | 0.58 | 0.64 |
| Hex | B8 | D8 | 6D | F | 0 | 32 | F | 4E | 3A | 40 |
| Octal | 270 | 330 | 155 | 17 | 0 | 62 | 17 | 116 | 72 | 100 |
| Binary | 10111000 | 11011000 | 1101101 | 1111 | 0 | 110010 | 1111 | 1001110 | 111010 | 1000000 |
Color Harmonies of #B8D86D
Complementary color
Monochromatic Colors of #B8D86D
Black with #B8D86D
Text Example
Text Example
White with #B8D86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D86D; }
p { color: rgb(184,216,109); }
H1.HeaderClassName
{
color: #B8D86D;
}
.AnyTagClassName
{
color: #B8D86D;
}
</style>
background-color css
<style>
a { background-color: #B8D86D; }
a { background-color: rgb(184,216,109); }
div.DivClassName
{
background-color: #B8D86D;
}
.BgClassName
{
background-color: #B8D86D;
}
</style>
border-color css
<style>
span { border-color: #B8D86D; }
span { border-color: rgb(184,216,109); }
td.TdClassName
{
border-color: #B8D86D;
}
.TagClassName
{
border-color: #B8D86D;
}
</style>