Shades of Wild Willow #B6D565
Tints of Wild Willow #B6D565
RGB
CMYK
RGB Variations
Color information
#B6D565 (or 0xB6D565) is known color: Wild Willow. HEX triplet: B6, D5 and 65. RGB value is (182,213,101). Sum of RGB (Red+Green+Blue) = 182+213+101=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 101 (39.84% from 255 or 20.36% from 496); Max value from RGB is 213 - color contains mainly: green. Hex color #B6D565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D565 is #492A9A. Grayscale: #BFBFBF. Windows color (decimal): -4795035 or 6673846. OLE color: 6673846.
HSL color Cylindrical-coordinate representation of color #B6D565: hue angle of 76.61º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B6D565 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 182 | 213 | 101 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.16 |
| HSL | 76.61º | 0.57% | 0.62% | - |
| HSV(B) | 76.61º | 0.53% | 0.84% | - |
| XYZ | 45.43 | 58.47 | 21.2 | - |
| YUV | 190.96 | 77.23 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 213 | 101 | 0.15 | 0 | 0.53 | 0.16 | 76.61 | 0.57 | 0.62 |
| Hex | B6 | D5 | 65 | F | 0 | 35 | 10 | 4D | 39 | 3E |
| Octal | 266 | 325 | 145 | 17 | 0 | 65 | 20 | 115 | 71 | 76 |
| Binary | 10110110 | 11010101 | 1100101 | 1111 | 0 | 110101 | 10000 | 1001101 | 111001 | 111110 |
Color Harmonies of #B6D565
Complementary color
Monochromatic Colors of #B6D565
Black with #B6D565
Text Example
Text Example
White with #B6D565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D565; }
p { color: rgb(182,213,101); }
H1.HeaderClassName
{
color: #B6D565;
}
.AnyTagClassName
{
color: #B6D565;
}
</style>
background-color css
<style>
a { background-color: #B6D565; }
a { background-color: rgb(182,213,101); }
div.DivClassName
{
background-color: #B6D565;
}
.BgClassName
{
background-color: #B6D565;
}
</style>
border-color css
<style>
span { border-color: #B6D565; }
span { border-color: rgb(182,213,101); }
td.TdClassName
{
border-color: #B6D565;
}
.TagClassName
{
border-color: #B6D565;
}
</style>