Shades of Wild Willow #B7D86E
Tints of Wild Willow #B7D86E
RGB
CMYK
RGB Variations
Color information
#B7D86E (or 0xB7D86E) is known color: Wild Willow. HEX triplet: B7, D8 and 6E. RGB value is (183,216,110). Sum of RGB (Red+Green+Blue) = 183+216+110=509 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.95% from 509); Green value is 216 (84.77% from 255 or 42.44% from 509); Blue value is 110 (43.36% from 255 or 21.61% from 509); Max value from RGB is 216 - color contains mainly: green. Hex color #B7D86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D86E is #482791. Grayscale: #C2C2C2. Windows color (decimal): -4728722 or 7264439. OLE color: 7264439.
HSL color Cylindrical-coordinate representation of color #B7D86E: hue angle of 78.68º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B7D86E is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 216 | 110 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.15 |
| HSL | 78.68º | 0.58% | 0.64% | - |
| HSV(B) | 78.68º | 0.49% | 0.85% | - |
| XYZ | 46.9 | 60.3 | 23.92 | - |
| YUV | 194.05 | 80.57 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 216 | 110 | 0.15 | 0 | 0.49 | 0.15 | 78.68 | 0.58 | 0.64 |
| Hex | B7 | D8 | 6E | F | 0 | 31 | F | 4F | 3A | 40 |
| Octal | 267 | 330 | 156 | 17 | 0 | 61 | 17 | 117 | 72 | 100 |
| Binary | 10110111 | 11011000 | 1101110 | 1111 | 0 | 110001 | 1111 | 1001111 | 111010 | 1000000 |
Color Harmonies of #B7D86E
Complementary color
Monochromatic Colors of #B7D86E
Black with #B7D86E
Text Example
Text Example
White with #B7D86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D86E; }
p { color: rgb(183,216,110); }
H1.HeaderClassName
{
color: #B7D86E;
}
.AnyTagClassName
{
color: #B7D86E;
}
</style>
background-color css
<style>
a { background-color: #B7D86E; }
a { background-color: rgb(183,216,110); }
div.DivClassName
{
background-color: #B7D86E;
}
.BgClassName
{
background-color: #B7D86E;
}
</style>
border-color css
<style>
span { border-color: #B7D86E; }
span { border-color: rgb(183,216,110); }
td.TdClassName
{
border-color: #B7D86E;
}
.TagClassName
{
border-color: #B7D86E;
}
</style>