Shades of Wild Willow #BBC557
Tints of Wild Willow #BBC557
RGB
CMYK
RGB Variations
Color information
#BBC557 (or 0xBBC557) is known color: Wild Willow. HEX triplet: BB, C5 and 57. RGB value is (187,197,87). Sum of RGB (Red+Green+Blue) = 187+197+87=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 87 (34.38% from 255 or 18.47% from 471); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC557 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC557 is #443AA8. Grayscale: #B5B5B5. Windows color (decimal): -4471465 or 5752251. OLE color: 5752251.
HSL color Cylindrical-coordinate representation of color #BBC557: hue angle of 65.45º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BBC557 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 87 | - |
| CMYK | 0.05 | 0 | 0.56 | 0.23 |
| HSL | 65.45º | 0.49% | 0.56% | - |
| HSV(B) | 65.45º | 0.56% | 0.77% | - |
| XYZ | 42.18 | 51.19 | 16.67 | - |
| YUV | 181.47 | 74.69 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 87 | 0.05 | 0 | 0.56 | 0.23 | 65.45 | 0.49 | 0.56 |
| Hex | BB | C5 | 57 | 5 | 0 | 38 | 17 | 41 | 31 | 38 |
| Octal | 273 | 305 | 127 | 5 | 0 | 70 | 27 | 101 | 61 | 70 |
| Binary | 10111011 | 11000101 | 1010111 | 101 | 0 | 111000 | 10111 | 1000001 | 110001 | 111000 |
Color Harmonies of #BBC557
Complementary color
Monochromatic Colors of #BBC557
Black with #BBC557
Text Example
Text Example
White with #BBC557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC557; }
p { color: rgb(187,197,87); }
H1.HeaderClassName
{
color: #BBC557;
}
.AnyTagClassName
{
color: #BBC557;
}
</style>
background-color css
<style>
a { background-color: #BBC557; }
a { background-color: rgb(187,197,87); }
div.DivClassName
{
background-color: #BBC557;
}
.BgClassName
{
background-color: #BBC557;
}
</style>
border-color css
<style>
span { border-color: #BBC557; }
span { border-color: rgb(187,197,87); }
td.TdClassName
{
border-color: #BBC557;
}
.TagClassName
{
border-color: #BBC557;
}
</style>