Shades of Wild Willow #B5D059
Tints of Wild Willow #B5D059
RGB
CMYK
RGB Variations
Color information
#B5D059 (or 0xB5D059) is known color: Wild Willow. HEX triplet: B5, D0 and 59. RGB value is (181,208,89). Sum of RGB (Red+Green+Blue) = 181+208+89=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 89 (35.16% from 255 or 18.62% from 478); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D059 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D059 is #4A2FA6. Grayscale: #BABABA. Windows color (decimal): -4861863 or 5886133. OLE color: 5886133.
HSL color Cylindrical-coordinate representation of color #B5D059: hue angle of 73.61º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5D059 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 208 | 89 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.18 |
| HSL | 73.61º | 0.56% | 0.58% | - |
| HSV(B) | 73.61º | 0.57% | 0.82% | - |
| XYZ | 43.42 | 55.66 | 17.91 | - |
| YUV | 186.36 | 73.05 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 208 | 89 | 0.13 | 0 | 0.57 | 0.18 | 73.61 | 0.56 | 0.58 |
| Hex | B5 | D0 | 59 | D | 0 | 39 | 12 | 4A | 38 | 3A |
| Octal | 265 | 320 | 131 | 15 | 0 | 71 | 22 | 112 | 70 | 72 |
| Binary | 10110101 | 11010000 | 1011001 | 1101 | 0 | 111001 | 10010 | 1001010 | 111000 | 111010 |
Color Harmonies of #B5D059
Complementary color
Monochromatic Colors of #B5D059
Black with #B5D059
Text Example
Text Example
White with #B5D059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D059; }
p { color: rgb(181,208,89); }
H1.HeaderClassName
{
color: #B5D059;
}
.AnyTagClassName
{
color: #B5D059;
}
</style>
background-color css
<style>
a { background-color: #B5D059; }
a { background-color: rgb(181,208,89); }
div.DivClassName
{
background-color: #B5D059;
}
.BgClassName
{
background-color: #B5D059;
}
</style>
border-color css
<style>
span { border-color: #B5D059; }
span { border-color: rgb(181,208,89); }
td.TdClassName
{
border-color: #B5D059;
}
.TagClassName
{
border-color: #B5D059;
}
</style>