Shades of Wild Willow #B2D06D
Tints of Wild Willow #B2D06D
RGB
CMYK
RGB Variations
Color information
#B2D06D (or 0xB2D06D) is known color: Wild Willow. HEX triplet: B2, D0 and 6D. RGB value is (178,208,109). Sum of RGB (Red+Green+Blue) = 178+208+109=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D06D is #4D2F92. Grayscale: #BCBCBC. Windows color (decimal): -5058451 or 7196850. OLE color: 7196850.
HSL color Cylindrical-coordinate representation of color #B2D06D: hue angle of 78.18º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B2D06D is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 208 | 109 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.18 |
| HSL | 78.18º | 0.51% | 0.62% | - |
| HSV(B) | 78.18º | 0.48% | 0.82% | - |
| XYZ | 43.68 | 55.68 | 22.91 | - |
| YUV | 187.74 | 83.56 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 208 | 109 | 0.14 | 0 | 0.48 | 0.18 | 78.18 | 0.51 | 0.62 |
| Hex | B2 | D0 | 6D | E | 0 | 30 | 12 | 4E | 33 | 3E |
| Octal | 262 | 320 | 155 | 16 | 0 | 60 | 22 | 116 | 63 | 76 |
| Binary | 10110010 | 11010000 | 1101101 | 1110 | 0 | 110000 | 10010 | 1001110 | 110011 | 111110 |
Color Harmonies of #B2D06D
Complementary color
Monochromatic Colors of #B2D06D
Black with #B2D06D
Text Example
Text Example
White with #B2D06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D06D; }
p { color: rgb(178,208,109); }
H1.HeaderClassName
{
color: #B2D06D;
}
.AnyTagClassName
{
color: #B2D06D;
}
</style>
background-color css
<style>
a { background-color: #B2D06D; }
a { background-color: rgb(178,208,109); }
div.DivClassName
{
background-color: #B2D06D;
}
.BgClassName
{
background-color: #B2D06D;
}
</style>
border-color css
<style>
span { border-color: #B2D06D; }
span { border-color: rgb(178,208,109); }
td.TdClassName
{
border-color: #B2D06D;
}
.TagClassName
{
border-color: #B2D06D;
}
</style>