Shades of Wild Willow #B1BF5E
Tints of Wild Willow #B1BF5E
RGB
CMYK
RGB Variations
Color information
#B1BF5E (or 0xB1BF5E) is known color: Wild Willow. HEX triplet: B1, BF and 5E. RGB value is (177,191,94). Sum of RGB (Red+Green+Blue) = 177+191+94=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 94 (37.11% from 255 or 20.35% from 462); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BF5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BF5E is #4E40A1. Grayscale: #B0B0B0. Windows color (decimal): -5128354 or 6209457. OLE color: 6209457.
HSL color Cylindrical-coordinate representation of color #B1BF5E: hue angle of 68.66º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B1BF5E is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 191 | 94 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.25 |
| HSL | 68.66º | 0.43% | 0.56% | - |
| HSV(B) | 68.66º | 0.51% | 0.75% | - |
| XYZ | 38.78 | 47.42 | 17.7 | - |
| YUV | 175.76 | 81.86 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 191 | 94 | 0.07 | 0 | 0.51 | 0.25 | 68.66 | 0.43 | 0.56 |
| Hex | B1 | BF | 5E | 7 | 0 | 33 | 19 | 45 | 2B | 38 |
| Octal | 261 | 277 | 136 | 7 | 0 | 63 | 31 | 105 | 53 | 70 |
| Binary | 10110001 | 10111111 | 1011110 | 111 | 0 | 110011 | 11001 | 1000101 | 101011 | 111000 |
Color Harmonies of #B1BF5E
Complementary color
Monochromatic Colors of #B1BF5E
Black with #B1BF5E
Text Example
Text Example
White with #B1BF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BF5E; }
p { color: rgb(177,191,94); }
H1.HeaderClassName
{
color: #B1BF5E;
}
.AnyTagClassName
{
color: #B1BF5E;
}
</style>
background-color css
<style>
a { background-color: #B1BF5E; }
a { background-color: rgb(177,191,94); }
div.DivClassName
{
background-color: #B1BF5E;
}
.BgClassName
{
background-color: #B1BF5E;
}
</style>
border-color css
<style>
span { border-color: #B1BF5E; }
span { border-color: rgb(177,191,94); }
td.TdClassName
{
border-color: #B1BF5E;
}
.TagClassName
{
border-color: #B1BF5E;
}
</style>