Shades of Wild Willow #BBD356
Tints of Wild Willow #BBD356
RGB
CMYK
RGB Variations
Color information
#BBD356 (or 0xBBD356) is known color: Wild Willow. HEX triplet: BB, D3 and 56. RGB value is (187,211,86). Sum of RGB (Red+Green+Blue) = 187+211+86=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 86 (33.98% from 255 or 17.77% from 484); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD356 is #442CA9. Grayscale: #BEBEBE. Windows color (decimal): -4467882 or 5690299. OLE color: 5690299.
HSL color Cylindrical-coordinate representation of color #BBD356: hue angle of 71.52º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BBD356 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 211 | 86 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.17 |
| HSL | 71.52º | 0.59% | 0.58% | - |
| HSV(B) | 71.52º | 0.59% | 0.83% | - |
| XYZ | 45.47 | 57.83 | 17.57 | - |
| YUV | 189.57 | 69.55 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 86 | 0.11 | 0 | 0.59 | 0.17 | 71.52 | 0.59 | 0.58 |
| Hex | BB | D3 | 56 | B | 0 | 3B | 11 | 48 | 3B | 3A |
| Octal | 273 | 323 | 126 | 13 | 0 | 73 | 21 | 110 | 73 | 72 |
| Binary | 10111011 | 11010011 | 1010110 | 1011 | 0 | 111011 | 10001 | 1001000 | 111011 | 111010 |
Color Harmonies of #BBD356
Complementary color
Monochromatic Colors of #BBD356
Black with #BBD356
Text Example
Text Example
White with #BBD356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD356; }
p { color: rgb(187,211,86); }
H1.HeaderClassName
{
color: #BBD356;
}
.AnyTagClassName
{
color: #BBD356;
}
</style>
background-color css
<style>
a { background-color: #BBD356; }
a { background-color: rgb(187,211,86); }
div.DivClassName
{
background-color: #BBD356;
}
.BgClassName
{
background-color: #BBD356;
}
</style>
border-color css
<style>
span { border-color: #BBD356; }
span { border-color: rgb(187,211,86); }
td.TdClassName
{
border-color: #BBD356;
}
.TagClassName
{
border-color: #BBD356;
}
</style>