Shades of Wild Willow #BBC458
Tints of Wild Willow #BBC458
RGB
CMYK
RGB Variations
Color information
#BBC458 (or 0xBBC458) is known color: Wild Willow. HEX triplet: BB, C4 and 58. RGB value is (187,196,88). Sum of RGB (Red+Green+Blue) = 187+196+88=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 196 (76.95% from 255 or 41.61% from 471); Blue value is 88 (34.77% from 255 or 18.68% from 471); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC458 is #443BA7. Grayscale: #B5B5B5. Windows color (decimal): -4471720 or 5817531. OLE color: 5817531.
HSL color Cylindrical-coordinate representation of color #BBC458: hue angle of 65º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BBC458 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 88 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.23 |
| HSL | 65º | 0.48% | 0.56% | - |
| HSV(B) | 65º | 0.55% | 0.77% | - |
| XYZ | 41.99 | 50.75 | 16.81 | - |
| YUV | 181 | 75.52 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 88 | 0.05 | 0 | 0.55 | 0.23 | 65 | 0.48 | 0.56 |
| Hex | BB | C4 | 58 | 5 | 0 | 37 | 17 | 41 | 30 | 38 |
| Octal | 273 | 304 | 130 | 5 | 0 | 67 | 27 | 101 | 60 | 70 |
| Binary | 10111011 | 11000100 | 1011000 | 101 | 0 | 110111 | 10111 | 1000001 | 110000 | 111000 |
Color Harmonies of #BBC458
Complementary color
Monochromatic Colors of #BBC458
Black with #BBC458
Text Example
Text Example
White with #BBC458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC458; }
p { color: rgb(187,196,88); }
H1.HeaderClassName
{
color: #BBC458;
}
.AnyTagClassName
{
color: #BBC458;
}
</style>
background-color css
<style>
a { background-color: #BBC458; }
a { background-color: rgb(187,196,88); }
div.DivClassName
{
background-color: #BBC458;
}
.BgClassName
{
background-color: #BBC458;
}
</style>
border-color css
<style>
span { border-color: #BBC458; }
span { border-color: rgb(187,196,88); }
td.TdClassName
{
border-color: #BBC458;
}
.TagClassName
{
border-color: #BBC458;
}
</style>