Shades of Wild Willow #B0C362
Tints of Wild Willow #B0C362
RGB
CMYK
RGB Variations
Color information
#B0C362 (or 0xB0C362) is known color: Wild Willow. HEX triplet: B0, C3 and 62. RGB value is (176,195,98). Sum of RGB (Red+Green+Blue) = 176+195+98=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 98 (38.67% from 255 or 20.90% from 469); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C362 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C362 is #4F3C9D. Grayscale: #B2B2B2. Windows color (decimal): -5192862 or 6472624. OLE color: 6472624.
HSL color Cylindrical-coordinate representation of color #B0C362: hue angle of 71.75º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0C362 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 195 | 98 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.24 |
| HSL | 71.75º | 0.45% | 0.57% | - |
| HSV(B) | 71.75º | 0.5% | 0.76% | - |
| XYZ | 39.62 | 49.14 | 18.95 | - |
| YUV | 178.26 | 82.71 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 195 | 98 | 0.10 | 0 | 0.50 | 0.24 | 71.75 | 0.45 | 0.57 |
| Hex | B0 | C3 | 62 | A | 0 | 32 | 18 | 48 | 2D | 39 |
| Octal | 260 | 303 | 142 | 12 | 0 | 62 | 30 | 110 | 55 | 71 |
| Binary | 10110000 | 11000011 | 1100010 | 1010 | 0 | 110010 | 11000 | 1001000 | 101101 | 111001 |
Color Harmonies of #B0C362
Complementary color
Monochromatic Colors of #B0C362
Black with #B0C362
Text Example
Text Example
White with #B0C362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C362; }
p { color: rgb(176,195,98); }
H1.HeaderClassName
{
color: #B0C362;
}
.AnyTagClassName
{
color: #B0C362;
}
</style>
background-color css
<style>
a { background-color: #B0C362; }
a { background-color: rgb(176,195,98); }
div.DivClassName
{
background-color: #B0C362;
}
.BgClassName
{
background-color: #B0C362;
}
</style>
border-color css
<style>
span { border-color: #B0C362; }
span { border-color: rgb(176,195,98); }
td.TdClassName
{
border-color: #B0C362;
}
.TagClassName
{
border-color: #B0C362;
}
</style>