Shades of Wild Willow #BBC55B
Tints of Wild Willow #BBC55B
RGB
CMYK
RGB Variations
Color information
#BBC55B (or 0xBBC55B) is known color: Wild Willow. HEX triplet: BB, C5 and 5B. RGB value is (187,197,91). Sum of RGB (Red+Green+Blue) = 187+197+91=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 91 (35.94% from 255 or 19.16% from 475); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC55B is #443AA4. Grayscale: #B6B6B6. Windows color (decimal): -4471461 or 6014395. OLE color: 6014395.
HSL color Cylindrical-coordinate representation of color #BBC55B: hue angle of 65.66º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BBC55B is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 91 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.23 |
| HSL | 65.66º | 0.48% | 0.56% | - |
| HSV(B) | 65.66º | 0.54% | 0.77% | - |
| XYZ | 42.35 | 51.25 | 17.56 | - |
| YUV | 181.93 | 76.69 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 91 | 0.05 | 0 | 0.54 | 0.23 | 65.66 | 0.48 | 0.56 |
| Hex | BB | C5 | 5B | 5 | 0 | 36 | 17 | 42 | 30 | 38 |
| Octal | 273 | 305 | 133 | 5 | 0 | 66 | 27 | 102 | 60 | 70 |
| Binary | 10111011 | 11000101 | 1011011 | 101 | 0 | 110110 | 10111 | 1000010 | 110000 | 111000 |
Color Harmonies of #BBC55B
Complementary color
Monochromatic Colors of #BBC55B
Black with #BBC55B
Text Example
Text Example
White with #BBC55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC55B; }
p { color: rgb(187,197,91); }
H1.HeaderClassName
{
color: #BBC55B;
}
.AnyTagClassName
{
color: #BBC55B;
}
</style>
background-color css
<style>
a { background-color: #BBC55B; }
a { background-color: rgb(187,197,91); }
div.DivClassName
{
background-color: #BBC55B;
}
.BgClassName
{
background-color: #BBC55B;
}
</style>
border-color css
<style>
span { border-color: #BBC55B; }
span { border-color: rgb(187,197,91); }
td.TdClassName
{
border-color: #BBC55B;
}
.TagClassName
{
border-color: #BBC55B;
}
</style>