Shades of Wild Willow #B5C86C
Tints of Wild Willow #B5C86C
RGB
CMYK
RGB Variations
Color information
#B5C86C (or 0xB5C86C) is known color: Wild Willow. HEX triplet: B5, C8 and 6C. RGB value is (181,200,108). Sum of RGB (Red+Green+Blue) = 181+200+108=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 200 (78.52% from 255 or 40.90% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C86C is #4A3793. Grayscale: #B8B8B8. Windows color (decimal): -4863892 or 7129269. OLE color: 7129269.
HSL color Cylindrical-coordinate representation of color #B5C86C: hue angle of 72.39º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B5C86C is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 200 | 108 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.22 |
| HSL | 72.39º | 0.46% | 0.6% | - |
| HSV(B) | 72.39º | 0.46% | 0.78% | - |
| XYZ | 42.42 | 52.22 | 22.03 | - |
| YUV | 183.83 | 85.21 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 200 | 108 | 0.09 | 0 | 0.46 | 0.22 | 72.39 | 0.46 | 0.6 |
| Hex | B5 | C8 | 6C | 9 | 0 | 2E | 16 | 48 | 2E | 3C |
| Octal | 265 | 310 | 154 | 11 | 0 | 56 | 26 | 110 | 56 | 74 |
| Binary | 10110101 | 11001000 | 1101100 | 1001 | 0 | 101110 | 10110 | 1001000 | 101110 | 111100 |
Color Harmonies of #B5C86C
Complementary color
Monochromatic Colors of #B5C86C
Black with #B5C86C
Text Example
Text Example
White with #B5C86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C86C; }
p { color: rgb(181,200,108); }
H1.HeaderClassName
{
color: #B5C86C;
}
.AnyTagClassName
{
color: #B5C86C;
}
</style>
background-color css
<style>
a { background-color: #B5C86C; }
a { background-color: rgb(181,200,108); }
div.DivClassName
{
background-color: #B5C86C;
}
.BgClassName
{
background-color: #B5C86C;
}
</style>
border-color css
<style>
span { border-color: #B5C86C; }
span { border-color: rgb(181,200,108); }
td.TdClassName
{
border-color: #B5C86C;
}
.TagClassName
{
border-color: #B5C86C;
}
</style>