Shades of Wild Willow #BBC159
Tints of Wild Willow #BBC159
RGB
CMYK
RGB Variations
Color information
#BBC159 (or 0xBBC159) is known color: Wild Willow. HEX triplet: BB, C1 and 59. RGB value is (187,193,89). Sum of RGB (Red+Green+Blue) = 187+193+89=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 89 (35.16% from 255 or 18.98% from 469); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC159 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC159 is #443EA6. Grayscale: #B3B3B3. Windows color (decimal): -4472487 or 5882299. OLE color: 5882299.
HSL color Cylindrical-coordinate representation of color #BBC159: hue angle of 63.46º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BBC159 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 89 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.24 |
| HSL | 63.46º | 0.46% | 0.55% | - |
| HSV(B) | 63.46º | 0.54% | 0.76% | - |
| XYZ | 41.37 | 49.43 | 16.81 | - |
| YUV | 179.35 | 77.01 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 89 | 0.03 | 0 | 0.54 | 0.24 | 63.46 | 0.46 | 0.55 |
| Hex | BB | C1 | 59 | 3 | 0 | 36 | 18 | 3F | 2E | 37 |
| Octal | 273 | 301 | 131 | 3 | 0 | 66 | 30 | 77 | 56 | 67 |
| Binary | 10111011 | 11000001 | 1011001 | 11 | 0 | 110110 | 11000 | 111111 | 101110 | 110111 |
Color Harmonies of #BBC159
Complementary color
Monochromatic Colors of #BBC159
Black with #BBC159
Text Example
Text Example
White with #BBC159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC159; }
p { color: rgb(187,193,89); }
H1.HeaderClassName
{
color: #BBC159;
}
.AnyTagClassName
{
color: #BBC159;
}
</style>
background-color css
<style>
a { background-color: #BBC159; }
a { background-color: rgb(187,193,89); }
div.DivClassName
{
background-color: #BBC159;
}
.BgClassName
{
background-color: #BBC159;
}
</style>
border-color css
<style>
span { border-color: #BBC159; }
span { border-color: rgb(187,193,89); }
td.TdClassName
{
border-color: #BBC159;
}
.TagClassName
{
border-color: #BBC159;
}
</style>