Shades of Wild Willow #B2D36A
Tints of Wild Willow #B2D36A
RGB
CMYK
RGB Variations
Color information
#B2D36A (or 0xB2D36A) is known color: Wild Willow. HEX triplet: B2, D3 and 6A. RGB value is (178,211,106). Sum of RGB (Red+Green+Blue) = 178+211+106=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 211 (82.81% from 255 or 42.63% from 495); Blue value is 106 (41.80% from 255 or 21.41% from 495); Max value from RGB is 211 - color contains mainly: green. Hex color #B2D36A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D36A is #4D2C95. Grayscale: #BDBDBD. Windows color (decimal): -5057686 or 7001010. OLE color: 7001010.
HSL color Cylindrical-coordinate representation of color #B2D36A: hue angle of 78.86º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2D36A is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 211 | 106 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.17 |
| HSL | 78.86º | 0.54% | 0.62% | - |
| HSV(B) | 78.86º | 0.5% | 0.83% | - |
| XYZ | 44.26 | 57.09 | 22.32 | - |
| YUV | 189.16 | 81.07 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 211 | 106 | 0.16 | 0 | 0.50 | 0.17 | 78.86 | 0.54 | 0.62 |
| Hex | B2 | D3 | 6A | 10 | 0 | 32 | 11 | 4F | 36 | 3E |
| Octal | 262 | 323 | 152 | 20 | 0 | 62 | 21 | 117 | 66 | 76 |
| Binary | 10110010 | 11010011 | 1101010 | 10000 | 0 | 110010 | 10001 | 1001111 | 110110 | 111110 |
Color Harmonies of #B2D36A
Complementary color
Monochromatic Colors of #B2D36A
Black with #B2D36A
Text Example
Text Example
White with #B2D36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D36A; }
p { color: rgb(178,211,106); }
H1.HeaderClassName
{
color: #B2D36A;
}
.AnyTagClassName
{
color: #B2D36A;
}
</style>
background-color css
<style>
a { background-color: #B2D36A; }
a { background-color: rgb(178,211,106); }
div.DivClassName
{
background-color: #B2D36A;
}
.BgClassName
{
background-color: #B2D36A;
}
</style>
border-color css
<style>
span { border-color: #B2D36A; }
span { border-color: rgb(178,211,106); }
td.TdClassName
{
border-color: #B2D36A;
}
.TagClassName
{
border-color: #B2D36A;
}
</style>