Shades of Wild Willow #BBC656
Tints of Wild Willow #BBC656
RGB
CMYK
RGB Variations
Color information
#BBC656 (or 0xBBC656) is known color: Wild Willow. HEX triplet: BB, C6 and 56. RGB value is (187,198,86). Sum of RGB (Red+Green+Blue) = 187+198+86=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 198 (77.73% from 255 or 42.04% from 471); Blue value is 86 (33.98% from 255 or 18.26% from 471); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC656 is #4439A9. Grayscale: #B6B6B6. Windows color (decimal): -4471210 or 5686971. OLE color: 5686971.
HSL color Cylindrical-coordinate representation of color #BBC656: hue angle of 65.89º 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 #BBC656 is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 198 | 86 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.22 |
| HSL | 65.89º | 0.5% | 0.56% | - |
| HSV(B) | 65.89º | 0.57% | 0.78% | - |
| XYZ | 42.37 | 51.62 | 16.54 | - |
| YUV | 181.94 | 73.86 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 86 | 0.06 | 0 | 0.57 | 0.22 | 65.89 | 0.5 | 0.56 |
| Hex | BB | C6 | 56 | 6 | 0 | 39 | 16 | 42 | 32 | 38 |
| Octal | 273 | 306 | 126 | 6 | 0 | 71 | 26 | 102 | 62 | 70 |
| Binary | 10111011 | 11000110 | 1010110 | 110 | 0 | 111001 | 10110 | 1000010 | 110010 | 111000 |
Color Harmonies of #BBC656
Complementary color
Monochromatic Colors of #BBC656
Black with #BBC656
Text Example
Text Example
White with #BBC656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC656; }
p { color: rgb(187,198,86); }
H1.HeaderClassName
{
color: #BBC656;
}
.AnyTagClassName
{
color: #BBC656;
}
</style>
background-color css
<style>
a { background-color: #BBC656; }
a { background-color: rgb(187,198,86); }
div.DivClassName
{
background-color: #BBC656;
}
.BgClassName
{
background-color: #BBC656;
}
</style>
border-color css
<style>
span { border-color: #BBC656; }
span { border-color: rgb(187,198,86); }
td.TdClassName
{
border-color: #BBC656;
}
.TagClassName
{
border-color: #BBC656;
}
</style>