Shades of Wild Willow #B2D26C
Tints of Wild Willow #B2D26C
RGB
CMYK
RGB Variations
Color information
#B2D26C (or 0xB2D26C) is known color: Wild Willow. HEX triplet: B2, D2 and 6C. RGB value is (178,210,108). Sum of RGB (Red+Green+Blue) = 178+210+108=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 210 (82.42% from 255 or 42.34% from 496); Blue value is 108 (42.58% from 255 or 21.77% from 496); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D26C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D26C is #4D2D93. Grayscale: #BDBDBD. Windows color (decimal): -5057940 or 7131826. OLE color: 7131826.
HSL color Cylindrical-coordinate representation of color #B2D26C: hue angle of 78.82º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B2D26C is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 210 | 108 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.18 |
| HSL | 78.82º | 0.53% | 0.62% | - |
| HSV(B) | 78.82º | 0.49% | 0.82% | - |
| XYZ | 44.11 | 56.64 | 22.8 | - |
| YUV | 188.8 | 82.4 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 210 | 108 | 0.15 | 0 | 0.49 | 0.18 | 78.82 | 0.53 | 0.62 |
| Hex | B2 | D2 | 6C | F | 0 | 31 | 12 | 4F | 35 | 3E |
| Octal | 262 | 322 | 154 | 17 | 0 | 61 | 22 | 117 | 65 | 76 |
| Binary | 10110010 | 11010010 | 1101100 | 1111 | 0 | 110001 | 10010 | 1001111 | 110101 | 111110 |
Color Harmonies of #B2D26C
Complementary color
Monochromatic Colors of #B2D26C
Black with #B2D26C
Text Example
Text Example
White with #B2D26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D26C; }
p { color: rgb(178,210,108); }
H1.HeaderClassName
{
color: #B2D26C;
}
.AnyTagClassName
{
color: #B2D26C;
}
</style>
background-color css
<style>
a { background-color: #B2D26C; }
a { background-color: rgb(178,210,108); }
div.DivClassName
{
background-color: #B2D26C;
}
.BgClassName
{
background-color: #B2D26C;
}
</style>
border-color css
<style>
span { border-color: #B2D26C; }
span { border-color: rgb(178,210,108); }
td.TdClassName
{
border-color: #B2D26C;
}
.TagClassName
{
border-color: #B2D26C;
}
</style>