Shades of Wild Willow #BBC264
Tints of Wild Willow #BBC264
RGB
CMYK
RGB Variations
Color information
#BBC264 (or 0xBBC264) is known color: Wild Willow. HEX triplet: BB, C2 and 64. RGB value is (187,194,100). Sum of RGB (Red+Green+Blue) = 187+194+100=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 100 (39.45% from 255 or 20.79% from 481); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC264 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC264 is #443D9B. Grayscale: #B5B5B5. Windows color (decimal): -4472220 or 6603451. OLE color: 6603451.
HSL color Cylindrical-coordinate representation of color #BBC264: hue angle of 64.47º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBC264 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 100 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.24 |
| HSL | 64.47º | 0.44% | 0.58% | - |
| HSV(B) | 64.47º | 0.48% | 0.76% | - |
| XYZ | 42.09 | 50.07 | 19.5 | - |
| YUV | 181.19 | 82.18 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 100 | 0.04 | 0 | 0.48 | 0.24 | 64.47 | 0.44 | 0.58 |
| Hex | BB | C2 | 64 | 4 | 0 | 30 | 18 | 40 | 2C | 3A |
| Octal | 273 | 302 | 144 | 4 | 0 | 60 | 30 | 100 | 54 | 72 |
| Binary | 10111011 | 11000010 | 1100100 | 100 | 0 | 110000 | 11000 | 1000000 | 101100 | 111010 |
Color Harmonies of #BBC264
Complementary color
Monochromatic Colors of #BBC264
Black with #BBC264
Text Example
Text Example
White with #BBC264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC264; }
p { color: rgb(187,194,100); }
H1.HeaderClassName
{
color: #BBC264;
}
.AnyTagClassName
{
color: #BBC264;
}
</style>
background-color css
<style>
a { background-color: #BBC264; }
a { background-color: rgb(187,194,100); }
div.DivClassName
{
background-color: #BBC264;
}
.BgClassName
{
background-color: #BBC264;
}
</style>
border-color css
<style>
span { border-color: #BBC264; }
span { border-color: rgb(187,194,100); }
td.TdClassName
{
border-color: #BBC264;
}
.TagClassName
{
border-color: #BBC264;
}
</style>