Shades of Wild Willow #B1C061
Tints of Wild Willow #B1C061
RGB
CMYK
RGB Variations
Color information
#B1C061 (or 0xB1C061) is known color: Wild Willow. HEX triplet: B1, C0 and 61. RGB value is (177,192,97). Sum of RGB (Red+Green+Blue) = 177+192+97=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 97 (38.28% from 255 or 20.82% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C061 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C061 is #4E3F9E. Grayscale: #B1B1B1. Windows color (decimal): -5128095 or 6406321. OLE color: 6406321.
HSL color Cylindrical-coordinate representation of color #B1C061: hue angle of 69.47º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B1C061 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 192 | 97 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.25 |
| HSL | 69.47º | 0.43% | 0.57% | - |
| HSV(B) | 69.47º | 0.49% | 0.75% | - |
| XYZ | 39.14 | 47.91 | 18.49 | - |
| YUV | 176.69 | 83.03 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 192 | 97 | 0.08 | 0 | 0.49 | 0.25 | 69.47 | 0.43 | 0.57 |
| Hex | B1 | C0 | 61 | 8 | 0 | 31 | 19 | 45 | 2B | 39 |
| Octal | 261 | 300 | 141 | 10 | 0 | 61 | 31 | 105 | 53 | 71 |
| Binary | 10110001 | 11000000 | 1100001 | 1000 | 0 | 110001 | 11001 | 1000101 | 101011 | 111001 |
Color Harmonies of #B1C061
Complementary color
Monochromatic Colors of #B1C061
Black with #B1C061
Text Example
Text Example
White with #B1C061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C061; }
p { color: rgb(177,192,97); }
H1.HeaderClassName
{
color: #B1C061;
}
.AnyTagClassName
{
color: #B1C061;
}
</style>
background-color css
<style>
a { background-color: #B1C061; }
a { background-color: rgb(177,192,97); }
div.DivClassName
{
background-color: #B1C061;
}
.BgClassName
{
background-color: #B1C061;
}
</style>
border-color css
<style>
span { border-color: #B1C061; }
span { border-color: rgb(177,192,97); }
td.TdClassName
{
border-color: #B1C061;
}
.TagClassName
{
border-color: #B1C061;
}
</style>