Shades of Wild Willow #B1BD6D
Tints of Wild Willow #B1BD6D
RGB
CMYK
RGB Variations
Color information
#B1BD6D (or 0xB1BD6D) is known color: Wild Willow. HEX triplet: B1, BD and 6D. RGB value is (177,189,109). Sum of RGB (Red+Green+Blue) = 177+189+109=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BD6D is #4E4292. Grayscale: #B0B0B0. Windows color (decimal): -5128851 or 7191985. OLE color: 7191985.
HSL color Cylindrical-coordinate representation of color #B1BD6D: hue angle of 69º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B1BD6D is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 189 | 109 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.26 |
| HSL | 69º | 0.38% | 0.58% | - |
| HSV(B) | 69º | 0.42% | 0.74% | - |
| XYZ | 39.09 | 46.85 | 21.45 | - |
| YUV | 176.29 | 90.02 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 189 | 109 | 0.06 | 0 | 0.42 | 0.26 | 69 | 0.38 | 0.58 |
| Hex | B1 | BD | 6D | 6 | 0 | 2A | 1A | 45 | 26 | 3A |
| Octal | 261 | 275 | 155 | 6 | 0 | 52 | 32 | 105 | 46 | 72 |
| Binary | 10110001 | 10111101 | 1101101 | 110 | 0 | 101010 | 11010 | 1000101 | 100110 | 111010 |
Color Harmonies of #B1BD6D
Complementary color
Monochromatic Colors of #B1BD6D
Black with #B1BD6D
Text Example
Text Example
White with #B1BD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BD6D; }
p { color: rgb(177,189,109); }
H1.HeaderClassName
{
color: #B1BD6D;
}
.AnyTagClassName
{
color: #B1BD6D;
}
</style>
background-color css
<style>
a { background-color: #B1BD6D; }
a { background-color: rgb(177,189,109); }
div.DivClassName
{
background-color: #B1BD6D;
}
.BgClassName
{
background-color: #B1BD6D;
}
</style>
border-color css
<style>
span { border-color: #B1BD6D; }
span { border-color: rgb(177,189,109); }
td.TdClassName
{
border-color: #B1BD6D;
}
.TagClassName
{
border-color: #B1BD6D;
}
</style>