Shades of Wild Willow #B7D86D
Tints of Wild Willow #B7D86D
RGB
CMYK
RGB Variations
Color information
#B7D86D (or 0xB7D86D) is known color: Wild Willow. HEX triplet: B7, D8 and 6D. RGB value is (183,216,109). Sum of RGB (Red+Green+Blue) = 183+216+109=508 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.02% from 508); Green value is 216 (84.77% from 255 or 42.52% from 508); Blue value is 109 (42.97% from 255 or 21.46% from 508); Max value from RGB is 216 - color contains mainly: green. Hex color #B7D86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D86D is #482792. Grayscale: #C2C2C2. Windows color (decimal): -4728723 or 7198903. OLE color: 7198903.
HSL color Cylindrical-coordinate representation of color #B7D86D: hue angle of 78.5º 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 #B7D86D is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 216 | 109 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.15 |
| HSL | 78.5º | 0.58% | 0.64% | - |
| HSV(B) | 78.5º | 0.5% | 0.85% | - |
| XYZ | 46.84 | 60.28 | 23.63 | - |
| YUV | 193.94 | 80.07 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 216 | 109 | 0.15 | 0 | 0.50 | 0.15 | 78.5 | 0.58 | 0.64 |
| Hex | B7 | D8 | 6D | F | 0 | 32 | F | 4F | 3A | 40 |
| Octal | 267 | 330 | 155 | 17 | 0 | 62 | 17 | 117 | 72 | 100 |
| Binary | 10110111 | 11011000 | 1101101 | 1111 | 0 | 110010 | 1111 | 1001111 | 111010 | 1000000 |
Color Harmonies of #B7D86D
Complementary color
Monochromatic Colors of #B7D86D
Black with #B7D86D
Text Example
Text Example
White with #B7D86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D86D; }
p { color: rgb(183,216,109); }
H1.HeaderClassName
{
color: #B7D86D;
}
.AnyTagClassName
{
color: #B7D86D;
}
</style>
background-color css
<style>
a { background-color: #B7D86D; }
a { background-color: rgb(183,216,109); }
div.DivClassName
{
background-color: #B7D86D;
}
.BgClassName
{
background-color: #B7D86D;
}
</style>
border-color css
<style>
span { border-color: #B7D86D; }
span { border-color: rgb(183,216,109); }
td.TdClassName
{
border-color: #B7D86D;
}
.TagClassName
{
border-color: #B7D86D;
}
</style>