Shades of Wild Willow #B0BC6C
Tints of Wild Willow #B0BC6C
RGB
CMYK
RGB Variations
Color information
#B0BC6C (or 0xB0BC6C) is known color: Wild Willow. HEX triplet: B0, BC and 6C. RGB value is (176,188,108). Sum of RGB (Red+Green+Blue) = 176+188+108=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BC6C is #4F4393. Grayscale: #AFAFAF. Windows color (decimal): -5194644 or 7126192. OLE color: 7126192.
HSL color Cylindrical-coordinate representation of color #B0BC6C: hue angle of 69º degrees, saturation: 0.37, 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 #B0BC6C is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 188 | 108 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.26 |
| HSL | 69º | 0.37% | 0.58% | - |
| HSV(B) | 69º | 0.43% | 0.74% | - |
| XYZ | 38.59 | 46.28 | 21.09 | - |
| YUV | 175.29 | 90.02 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 108 | 0.06 | 0 | 0.43 | 0.26 | 69 | 0.37 | 0.58 |
| Hex | B0 | BC | 6C | 6 | 0 | 2B | 1A | 45 | 25 | 3A |
| Octal | 260 | 274 | 154 | 6 | 0 | 53 | 32 | 105 | 45 | 72 |
| Binary | 10110000 | 10111100 | 1101100 | 110 | 0 | 101011 | 11010 | 1000101 | 100101 | 111010 |
Color Harmonies of #B0BC6C
Complementary color
Monochromatic Colors of #B0BC6C
Black with #B0BC6C
Text Example
Text Example
White with #B0BC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BC6C; }
p { color: rgb(176,188,108); }
H1.HeaderClassName
{
color: #B0BC6C;
}
.AnyTagClassName
{
color: #B0BC6C;
}
</style>
background-color css
<style>
a { background-color: #B0BC6C; }
a { background-color: rgb(176,188,108); }
div.DivClassName
{
background-color: #B0BC6C;
}
.BgClassName
{
background-color: #B0BC6C;
}
</style>
border-color css
<style>
span { border-color: #B0BC6C; }
span { border-color: rgb(176,188,108); }
td.TdClassName
{
border-color: #B0BC6C;
}
.TagClassName
{
border-color: #B0BC6C;
}
</style>