Shades of Wild Willow #B5D16A
Tints of Wild Willow #B5D16A
RGB
CMYK
RGB Variations
Color information
#B5D16A (or 0xB5D16A) is known color: Wild Willow. HEX triplet: B5, D1 and 6A. RGB value is (181,209,106). Sum of RGB (Red+Green+Blue) = 181+209+106=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 209 (82.03% from 255 or 42.14% from 496); Blue value is 106 (41.80% from 255 or 21.37% from 496); Max value from RGB is 209 - color contains mainly: green. Hex color #B5D16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D16A is #4A2E95. Grayscale: #BDBDBD. Windows color (decimal): -4861590 or 7000501. OLE color: 7000501.
HSL color Cylindrical-coordinate representation of color #B5D16A: hue angle of 76.31º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B5D16A is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 209 | 106 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.18 |
| HSL | 76.31º | 0.53% | 0.62% | - |
| HSV(B) | 76.31º | 0.49% | 0.82% | - |
| XYZ | 44.46 | 56.47 | 22.19 | - |
| YUV | 188.89 | 81.22 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 209 | 106 | 0.13 | 0 | 0.49 | 0.18 | 76.31 | 0.53 | 0.62 |
| Hex | B5 | D1 | 6A | D | 0 | 31 | 12 | 4C | 35 | 3E |
| Octal | 265 | 321 | 152 | 15 | 0 | 61 | 22 | 114 | 65 | 76 |
| Binary | 10110101 | 11010001 | 1101010 | 1101 | 0 | 110001 | 10010 | 1001100 | 110101 | 111110 |
Color Harmonies of #B5D16A
Complementary color
Monochromatic Colors of #B5D16A
Black with #B5D16A
Text Example
Text Example
White with #B5D16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D16A; }
p { color: rgb(181,209,106); }
H1.HeaderClassName
{
color: #B5D16A;
}
.AnyTagClassName
{
color: #B5D16A;
}
</style>
background-color css
<style>
a { background-color: #B5D16A; }
a { background-color: rgb(181,209,106); }
div.DivClassName
{
background-color: #B5D16A;
}
.BgClassName
{
background-color: #B5D16A;
}
</style>
border-color css
<style>
span { border-color: #B5D16A; }
span { border-color: rgb(181,209,106); }
td.TdClassName
{
border-color: #B5D16A;
}
.TagClassName
{
border-color: #B5D16A;
}
</style>