Shades of Wild Willow #BBC25B
Tints of Wild Willow #BBC25B
RGB
CMYK
RGB Variations
Color information
#BBC25B (or 0xBBC25B) is known color: Wild Willow. HEX triplet: BB, C2 and 5B. RGB value is (187,194,91). Sum of RGB (Red+Green+Blue) = 187+194+91=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 91 (35.94% from 255 or 19.28% from 472); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC25B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC25B is #443DA4. Grayscale: #B4B4B4. Windows color (decimal): -4472229 or 6013627. OLE color: 6013627.
HSL color Cylindrical-coordinate representation of color #BBC25B: hue angle of 64.08º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BBC25B is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 91 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.24 |
| HSL | 64.08º | 0.46% | 0.56% | - |
| HSV(B) | 64.08º | 0.53% | 0.76% | - |
| XYZ | 41.67 | 49.9 | 17.33 | - |
| YUV | 180.17 | 77.68 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 91 | 0.04 | 0 | 0.53 | 0.24 | 64.08 | 0.46 | 0.56 |
| Hex | BB | C2 | 5B | 4 | 0 | 35 | 18 | 40 | 2E | 38 |
| Octal | 273 | 302 | 133 | 4 | 0 | 65 | 30 | 100 | 56 | 70 |
| Binary | 10111011 | 11000010 | 1011011 | 100 | 0 | 110101 | 11000 | 1000000 | 101110 | 111000 |
Color Harmonies of #BBC25B
Complementary color
Monochromatic Colors of #BBC25B
Black with #BBC25B
Text Example
Text Example
White with #BBC25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC25B; }
p { color: rgb(187,194,91); }
H1.HeaderClassName
{
color: #BBC25B;
}
.AnyTagClassName
{
color: #BBC25B;
}
</style>
background-color css
<style>
a { background-color: #BBC25B; }
a { background-color: rgb(187,194,91); }
div.DivClassName
{
background-color: #BBC25B;
}
.BgClassName
{
background-color: #BBC25B;
}
</style>
border-color css
<style>
span { border-color: #BBC25B; }
span { border-color: rgb(187,194,91); }
td.TdClassName
{
border-color: #BBC25B;
}
.TagClassName
{
border-color: #BBC25B;
}
</style>