Shades of Wild Willow #B2D26D
Tints of Wild Willow #B2D26D
RGB
CMYK
RGB Variations
Color information
#B2D26D (or 0xB2D26D) is known color: Wild Willow. HEX triplet: B2, D2 and 6D. RGB value is (178,210,109). Sum of RGB (Red+Green+Blue) = 178+210+109=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 109 (42.97% from 255 or 21.93% from 497); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D26D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D26D is #4D2D92. Grayscale: #BDBDBD. Windows color (decimal): -5057939 or 7197362. OLE color: 7197362.
HSL color Cylindrical-coordinate representation of color #B2D26D: hue angle of 79.01º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B2D26D is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 210 | 109 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.18 |
| HSL | 79.01º | 0.53% | 0.63% | - |
| HSV(B) | 79.01º | 0.48% | 0.82% | - |
| XYZ | 44.17 | 56.66 | 23.08 | - |
| YUV | 188.92 | 82.9 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 210 | 109 | 0.15 | 0 | 0.48 | 0.18 | 79.01 | 0.53 | 0.63 |
| Hex | B2 | D2 | 6D | F | 0 | 30 | 12 | 4F | 35 | 3F |
| Octal | 262 | 322 | 155 | 17 | 0 | 60 | 22 | 117 | 65 | 77 |
| Binary | 10110010 | 11010010 | 1101101 | 1111 | 0 | 110000 | 10010 | 1001111 | 110101 | 111111 |
Color Harmonies of #B2D26D
Complementary color
Monochromatic Colors of #B2D26D
Black with #B2D26D
Text Example
Text Example
White with #B2D26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D26D; }
p { color: rgb(178,210,109); }
H1.HeaderClassName
{
color: #B2D26D;
}
.AnyTagClassName
{
color: #B2D26D;
}
</style>
background-color css
<style>
a { background-color: #B2D26D; }
a { background-color: rgb(178,210,109); }
div.DivClassName
{
background-color: #B2D26D;
}
.BgClassName
{
background-color: #B2D26D;
}
</style>
border-color css
<style>
span { border-color: #B2D26D; }
span { border-color: rgb(178,210,109); }
td.TdClassName
{
border-color: #B2D26D;
}
.TagClassName
{
border-color: #B2D26D;
}
</style>