Shades of Wild Willow #B5C860
Tints of Wild Willow #B5C860
RGB
CMYK
RGB Variations
Color information
#B5C860 (or 0xB5C860) is known color: Wild Willow. HEX triplet: B5, C8 and 60. RGB value is (181,200,96). Sum of RGB (Red+Green+Blue) = 181+200+96=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C860 is #4A379F. Grayscale: #B6B6B6. Windows color (decimal): -4863904 or 6342837. OLE color: 6342837.
HSL color Cylindrical-coordinate representation of color #B5C860: hue angle of 70.96º 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 #B5C860 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 200 | 96 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.22 |
| HSL | 70.96º | 0.49% | 0.58% | - |
| HSV(B) | 70.96º | 0.52% | 0.78% | - |
| XYZ | 41.82 | 51.98 | 18.89 | - |
| YUV | 182.46 | 79.21 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 200 | 96 | 0.09 | 0 | 0.52 | 0.22 | 70.96 | 0.49 | 0.58 |
| Hex | B5 | C8 | 60 | 9 | 0 | 34 | 16 | 47 | 31 | 3A |
| Octal | 265 | 310 | 140 | 11 | 0 | 64 | 26 | 107 | 61 | 72 |
| Binary | 10110101 | 11001000 | 1100000 | 1001 | 0 | 110100 | 10110 | 1000111 | 110001 | 111010 |
Color Harmonies of #B5C860
Complementary color
Monochromatic Colors of #B5C860
Black with #B5C860
Text Example
Text Example
White with #B5C860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C860; }
p { color: rgb(181,200,96); }
H1.HeaderClassName
{
color: #B5C860;
}
.AnyTagClassName
{
color: #B5C860;
}
</style>
background-color css
<style>
a { background-color: #B5C860; }
a { background-color: rgb(181,200,96); }
div.DivClassName
{
background-color: #B5C860;
}
.BgClassName
{
background-color: #B5C860;
}
</style>
border-color css
<style>
span { border-color: #B5C860; }
span { border-color: rgb(181,200,96); }
td.TdClassName
{
border-color: #B5C860;
}
.TagClassName
{
border-color: #B5C860;
}
</style>