Shades of Wild Willow #B5C86E
Tints of Wild Willow #B5C86E
RGB
CMYK
RGB Variations
Color information
#B5C86E (or 0xB5C86E) is known color: Wild Willow. HEX triplet: B5, C8 and 6E. RGB value is (181,200,110). Sum of RGB (Red+Green+Blue) = 181+200+110=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 200 (78.52% from 255 or 40.73% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C86E is #4A3791. Grayscale: #B8B8B8. Windows color (decimal): -4863890 or 7260341. OLE color: 7260341.
HSL color Cylindrical-coordinate representation of color #B5C86E: hue angle of 72.67º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B5C86E is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 200 | 110 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.22 |
| HSL | 72.67º | 0.45% | 0.61% | - |
| HSV(B) | 72.67º | 0.45% | 0.78% | - |
| XYZ | 42.52 | 52.26 | 22.6 | - |
| YUV | 184.06 | 86.21 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 200 | 110 | 0.09 | 0 | 0.45 | 0.22 | 72.67 | 0.45 | 0.61 |
| Hex | B5 | C8 | 6E | 9 | 0 | 2D | 16 | 49 | 2D | 3D |
| Octal | 265 | 310 | 156 | 11 | 0 | 55 | 26 | 111 | 55 | 75 |
| Binary | 10110101 | 11001000 | 1101110 | 1001 | 0 | 101101 | 10110 | 1001001 | 101101 | 111101 |
Color Harmonies of #B5C86E
Complementary color
Monochromatic Colors of #B5C86E
Black with #B5C86E
Text Example
Text Example
White with #B5C86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C86E; }
p { color: rgb(181,200,110); }
H1.HeaderClassName
{
color: #B5C86E;
}
.AnyTagClassName
{
color: #B5C86E;
}
</style>
background-color css
<style>
a { background-color: #B5C86E; }
a { background-color: rgb(181,200,110); }
div.DivClassName
{
background-color: #B5C86E;
}
.BgClassName
{
background-color: #B5C86E;
}
</style>
border-color css
<style>
span { border-color: #B5C86E; }
span { border-color: rgb(181,200,110); }
td.TdClassName
{
border-color: #B5C86E;
}
.TagClassName
{
border-color: #B5C86E;
}
</style>