Shades of Wild Willow #B2D163
Tints of Wild Willow #B2D163
RGB
CMYK
RGB Variations
Color information
#B2D163 (or 0xB2D163) is known color: Wild Willow. HEX triplet: B2, D1 and 63. RGB value is (178,209,99). Sum of RGB (Red+Green+Blue) = 178+209+99=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 209 (82.03% from 255 or 43.00% from 486); Blue value is 99 (39.06% from 255 or 20.37% from 486); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D163 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D163 is #4D2E9C. Grayscale: #BBBBBB. Windows color (decimal): -5058205 or 6541746. OLE color: 6541746.
HSL color Cylindrical-coordinate representation of color #B2D163: hue angle of 76.91º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B2D163 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 209 | 99 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.18 |
| HSL | 76.91º | 0.54% | 0.6% | - |
| HSV(B) | 76.91º | 0.53% | 0.82% | - |
| XYZ | 43.41 | 55.97 | 20.32 | - |
| YUV | 187.19 | 78.23 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 209 | 99 | 0.15 | 0 | 0.53 | 0.18 | 76.91 | 0.54 | 0.6 |
| Hex | B2 | D1 | 63 | F | 0 | 35 | 12 | 4D | 36 | 3C |
| Octal | 262 | 321 | 143 | 17 | 0 | 65 | 22 | 115 | 66 | 74 |
| Binary | 10110010 | 11010001 | 1100011 | 1111 | 0 | 110101 | 10010 | 1001101 | 110110 | 111100 |
Color Harmonies of #B2D163
Complementary color
Monochromatic Colors of #B2D163
Black with #B2D163
Text Example
Text Example
White with #B2D163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D163; }
p { color: rgb(178,209,99); }
H1.HeaderClassName
{
color: #B2D163;
}
.AnyTagClassName
{
color: #B2D163;
}
</style>
background-color css
<style>
a { background-color: #B2D163; }
a { background-color: rgb(178,209,99); }
div.DivClassName
{
background-color: #B2D163;
}
.BgClassName
{
background-color: #B2D163;
}
</style>
border-color css
<style>
span { border-color: #B2D163; }
span { border-color: rgb(178,209,99); }
td.TdClassName
{
border-color: #B2D163;
}
.TagClassName
{
border-color: #B2D163;
}
</style>