Shades of Wild Willow #B2C363
Tints of Wild Willow #B2C363
RGB
CMYK
RGB Variations
Color information
#B2C363 (or 0xB2C363) is known color: Wild Willow. HEX triplet: B2, C3 and 63. RGB value is (178,195,99). Sum of RGB (Red+Green+Blue) = 178+195+99=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 99 (39.06% from 255 or 20.97% from 472); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C363 is #4D3C9C. Grayscale: #B3B3B3. Windows color (decimal): -5061789 or 6538162. OLE color: 6538162.
HSL color Cylindrical-coordinate representation of color #B2C363: hue angle of 70.62º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B2C363 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 195 | 99 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.24 |
| HSL | 70.62º | 0.44% | 0.58% | - |
| HSV(B) | 70.62º | 0.49% | 0.76% | - |
| XYZ | 40.13 | 49.4 | 19.22 | - |
| YUV | 178.97 | 82.87 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 195 | 99 | 0.09 | 0 | 0.49 | 0.24 | 70.62 | 0.44 | 0.58 |
| Hex | B2 | C3 | 63 | 9 | 0 | 31 | 18 | 47 | 2C | 3A |
| Octal | 262 | 303 | 143 | 11 | 0 | 61 | 30 | 107 | 54 | 72 |
| Binary | 10110010 | 11000011 | 1100011 | 1001 | 0 | 110001 | 11000 | 1000111 | 101100 | 111010 |
Color Harmonies of #B2C363
Complementary color
Monochromatic Colors of #B2C363
Black with #B2C363
Text Example
Text Example
White with #B2C363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C363; }
p { color: rgb(178,195,99); }
H1.HeaderClassName
{
color: #B2C363;
}
.AnyTagClassName
{
color: #B2C363;
}
</style>
background-color css
<style>
a { background-color: #B2C363; }
a { background-color: rgb(178,195,99); }
div.DivClassName
{
background-color: #B2C363;
}
.BgClassName
{
background-color: #B2C363;
}
</style>
border-color css
<style>
span { border-color: #B2C363; }
span { border-color: rgb(178,195,99); }
td.TdClassName
{
border-color: #B2C363;
}
.TagClassName
{
border-color: #B2C363;
}
</style>