Shades of Wild Willow #B4C86E
Tints of Wild Willow #B4C86E
RGB
CMYK
RGB Variations
Color information
#B4C86E (or 0xB4C86E) is known color: Wild Willow. HEX triplet: B4, C8 and 6E. RGB value is (180,200,110). Sum of RGB (Red+Green+Blue) = 180+200+110=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 110 (43.36% from 255 or 22.45% from 490); Max value from RGB is 200 - color contains mainly: green. Hex color #B4C86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C86E is #4B3791. Grayscale: #B8B8B8. Windows color (decimal): -4929426 or 7260340. OLE color: 7260340.
HSL color Cylindrical-coordinate representation of color #B4C86E: hue angle of 73.33º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B4C86E is Cyan = 0.1, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 200 | 110 | - |
| CMYK | 0.1 | 0 | 0.45 | 0.22 |
| HSL | 73.33º | 0.45% | 0.61% | - |
| HSV(B) | 73.33º | 0.45% | 0.78% | - |
| XYZ | 42.29 | 52.14 | 22.59 | - |
| YUV | 183.76 | 86.37 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 200 | 110 | 0.1 | 0 | 0.45 | 0.22 | 73.33 | 0.45 | 0.61 |
| Hex | B4 | C8 | 6E | A | 0 | 2D | 16 | 49 | 2D | 3D |
| Octal | 264 | 310 | 156 | 12 | 0 | 55 | 26 | 111 | 55 | 75 |
| Binary | 10110100 | 11001000 | 1101110 | 1010 | 0 | 101101 | 10110 | 1001001 | 101101 | 111101 |
Color Harmonies of #B4C86E
Complementary color
Monochromatic Colors of #B4C86E
Black with #B4C86E
Text Example
Text Example
White with #B4C86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C86E; }
p { color: rgb(180,200,110); }
H1.HeaderClassName
{
color: #B4C86E;
}
.AnyTagClassName
{
color: #B4C86E;
}
</style>
background-color css
<style>
a { background-color: #B4C86E; }
a { background-color: rgb(180,200,110); }
div.DivClassName
{
background-color: #B4C86E;
}
.BgClassName
{
background-color: #B4C86E;
}
</style>
border-color css
<style>
span { border-color: #B4C86E; }
span { border-color: rgb(180,200,110); }
td.TdClassName
{
border-color: #B4C86E;
}
.TagClassName
{
border-color: #B4C86E;
}
</style>