Shades of Wild Willow #B5D160
Tints of Wild Willow #B5D160
RGB
CMYK
RGB Variations
Color information
#B5D160 (or 0xB5D160) is known color: Wild Willow. HEX triplet: B5, D1 and 60. RGB value is (181,209,96). Sum of RGB (Red+Green+Blue) = 181+209+96=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 209 (82.03% from 255 or 43.00% from 486); Blue value is 96 (37.89% from 255 or 19.75% from 486); Max value from RGB is 209 - color contains mainly: green. Hex color #B5D160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D160 is #4A2E9F. Grayscale: #BCBCBC. Windows color (decimal): -4861600 or 6345141. OLE color: 6345141.
HSL color Cylindrical-coordinate representation of color #B5D160: hue angle of 74.87º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B5D160 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 209 | 96 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.18 |
| HSL | 74.87º | 0.55% | 0.6% | - |
| HSV(B) | 74.87º | 0.54% | 0.82% | - |
| XYZ | 43.97 | 56.27 | 19.61 | - |
| YUV | 187.75 | 76.22 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 209 | 96 | 0.13 | 0 | 0.54 | 0.18 | 74.87 | 0.55 | 0.6 |
| Hex | B5 | D1 | 60 | D | 0 | 36 | 12 | 4B | 37 | 3C |
| Octal | 265 | 321 | 140 | 15 | 0 | 66 | 22 | 113 | 67 | 74 |
| Binary | 10110101 | 11010001 | 1100000 | 1101 | 0 | 110110 | 10010 | 1001011 | 110111 | 111100 |
Color Harmonies of #B5D160
Complementary color
Monochromatic Colors of #B5D160
Black with #B5D160
Text Example
Text Example
White with #B5D160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D160; }
p { color: rgb(181,209,96); }
H1.HeaderClassName
{
color: #B5D160;
}
.AnyTagClassName
{
color: #B5D160;
}
</style>
background-color css
<style>
a { background-color: #B5D160; }
a { background-color: rgb(181,209,96); }
div.DivClassName
{
background-color: #B5D160;
}
.BgClassName
{
background-color: #B5D160;
}
</style>
border-color css
<style>
span { border-color: #B5D160; }
span { border-color: rgb(181,209,96); }
td.TdClassName
{
border-color: #B5D160;
}
.TagClassName
{
border-color: #B5D160;
}
</style>