Shades of Wild Willow #BBC058
Tints of Wild Willow #BBC058
RGB
CMYK
RGB Variations
Color information
#BBC058 (or 0xBBC058) is known color: Wild Willow. HEX triplet: BB, C0 and 58. RGB value is (187,192,88). Sum of RGB (Red+Green+Blue) = 187+192+88=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 88 (34.77% from 255 or 18.84% from 467); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC058 is #443FA7. Grayscale: #B3B3B3. Windows color (decimal): -4472744 or 5816507. OLE color: 5816507.
HSL color Cylindrical-coordinate representation of color #BBC058: hue angle of 62.88º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BBC058 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 88 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.25 |
| HSL | 62.88º | 0.45% | 0.55% | - |
| HSV(B) | 62.88º | 0.54% | 0.75% | - |
| XYZ | 41.1 | 48.97 | 16.52 | - |
| YUV | 178.65 | 76.84 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 88 | 0.03 | 0 | 0.54 | 0.25 | 62.88 | 0.45 | 0.55 |
| Hex | BB | C0 | 58 | 3 | 0 | 36 | 19 | 3F | 2D | 37 |
| Octal | 273 | 300 | 130 | 3 | 0 | 66 | 31 | 77 | 55 | 67 |
| Binary | 10111011 | 11000000 | 1011000 | 11 | 0 | 110110 | 11001 | 111111 | 101101 | 110111 |
Color Harmonies of #BBC058
Complementary color
Monochromatic Colors of #BBC058
Black with #BBC058
Text Example
Text Example
White with #BBC058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC058; }
p { color: rgb(187,192,88); }
H1.HeaderClassName
{
color: #BBC058;
}
.AnyTagClassName
{
color: #BBC058;
}
</style>
background-color css
<style>
a { background-color: #BBC058; }
a { background-color: rgb(187,192,88); }
div.DivClassName
{
background-color: #BBC058;
}
.BgClassName
{
background-color: #BBC058;
}
</style>
border-color css
<style>
span { border-color: #BBC058; }
span { border-color: rgb(187,192,88); }
td.TdClassName
{
border-color: #BBC058;
}
.TagClassName
{
border-color: #BBC058;
}
</style>