Shades of Wild Willow #BBC15E
Tints of Wild Willow #BBC15E
RGB
CMYK
RGB Variations
Color information
#BBC15E (or 0xBBC15E) is known color: Wild Willow. HEX triplet: BB, C1 and 5E. RGB value is (187,193,94). Sum of RGB (Red+Green+Blue) = 187+193+94=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 94 (37.11% from 255 or 19.83% from 474); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC15E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC15E is #443EA1. Grayscale: #B4B4B4. Windows color (decimal): -4472482 or 6209979. OLE color: 6209979.
HSL color Cylindrical-coordinate representation of color #BBC15E: hue angle of 63.64º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBC15E is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 94 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.24 |
| HSL | 63.64º | 0.44% | 0.56% | - |
| HSV(B) | 63.64º | 0.51% | 0.76% | - |
| XYZ | 41.58 | 49.51 | 17.95 | - |
| YUV | 179.92 | 79.51 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 94 | 0.03 | 0 | 0.51 | 0.24 | 63.64 | 0.44 | 0.56 |
| Hex | BB | C1 | 5E | 3 | 0 | 33 | 18 | 40 | 2C | 38 |
| Octal | 273 | 301 | 136 | 3 | 0 | 63 | 30 | 100 | 54 | 70 |
| Binary | 10111011 | 11000001 | 1011110 | 11 | 0 | 110011 | 11000 | 1000000 | 101100 | 111000 |
Color Harmonies of #BBC15E
Complementary color
Monochromatic Colors of #BBC15E
Black with #BBC15E
Text Example
Text Example
White with #BBC15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC15E; }
p { color: rgb(187,193,94); }
H1.HeaderClassName
{
color: #BBC15E;
}
.AnyTagClassName
{
color: #BBC15E;
}
</style>
background-color css
<style>
a { background-color: #BBC15E; }
a { background-color: rgb(187,193,94); }
div.DivClassName
{
background-color: #BBC15E;
}
.BgClassName
{
background-color: #BBC15E;
}
</style>
border-color css
<style>
span { border-color: #BBC15E; }
span { border-color: rgb(187,193,94); }
td.TdClassName
{
border-color: #BBC15E;
}
.TagClassName
{
border-color: #BBC15E;
}
</style>