Shades of Wild Willow #BBC559
Tints of Wild Willow #BBC559
RGB
CMYK
RGB Variations
Color information
#BBC559 (or 0xBBC559) is known color: Wild Willow. HEX triplet: BB, C5 and 59. RGB value is (187,197,89). Sum of RGB (Red+Green+Blue) = 187+197+89=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 89 (35.16% from 255 or 18.82% from 473); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC559 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC559 is #443AA6. Grayscale: #B6B6B6. Windows color (decimal): -4471463 or 5883323. OLE color: 5883323.
HSL color Cylindrical-coordinate representation of color #BBC559: hue angle of 65.56º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BBC559 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 89 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.23 |
| HSL | 65.56º | 0.48% | 0.56% | - |
| HSV(B) | 65.56º | 0.55% | 0.77% | - |
| XYZ | 42.26 | 51.22 | 17.11 | - |
| YUV | 181.7 | 75.69 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 89 | 0.05 | 0 | 0.55 | 0.23 | 65.56 | 0.48 | 0.56 |
| Hex | BB | C5 | 59 | 5 | 0 | 37 | 17 | 42 | 30 | 38 |
| Octal | 273 | 305 | 131 | 5 | 0 | 67 | 27 | 102 | 60 | 70 |
| Binary | 10111011 | 11000101 | 1011001 | 101 | 0 | 110111 | 10111 | 1000010 | 110000 | 111000 |
Color Harmonies of #BBC559
Complementary color
Monochromatic Colors of #BBC559
Black with #BBC559
Text Example
Text Example
White with #BBC559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC559; }
p { color: rgb(187,197,89); }
H1.HeaderClassName
{
color: #BBC559;
}
.AnyTagClassName
{
color: #BBC559;
}
</style>
background-color css
<style>
a { background-color: #BBC559; }
a { background-color: rgb(187,197,89); }
div.DivClassName
{
background-color: #BBC559;
}
.BgClassName
{
background-color: #BBC559;
}
</style>
border-color css
<style>
span { border-color: #BBC559; }
span { border-color: rgb(187,197,89); }
td.TdClassName
{
border-color: #BBC559;
}
.TagClassName
{
border-color: #BBC559;
}
</style>