Shades of Wild Willow #B5D86E
Tints of Wild Willow #B5D86E
RGB
CMYK
RGB Variations
Color information
#B5D86E (or 0xB5D86E) is known color: Wild Willow. HEX triplet: B5, D8 and 6E. RGB value is (181,216,110). Sum of RGB (Red+Green+Blue) = 181+216+110=507 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.70% from 507); Green value is 216 (84.77% from 255 or 42.60% from 507); Blue value is 110 (43.36% from 255 or 21.70% from 507); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D86E is #4A2791. Grayscale: #C1C1C1. Windows color (decimal): -4859794 or 7264437. OLE color: 7264437.
HSL color Cylindrical-coordinate representation of color #B5D86E: hue angle of 79.81º 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 #B5D86E is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 216 | 110 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.15 |
| HSL | 79.81º | 0.58% | 0.64% | - |
| HSV(B) | 79.81º | 0.49% | 0.85% | - |
| XYZ | 46.43 | 60.06 | 23.9 | - |
| YUV | 193.45 | 80.9 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 216 | 110 | 0.16 | 0 | 0.49 | 0.15 | 79.81 | 0.58 | 0.64 |
| Hex | B5 | D8 | 6E | 10 | 0 | 31 | F | 50 | 3A | 40 |
| Octal | 265 | 330 | 156 | 20 | 0 | 61 | 17 | 120 | 72 | 100 |
| Binary | 10110101 | 11011000 | 1101110 | 10000 | 0 | 110001 | 1111 | 1010000 | 111010 | 1000000 |
Color Harmonies of #B5D86E
Complementary color
Monochromatic Colors of #B5D86E
Black with #B5D86E
Text Example
Text Example
White with #B5D86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D86E; }
p { color: rgb(181,216,110); }
H1.HeaderClassName
{
color: #B5D86E;
}
.AnyTagClassName
{
color: #B5D86E;
}
</style>
background-color css
<style>
a { background-color: #B5D86E; }
a { background-color: rgb(181,216,110); }
div.DivClassName
{
background-color: #B5D86E;
}
.BgClassName
{
background-color: #B5D86E;
}
</style>
border-color css
<style>
span { border-color: #B5D86E; }
span { border-color: rgb(181,216,110); }
td.TdClassName
{
border-color: #B5D86E;
}
.TagClassName
{
border-color: #B5D86E;
}
</style>