Shades of Wild Willow #B1BF5F
Tints of Wild Willow #B1BF5F
RGB
CMYK
RGB Variations
Color information
#B1BF5F (or 0xB1BF5F) is known color: Wild Willow. HEX triplet: B1, BF and 5F. RGB value is (177,191,95). Sum of RGB (Red+Green+Blue) = 177+191+95=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 95 (37.5% from 255 or 20.52% from 463); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BF5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BF5F is #4E40A0. Grayscale: #B0B0B0. Windows color (decimal): -5128353 or 6274993. OLE color: 6274993.
HSL color Cylindrical-coordinate representation of color #B1BF5F: hue angle of 68.75º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B1BF5F is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 191 | 95 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.25 |
| HSL | 68.75º | 0.43% | 0.56% | - |
| HSV(B) | 68.75º | 0.5% | 0.75% | - |
| XYZ | 38.83 | 47.43 | 17.94 | - |
| YUV | 175.87 | 82.36 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 191 | 95 | 0.07 | 0 | 0.50 | 0.25 | 68.75 | 0.43 | 0.56 |
| Hex | B1 | BF | 5F | 7 | 0 | 32 | 19 | 45 | 2B | 38 |
| Octal | 261 | 277 | 137 | 7 | 0 | 62 | 31 | 105 | 53 | 70 |
| Binary | 10110001 | 10111111 | 1011111 | 111 | 0 | 110010 | 11001 | 1000101 | 101011 | 111000 |
Color Harmonies of #B1BF5F
Complementary color
Monochromatic Colors of #B1BF5F
Black with #B1BF5F
Text Example
Text Example
White with #B1BF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BF5F; }
p { color: rgb(177,191,95); }
H1.HeaderClassName
{
color: #B1BF5F;
}
.AnyTagClassName
{
color: #B1BF5F;
}
</style>
background-color css
<style>
a { background-color: #B1BF5F; }
a { background-color: rgb(177,191,95); }
div.DivClassName
{
background-color: #B1BF5F;
}
.BgClassName
{
background-color: #B1BF5F;
}
</style>
border-color css
<style>
span { border-color: #B1BF5F; }
span { border-color: rgb(177,191,95); }
td.TdClassName
{
border-color: #B1BF5F;
}
.TagClassName
{
border-color: #B1BF5F;
}
</style>