Shades of Wild Willow #BBCB59
Tints of Wild Willow #BBCB59
RGB
CMYK
RGB Variations
Color information
#BBCB59 (or 0xBBCB59) is known color: Wild Willow. HEX triplet: BB, CB and 59. RGB value is (187,203,89). Sum of RGB (Red+Green+Blue) = 187+203+89=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 89 (35.16% from 255 or 18.58% from 479); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCB59 is #4434A6. Grayscale: #B9B9B9. Windows color (decimal): -4469927 or 5884859. OLE color: 5884859.
HSL color Cylindrical-coordinate representation of color #BBCB59: hue angle of 68.42º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BBCB59 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 89 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.20 |
| HSL | 68.42º | 0.52% | 0.57% | - |
| HSV(B) | 68.42º | 0.56% | 0.8% | - |
| XYZ | 43.65 | 54 | 17.57 | - |
| YUV | 185.22 | 73.7 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 89 | 0.08 | 0 | 0.56 | 0.20 | 68.42 | 0.52 | 0.57 |
| Hex | BB | CB | 59 | 8 | 0 | 38 | 14 | 44 | 34 | 39 |
| Octal | 273 | 313 | 131 | 10 | 0 | 70 | 24 | 104 | 64 | 71 |
| Binary | 10111011 | 11001011 | 1011001 | 1000 | 0 | 111000 | 10100 | 1000100 | 110100 | 111001 |
Color Harmonies of #BBCB59
Complementary color
Monochromatic Colors of #BBCB59
Black with #BBCB59
Text Example
Text Example
White with #BBCB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB59; }
p { color: rgb(187,203,89); }
H1.HeaderClassName
{
color: #BBCB59;
}
.AnyTagClassName
{
color: #BBCB59;
}
</style>
background-color css
<style>
a { background-color: #BBCB59; }
a { background-color: rgb(187,203,89); }
div.DivClassName
{
background-color: #BBCB59;
}
.BgClassName
{
background-color: #BBCB59;
}
</style>
border-color css
<style>
span { border-color: #BBCB59; }
span { border-color: rgb(187,203,89); }
td.TdClassName
{
border-color: #BBCB59;
}
.TagClassName
{
border-color: #BBCB59;
}
</style>