Shades of Wild Willow #BBD868
Tints of Wild Willow #BBD868
RGB
CMYK
RGB Variations
Color information
#BBD868 (or 0xBBD868) is known color: Wild Willow. HEX triplet: BB, D8 and 68. RGB value is (187,216,104). Sum of RGB (Red+Green+Blue) = 187+216+104=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 216 (84.77% from 255 or 42.60% from 507); Blue value is 104 (41.02% from 255 or 20.51% from 507); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD868 is #442797. Grayscale: #C2C2C2. Windows color (decimal): -4466584 or 6871227. OLE color: 6871227.
HSL color Cylindrical-coordinate representation of color #BBD868: hue angle of 75.54º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBD868 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 216 | 104 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.15 |
| HSL | 75.54º | 0.59% | 0.63% | - |
| HSV(B) | 75.54º | 0.52% | 0.85% | - |
| XYZ | 47.55 | 60.68 | 22.3 | - |
| YUV | 194.56 | 76.89 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 216 | 104 | 0.13 | 0 | 0.52 | 0.15 | 75.54 | 0.59 | 0.63 |
| Hex | BB | D8 | 68 | D | 0 | 34 | F | 4C | 3B | 3F |
| Octal | 273 | 330 | 150 | 15 | 0 | 64 | 17 | 114 | 73 | 77 |
| Binary | 10111011 | 11011000 | 1101000 | 1101 | 0 | 110100 | 1111 | 1001100 | 111011 | 111111 |
Color Harmonies of #BBD868
Complementary color
Monochromatic Colors of #BBD868
Black with #BBD868
Text Example
Text Example
White with #BBD868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD868; }
p { color: rgb(187,216,104); }
H1.HeaderClassName
{
color: #BBD868;
}
.AnyTagClassName
{
color: #BBD868;
}
</style>
background-color css
<style>
a { background-color: #BBD868; }
a { background-color: rgb(187,216,104); }
div.DivClassName
{
background-color: #BBD868;
}
.BgClassName
{
background-color: #BBD868;
}
</style>
border-color css
<style>
span { border-color: #BBD868; }
span { border-color: rgb(187,216,104); }
td.TdClassName
{
border-color: #BBD868;
}
.TagClassName
{
border-color: #BBD868;
}
</style>