Shades of Wild Willow #BBC758
Tints of Wild Willow #BBC758
RGB
CMYK
RGB Variations
Color information
#BBC758 (or 0xBBC758) is known color: Wild Willow. HEX triplet: BB, C7 and 58. RGB value is (187,199,88). Sum of RGB (Red+Green+Blue) = 187+199+88=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 199 (78.12% from 255 or 41.98% from 474); Blue value is 88 (34.77% from 255 or 18.57% from 474); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC758 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC758 is #4438A7. Grayscale: #B7B7B7. Windows color (decimal): -4470952 or 5818299. OLE color: 5818299.
HSL color Cylindrical-coordinate representation of color #BBC758: hue angle of 66.49º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BBC758 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 199 | 88 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.22 |
| HSL | 66.49º | 0.5% | 0.56% | - |
| HSV(B) | 66.49º | 0.56% | 0.78% | - |
| XYZ | 42.68 | 52.12 | 17.04 | - |
| YUV | 182.76 | 74.52 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 88 | 0.06 | 0 | 0.56 | 0.22 | 66.49 | 0.5 | 0.56 |
| Hex | BB | C7 | 58 | 6 | 0 | 38 | 16 | 42 | 32 | 38 |
| Octal | 273 | 307 | 130 | 6 | 0 | 70 | 26 | 102 | 62 | 70 |
| Binary | 10111011 | 11000111 | 1011000 | 110 | 0 | 111000 | 10110 | 1000010 | 110010 | 111000 |
Color Harmonies of #BBC758
Complementary color
Monochromatic Colors of #BBC758
Black with #BBC758
Text Example
Text Example
White with #BBC758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC758; }
p { color: rgb(187,199,88); }
H1.HeaderClassName
{
color: #BBC758;
}
.AnyTagClassName
{
color: #BBC758;
}
</style>
background-color css
<style>
a { background-color: #BBC758; }
a { background-color: rgb(187,199,88); }
div.DivClassName
{
background-color: #BBC758;
}
.BgClassName
{
background-color: #BBC758;
}
</style>
border-color css
<style>
span { border-color: #BBC758; }
span { border-color: rgb(187,199,88); }
td.TdClassName
{
border-color: #BBC758;
}
.TagClassName
{
border-color: #BBC758;
}
</style>