Shades of Wild Willow #B5D46D
Tints of Wild Willow #B5D46D
RGB
CMYK
RGB Variations
Color information
#B5D46D (or 0xB5D46D) is known color: Wild Willow. HEX triplet: B5, D4 and 6D. RGB value is (181,212,109). Sum of RGB (Red+Green+Blue) = 181+212+109=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 212 (83.20% from 255 or 42.23% from 502); Blue value is 109 (42.97% from 255 or 21.71% from 502); Max value from RGB is 212 - color contains mainly: green. Hex color #B5D46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D46D is #4A2B92. Grayscale: #BFBFBF. Windows color (decimal): -4860819 or 7197877. OLE color: 7197877.
HSL color Cylindrical-coordinate representation of color #B5D46D: hue angle of 78.06º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B5D46D is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 212 | 109 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.17 |
| HSL | 78.06º | 0.54% | 0.63% | - |
| HSV(B) | 78.06º | 0.49% | 0.83% | - |
| XYZ | 45.36 | 58.01 | 23.28 | - |
| YUV | 190.99 | 81.73 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 212 | 109 | 0.15 | 0 | 0.49 | 0.17 | 78.06 | 0.54 | 0.63 |
| Hex | B5 | D4 | 6D | F | 0 | 31 | 11 | 4E | 36 | 3F |
| Octal | 265 | 324 | 155 | 17 | 0 | 61 | 21 | 116 | 66 | 77 |
| Binary | 10110101 | 11010100 | 1101101 | 1111 | 0 | 110001 | 10001 | 1001110 | 110110 | 111111 |
Color Harmonies of #B5D46D
Complementary color
Monochromatic Colors of #B5D46D
Black with #B5D46D
Text Example
Text Example
White with #B5D46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D46D; }
p { color: rgb(181,212,109); }
H1.HeaderClassName
{
color: #B5D46D;
}
.AnyTagClassName
{
color: #B5D46D;
}
</style>
background-color css
<style>
a { background-color: #B5D46D; }
a { background-color: rgb(181,212,109); }
div.DivClassName
{
background-color: #B5D46D;
}
.BgClassName
{
background-color: #B5D46D;
}
</style>
border-color css
<style>
span { border-color: #B5D46D; }
span { border-color: rgb(181,212,109); }
td.TdClassName
{
border-color: #B5D46D;
}
.TagClassName
{
border-color: #B5D46D;
}
</style>