Shades of Wild Willow #B2D063
Tints of Wild Willow #B2D063
RGB
CMYK
RGB Variations
Color information
#B2D063 (or 0xB2D063) is known color: Wild Willow. HEX triplet: B2, D0 and 63. RGB value is (178,208,99). Sum of RGB (Red+Green+Blue) = 178+208+99=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 99 (39.06% from 255 or 20.41% from 485); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D063 is #4D2F9C. Grayscale: #BBBBBB. Windows color (decimal): -5058461 or 6541490. OLE color: 6541490.
HSL color Cylindrical-coordinate representation of color #B2D063: hue angle of 76.51º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B2D063 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 208 | 99 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.18 |
| HSL | 76.51º | 0.54% | 0.6% | - |
| HSV(B) | 76.51º | 0.52% | 0.82% | - |
| XYZ | 43.17 | 55.48 | 20.24 | - |
| YUV | 186.6 | 78.56 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 208 | 99 | 0.14 | 0 | 0.52 | 0.18 | 76.51 | 0.54 | 0.6 |
| Hex | B2 | D0 | 63 | E | 0 | 34 | 12 | 4D | 36 | 3C |
| Octal | 262 | 320 | 143 | 16 | 0 | 64 | 22 | 115 | 66 | 74 |
| Binary | 10110010 | 11010000 | 1100011 | 1110 | 0 | 110100 | 10010 | 1001101 | 110110 | 111100 |
Color Harmonies of #B2D063
Complementary color
Monochromatic Colors of #B2D063
Black with #B2D063
Text Example
Text Example
White with #B2D063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D063; }
p { color: rgb(178,208,99); }
H1.HeaderClassName
{
color: #B2D063;
}
.AnyTagClassName
{
color: #B2D063;
}
</style>
background-color css
<style>
a { background-color: #B2D063; }
a { background-color: rgb(178,208,99); }
div.DivClassName
{
background-color: #B2D063;
}
.BgClassName
{
background-color: #B2D063;
}
</style>
border-color css
<style>
span { border-color: #B2D063; }
span { border-color: rgb(178,208,99); }
td.TdClassName
{
border-color: #B2D063;
}
.TagClassName
{
border-color: #B2D063;
}
</style>