Shades of Wild Willow #B2D06C
Tints of Wild Willow #B2D06C
RGB
CMYK
RGB Variations
Color information
#B2D06C (or 0xB2D06C) is known color: Wild Willow. HEX triplet: B2, D0 and 6C. RGB value is (178,208,108). Sum of RGB (Red+Green+Blue) = 178+208+108=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D06C is #4D2F93. Grayscale: #BCBCBC. Windows color (decimal): -5058452 or 7131314. OLE color: 7131314.
HSL color Cylindrical-coordinate representation of color #B2D06C: hue angle of 78º degrees, saturation: 0.52, 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 #B2D06C is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 208 | 108 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.18 |
| HSL | 78º | 0.52% | 0.62% | - |
| HSV(B) | 78º | 0.48% | 0.82% | - |
| XYZ | 43.62 | 55.66 | 22.63 | - |
| YUV | 187.63 | 83.06 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 208 | 108 | 0.14 | 0 | 0.48 | 0.18 | 78 | 0.52 | 0.62 |
| Hex | B2 | D0 | 6C | E | 0 | 30 | 12 | 4E | 34 | 3E |
| Octal | 262 | 320 | 154 | 16 | 0 | 60 | 22 | 116 | 64 | 76 |
| Binary | 10110010 | 11010000 | 1101100 | 1110 | 0 | 110000 | 10010 | 1001110 | 110100 | 111110 |
Color Harmonies of #B2D06C
Complementary color
Monochromatic Colors of #B2D06C
Black with #B2D06C
Text Example
Text Example
White with #B2D06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D06C; }
p { color: rgb(178,208,108); }
H1.HeaderClassName
{
color: #B2D06C;
}
.AnyTagClassName
{
color: #B2D06C;
}
</style>
background-color css
<style>
a { background-color: #B2D06C; }
a { background-color: rgb(178,208,108); }
div.DivClassName
{
background-color: #B2D06C;
}
.BgClassName
{
background-color: #B2D06C;
}
</style>
border-color css
<style>
span { border-color: #B2D06C; }
span { border-color: rgb(178,208,108); }
td.TdClassName
{
border-color: #B2D06C;
}
.TagClassName
{
border-color: #B2D06C;
}
</style>