Shades of Wild Willow #BBC257
Tints of Wild Willow #BBC257
RGB
CMYK
RGB Variations
Color information
#BBC257 (or 0xBBC257) is known color: Wild Willow. HEX triplet: BB, C2 and 57. RGB value is (187,194,87). Sum of RGB (Red+Green+Blue) = 187+194+87=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 87 (34.38% from 255 or 18.59% from 468); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC257 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC257 is #443DA8. Grayscale: #B4B4B4. Windows color (decimal): -4472233 or 5751483. OLE color: 5751483.
HSL color Cylindrical-coordinate representation of color #BBC257: hue angle of 63.93º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BBC257 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 87 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.24 |
| HSL | 63.93º | 0.47% | 0.55% | - |
| HSV(B) | 63.93º | 0.55% | 0.76% | - |
| XYZ | 41.51 | 49.84 | 16.45 | - |
| YUV | 179.71 | 75.68 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 87 | 0.04 | 0 | 0.55 | 0.24 | 63.93 | 0.47 | 0.55 |
| Hex | BB | C2 | 57 | 4 | 0 | 37 | 18 | 40 | 2F | 37 |
| Octal | 273 | 302 | 127 | 4 | 0 | 67 | 30 | 100 | 57 | 67 |
| Binary | 10111011 | 11000010 | 1010111 | 100 | 0 | 110111 | 11000 | 1000000 | 101111 | 110111 |
Color Harmonies of #BBC257
Complementary color
Monochromatic Colors of #BBC257
Black with #BBC257
Text Example
Text Example
White with #BBC257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC257; }
p { color: rgb(187,194,87); }
H1.HeaderClassName
{
color: #BBC257;
}
.AnyTagClassName
{
color: #BBC257;
}
</style>
background-color css
<style>
a { background-color: #BBC257; }
a { background-color: rgb(187,194,87); }
div.DivClassName
{
background-color: #BBC257;
}
.BgClassName
{
background-color: #BBC257;
}
</style>
border-color css
<style>
span { border-color: #BBC257; }
span { border-color: rgb(187,194,87); }
td.TdClassName
{
border-color: #BBC257;
}
.TagClassName
{
border-color: #BBC257;
}
</style>