Shades of Wild Willow #B8C656
Tints of Wild Willow #B8C656
RGB
CMYK
RGB Variations
Color information
#B8C656 (or 0xB8C656) is known color: Wild Willow. HEX triplet: B8, C6 and 56. RGB value is (184,198,86). Sum of RGB (Red+Green+Blue) = 184+198+86=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 198 (77.73% from 255 or 42.31% from 468); Blue value is 86 (33.98% from 255 or 18.38% from 468); Max value from RGB is 198 - color contains mainly: green. Hex color #B8C656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C656 is #4739A9. Grayscale: #B5B5B5. Windows color (decimal): -4667818 or 5686968. OLE color: 5686968.
HSL color Cylindrical-coordinate representation of color #B8C656: hue angle of 67.5º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B8C656 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 198 | 86 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.22 |
| HSL | 67.5º | 0.5% | 0.56% | - |
| HSV(B) | 67.5º | 0.57% | 0.78% | - |
| XYZ | 41.64 | 51.25 | 16.5 | - |
| YUV | 181.05 | 74.36 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 198 | 86 | 0.07 | 0 | 0.57 | 0.22 | 67.5 | 0.5 | 0.56 |
| Hex | B8 | C6 | 56 | 7 | 0 | 39 | 16 | 44 | 32 | 38 |
| Octal | 270 | 306 | 126 | 7 | 0 | 71 | 26 | 104 | 62 | 70 |
| Binary | 10111000 | 11000110 | 1010110 | 111 | 0 | 111001 | 10110 | 1000100 | 110010 | 111000 |
Color Harmonies of #B8C656
Complementary color
Monochromatic Colors of #B8C656
Black with #B8C656
Text Example
Text Example
White with #B8C656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C656; }
p { color: rgb(184,198,86); }
H1.HeaderClassName
{
color: #B8C656;
}
.AnyTagClassName
{
color: #B8C656;
}
</style>
background-color css
<style>
a { background-color: #B8C656; }
a { background-color: rgb(184,198,86); }
div.DivClassName
{
background-color: #B8C656;
}
.BgClassName
{
background-color: #B8C656;
}
</style>
border-color css
<style>
span { border-color: #B8C656; }
span { border-color: rgb(184,198,86); }
td.TdClassName
{
border-color: #B8C656;
}
.TagClassName
{
border-color: #B8C656;
}
</style>