Shades of Wild Willow #B0BE6D
Tints of Wild Willow #B0BE6D
RGB
CMYK
RGB Variations
Color information
#B0BE6D (or 0xB0BE6D) is known color: Wild Willow. HEX triplet: B0, BE and 6D. RGB value is (176,190,109). Sum of RGB (Red+Green+Blue) = 176+190+109=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BE6D is #4F4192. Grayscale: #B0B0B0. Windows color (decimal): -5194131 or 7192240. OLE color: 7192240.
HSL color Cylindrical-coordinate representation of color #B0BE6D: hue angle of 70.37º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B0BE6D is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 190 | 109 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.25 |
| HSL | 70.37º | 0.38% | 0.59% | - |
| HSV(B) | 70.37º | 0.43% | 0.75% | - |
| XYZ | 39.08 | 47.16 | 21.51 | - |
| YUV | 176.58 | 89.86 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 190 | 109 | 0.07 | 0 | 0.43 | 0.25 | 70.37 | 0.38 | 0.59 |
| Hex | B0 | BE | 6D | 7 | 0 | 2B | 19 | 46 | 26 | 3B |
| Octal | 260 | 276 | 155 | 7 | 0 | 53 | 31 | 106 | 46 | 73 |
| Binary | 10110000 | 10111110 | 1101101 | 111 | 0 | 101011 | 11001 | 1000110 | 100110 | 111011 |
Color Harmonies of #B0BE6D
Complementary color
Monochromatic Colors of #B0BE6D
Black with #B0BE6D
Text Example
Text Example
White with #B0BE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BE6D; }
p { color: rgb(176,190,109); }
H1.HeaderClassName
{
color: #B0BE6D;
}
.AnyTagClassName
{
color: #B0BE6D;
}
</style>
background-color css
<style>
a { background-color: #B0BE6D; }
a { background-color: rgb(176,190,109); }
div.DivClassName
{
background-color: #B0BE6D;
}
.BgClassName
{
background-color: #B0BE6D;
}
</style>
border-color css
<style>
span { border-color: #B0BE6D; }
span { border-color: rgb(176,190,109); }
td.TdClassName
{
border-color: #B0BE6D;
}
.TagClassName
{
border-color: #B0BE6D;
}
</style>