Shades of Wild Willow #B1C860
Tints of Wild Willow #B1C860
RGB
CMYK
RGB Variations
Color information
#B1C860 (or 0xB1C860) is known color: Wild Willow. HEX triplet: B1, C8 and 60. RGB value is (177,200,96). Sum of RGB (Red+Green+Blue) = 177+200+96=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 96 (37.89% from 255 or 20.30% from 473); Max value from RGB is 200 - color contains mainly: green. Hex color #B1C860 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C860 is #4E379F. Grayscale: #B5B5B5. Windows color (decimal): -5126048 or 6342833. OLE color: 6342833.
HSL color Cylindrical-coordinate representation of color #B1C860: hue angle of 73.27º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B1C860 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 200 | 96 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.22 |
| HSL | 73.27º | 0.49% | 0.58% | - |
| HSV(B) | 73.27º | 0.52% | 0.78% | - |
| XYZ | 40.9 | 51.5 | 18.85 | - |
| YUV | 181.27 | 79.88 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 200 | 96 | 0.12 | 0 | 0.52 | 0.22 | 73.27 | 0.49 | 0.58 |
| Hex | B1 | C8 | 60 | C | 0 | 34 | 16 | 49 | 31 | 3A |
| Octal | 261 | 310 | 140 | 14 | 0 | 64 | 26 | 111 | 61 | 72 |
| Binary | 10110001 | 11001000 | 1100000 | 1100 | 0 | 110100 | 10110 | 1001001 | 110001 | 111010 |
Color Harmonies of #B1C860
Complementary color
Monochromatic Colors of #B1C860
Black with #B1C860
Text Example
Text Example
White with #B1C860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C860; }
p { color: rgb(177,200,96); }
H1.HeaderClassName
{
color: #B1C860;
}
.AnyTagClassName
{
color: #B1C860;
}
</style>
background-color css
<style>
a { background-color: #B1C860; }
a { background-color: rgb(177,200,96); }
div.DivClassName
{
background-color: #B1C860;
}
.BgClassName
{
background-color: #B1C860;
}
</style>
border-color css
<style>
span { border-color: #B1C860; }
span { border-color: rgb(177,200,96); }
td.TdClassName
{
border-color: #B1C860;
}
.TagClassName
{
border-color: #B1C860;
}
</style>