Shades of Wild Willow #BBCB5B
Tints of Wild Willow #BBCB5B
RGB
CMYK
RGB Variations
Color information
#BBCB5B (or 0xBBCB5B) is known color: Wild Willow. HEX triplet: BB, CB and 5B. RGB value is (187,203,91). Sum of RGB (Red+Green+Blue) = 187+203+91=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 91 (35.94% from 255 or 18.92% from 481); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCB5B is #4434A4. Grayscale: #B9B9B9. Windows color (decimal): -4469925 or 6015931. OLE color: 6015931.
HSL color Cylindrical-coordinate representation of color #BBCB5B: hue angle of 68.57º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BBCB5B is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 91 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.20 |
| HSL | 68.57º | 0.52% | 0.58% | - |
| HSV(B) | 68.57º | 0.55% | 0.8% | - |
| XYZ | 43.74 | 54.03 | 18.02 | - |
| YUV | 185.45 | 74.7 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 91 | 0.08 | 0 | 0.55 | 0.20 | 68.57 | 0.52 | 0.58 |
| Hex | BB | CB | 5B | 8 | 0 | 37 | 14 | 45 | 34 | 3A |
| Octal | 273 | 313 | 133 | 10 | 0 | 67 | 24 | 105 | 64 | 72 |
| Binary | 10111011 | 11001011 | 1011011 | 1000 | 0 | 110111 | 10100 | 1000101 | 110100 | 111010 |
Color Harmonies of #BBCB5B
Complementary color
Monochromatic Colors of #BBCB5B
Black with #BBCB5B
Text Example
Text Example
White with #BBCB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB5B; }
p { color: rgb(187,203,91); }
H1.HeaderClassName
{
color: #BBCB5B;
}
.AnyTagClassName
{
color: #BBCB5B;
}
</style>
background-color css
<style>
a { background-color: #BBCB5B; }
a { background-color: rgb(187,203,91); }
div.DivClassName
{
background-color: #BBCB5B;
}
.BgClassName
{
background-color: #BBCB5B;
}
</style>
border-color css
<style>
span { border-color: #BBCB5B; }
span { border-color: rgb(187,203,91); }
td.TdClassName
{
border-color: #BBCB5B;
}
.TagClassName
{
border-color: #BBCB5B;
}
</style>