Shades of Wild Willow #B0BC6B
Tints of Wild Willow #B0BC6B
RGB
CMYK
RGB Variations
Color information
#B0BC6B (or 0xB0BC6B) is known color: Wild Willow. HEX triplet: B0, BC and 6B. RGB value is (176,188,107). Sum of RGB (Red+Green+Blue) = 176+188+107=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 107 (42.19% from 255 or 22.72% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BC6B is #4F4394. Grayscale: #AFAFAF. Windows color (decimal): -5194645 or 7060656. OLE color: 7060656.
HSL color Cylindrical-coordinate representation of color #B0BC6B: hue angle of 68.89º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B0BC6B is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 188 | 107 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.26 |
| HSL | 68.89º | 0.38% | 0.58% | - |
| HSV(B) | 68.89º | 0.43% | 0.74% | - |
| XYZ | 38.54 | 46.26 | 20.81 | - |
| YUV | 175.18 | 89.52 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 107 | 0.06 | 0 | 0.43 | 0.26 | 68.89 | 0.38 | 0.58 |
| Hex | B0 | BC | 6B | 6 | 0 | 2B | 1A | 45 | 26 | 3A |
| Octal | 260 | 274 | 153 | 6 | 0 | 53 | 32 | 105 | 46 | 72 |
| Binary | 10110000 | 10111100 | 1101011 | 110 | 0 | 101011 | 11010 | 1000101 | 100110 | 111010 |
Color Harmonies of #B0BC6B
Complementary color
Monochromatic Colors of #B0BC6B
Black with #B0BC6B
Text Example
Text Example
White with #B0BC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BC6B; }
p { color: rgb(176,188,107); }
H1.HeaderClassName
{
color: #B0BC6B;
}
.AnyTagClassName
{
color: #B0BC6B;
}
</style>
background-color css
<style>
a { background-color: #B0BC6B; }
a { background-color: rgb(176,188,107); }
div.DivClassName
{
background-color: #B0BC6B;
}
.BgClassName
{
background-color: #B0BC6B;
}
</style>
border-color css
<style>
span { border-color: #B0BC6B; }
span { border-color: rgb(176,188,107); }
td.TdClassName
{
border-color: #B0BC6B;
}
.TagClassName
{
border-color: #B0BC6B;
}
</style>