Shades of Wild Willow #B6D56B
Tints of Wild Willow #B6D56B
RGB
CMYK
RGB Variations
Color information
#B6D56B (or 0xB6D56B) is known color: Wild Willow. HEX triplet: B6, D5 and 6B. RGB value is (182,213,107). Sum of RGB (Red+Green+Blue) = 182+213+107=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 107 (42.19% from 255 or 21.31% from 502); Max value from RGB is 213 - color contains mainly: green. Hex color #B6D56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D56B is #492A94. Grayscale: #C0C0C0. Windows color (decimal): -4795029 or 7067062. OLE color: 7067062.
HSL color Cylindrical-coordinate representation of color #B6D56B: hue angle of 77.55º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B6D56B is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 182 | 213 | 107 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.16 |
| HSL | 77.55º | 0.56% | 0.63% | - |
| HSV(B) | 77.55º | 0.5% | 0.84% | - |
| XYZ | 45.74 | 58.6 | 22.81 | - |
| YUV | 191.65 | 80.23 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 213 | 107 | 0.15 | 0 | 0.50 | 0.16 | 77.55 | 0.56 | 0.63 |
| Hex | B6 | D5 | 6B | F | 0 | 32 | 10 | 4E | 38 | 3F |
| Octal | 266 | 325 | 153 | 17 | 0 | 62 | 20 | 116 | 70 | 77 |
| Binary | 10110110 | 11010101 | 1101011 | 1111 | 0 | 110010 | 10000 | 1001110 | 111000 | 111111 |
Color Harmonies of #B6D56B
Complementary color
Monochromatic Colors of #B6D56B
Black with #B6D56B
Text Example
Text Example
White with #B6D56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D56B; }
p { color: rgb(182,213,107); }
H1.HeaderClassName
{
color: #B6D56B;
}
.AnyTagClassName
{
color: #B6D56B;
}
</style>
background-color css
<style>
a { background-color: #B6D56B; }
a { background-color: rgb(182,213,107); }
div.DivClassName
{
background-color: #B6D56B;
}
.BgClassName
{
background-color: #B6D56B;
}
</style>
border-color css
<style>
span { border-color: #B6D56B; }
span { border-color: rgb(182,213,107); }
td.TdClassName
{
border-color: #B6D56B;
}
.TagClassName
{
border-color: #B6D56B;
}
</style>