Shades of Wild Willow #B2D36D
Tints of Wild Willow #B2D36D
RGB
CMYK
RGB Variations
Color information
#B2D36D (or 0xB2D36D) is known color: Wild Willow. HEX triplet: B2, D3 and 6D. RGB value is (178,211,109). Sum of RGB (Red+Green+Blue) = 178+211+109=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 211 (82.81% from 255 or 42.37% from 498); Blue value is 109 (42.97% from 255 or 21.89% from 498); Max value from RGB is 211 - color contains mainly: green. Hex color #B2D36D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D36D is #4D2C92. Grayscale: #BDBDBD. Windows color (decimal): -5057683 or 7197618. OLE color: 7197618.
HSL color Cylindrical-coordinate representation of color #B2D36D: hue angle of 79.41º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B2D36D is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 211 | 109 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.17 |
| HSL | 79.41º | 0.54% | 0.63% | - |
| HSV(B) | 79.41º | 0.48% | 0.83% | - |
| XYZ | 44.41 | 57.16 | 23.16 | - |
| YUV | 189.51 | 82.57 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 211 | 109 | 0.16 | 0 | 0.48 | 0.17 | 79.41 | 0.54 | 0.63 |
| Hex | B2 | D3 | 6D | 10 | 0 | 30 | 11 | 4F | 36 | 3F |
| Octal | 262 | 323 | 155 | 20 | 0 | 60 | 21 | 117 | 66 | 77 |
| Binary | 10110010 | 11010011 | 1101101 | 10000 | 0 | 110000 | 10001 | 1001111 | 110110 | 111111 |
Color Harmonies of #B2D36D
Complementary color
Monochromatic Colors of #B2D36D
Black with #B2D36D
Text Example
Text Example
White with #B2D36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D36D; }
p { color: rgb(178,211,109); }
H1.HeaderClassName
{
color: #B2D36D;
}
.AnyTagClassName
{
color: #B2D36D;
}
</style>
background-color css
<style>
a { background-color: #B2D36D; }
a { background-color: rgb(178,211,109); }
div.DivClassName
{
background-color: #B2D36D;
}
.BgClassName
{
background-color: #B2D36D;
}
</style>
border-color css
<style>
span { border-color: #B2D36D; }
span { border-color: rgb(178,211,109); }
td.TdClassName
{
border-color: #B2D36D;
}
.TagClassName
{
border-color: #B2D36D;
}
</style>