Shades of Wild Willow #B0C96C
Tints of Wild Willow #B0C96C
RGB
CMYK
RGB Variations
Color information
#B0C96C (or 0xB0C96C) is known color: Wild Willow. HEX triplet: B0, C9 and 6C. RGB value is (176,201,108). Sum of RGB (Red+Green+Blue) = 176+201+108=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C96C is #4F3693. Grayscale: #B7B7B7. Windows color (decimal): -5191316 or 7129520. OLE color: 7129520.
HSL color Cylindrical-coordinate representation of color #B0C96C: hue angle of 76.13º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B0C96C is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 201 | 108 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.21 |
| HSL | 76.13º | 0.46% | 0.61% | - |
| HSV(B) | 76.13º | 0.46% | 0.79% | - |
| XYZ | 41.5 | 52.09 | 22.05 | - |
| YUV | 182.92 | 85.72 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 201 | 108 | 0.12 | 0 | 0.46 | 0.21 | 76.13 | 0.46 | 0.61 |
| Hex | B0 | C9 | 6C | C | 0 | 2E | 15 | 4C | 2E | 3D |
| Octal | 260 | 311 | 154 | 14 | 0 | 56 | 25 | 114 | 56 | 75 |
| Binary | 10110000 | 11001001 | 1101100 | 1100 | 0 | 101110 | 10101 | 1001100 | 101110 | 111101 |
Color Harmonies of #B0C96C
Complementary color
Monochromatic Colors of #B0C96C
Black with #B0C96C
Text Example
Text Example
White with #B0C96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C96C; }
p { color: rgb(176,201,108); }
H1.HeaderClassName
{
color: #B0C96C;
}
.AnyTagClassName
{
color: #B0C96C;
}
</style>
background-color css
<style>
a { background-color: #B0C96C; }
a { background-color: rgb(176,201,108); }
div.DivClassName
{
background-color: #B0C96C;
}
.BgClassName
{
background-color: #B0C96C;
}
</style>
border-color css
<style>
span { border-color: #B0C96C; }
span { border-color: rgb(176,201,108); }
td.TdClassName
{
border-color: #B0C96C;
}
.TagClassName
{
border-color: #B0C96C;
}
</style>