Shades of Wild Willow #BBC556
Tints of Wild Willow #BBC556
RGB
CMYK
RGB Variations
Color information
#BBC556 (or 0xBBC556) is known color: Wild Willow. HEX triplet: BB, C5 and 56. RGB value is (187,197,86). Sum of RGB (Red+Green+Blue) = 187+197+86=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 86 (33.98% from 255 or 18.30% from 470); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC556 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC556 is #443AA9. Grayscale: #B5B5B5. Windows color (decimal): -4471466 or 5686715. OLE color: 5686715.
HSL color Cylindrical-coordinate representation of color #BBC556: hue angle of 65.41º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BBC556 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 86 | - |
| CMYK | 0.05 | 0 | 0.56 | 0.23 |
| HSL | 65.41º | 0.49% | 0.55% | - |
| HSV(B) | 65.41º | 0.56% | 0.77% | - |
| XYZ | 42.14 | 51.17 | 16.46 | - |
| YUV | 181.36 | 74.19 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 86 | 0.05 | 0 | 0.56 | 0.23 | 65.41 | 0.49 | 0.55 |
| Hex | BB | C5 | 56 | 5 | 0 | 38 | 17 | 41 | 31 | 37 |
| Octal | 273 | 305 | 126 | 5 | 0 | 70 | 27 | 101 | 61 | 67 |
| Binary | 10111011 | 11000101 | 1010110 | 101 | 0 | 111000 | 10111 | 1000001 | 110001 | 110111 |
Color Harmonies of #BBC556
Complementary color
Monochromatic Colors of #BBC556
Black with #BBC556
Text Example
Text Example
White with #BBC556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC556; }
p { color: rgb(187,197,86); }
H1.HeaderClassName
{
color: #BBC556;
}
.AnyTagClassName
{
color: #BBC556;
}
</style>
background-color css
<style>
a { background-color: #BBC556; }
a { background-color: rgb(187,197,86); }
div.DivClassName
{
background-color: #BBC556;
}
.BgClassName
{
background-color: #BBC556;
}
</style>
border-color css
<style>
span { border-color: #BBC556; }
span { border-color: rgb(187,197,86); }
td.TdClassName
{
border-color: #BBC556;
}
.TagClassName
{
border-color: #BBC556;
}
</style>