Shades of Wild Willow #BBD770
Tints of Wild Willow #BBD770
RGB
CMYK
RGB Variations
Color information
#BBD770 (or 0xBBD770) is known color: Wild Willow. HEX triplet: BB, D7 and 70. RGB value is (187,215,112). Sum of RGB (Red+Green+Blue) = 187+215+112=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD770 is #44288F. Grayscale: #C3C3C3. Windows color (decimal): -4466832 or 7395259. OLE color: 7395259.
HSL color Cylindrical-coordinate representation of color #BBD770: hue angle of 76.31º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBD770 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 215 | 112 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.16 |
| HSL | 76.31º | 0.56% | 0.64% | - |
| HSV(B) | 76.31º | 0.48% | 0.84% | - |
| XYZ | 47.72 | 60.34 | 24.46 | - |
| YUV | 194.89 | 81.22 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 215 | 112 | 0.13 | 0 | 0.48 | 0.16 | 76.31 | 0.56 | 0.64 |
| Hex | BB | D7 | 70 | D | 0 | 30 | 10 | 4C | 38 | 40 |
| Octal | 273 | 327 | 160 | 15 | 0 | 60 | 20 | 114 | 70 | 100 |
| Binary | 10111011 | 11010111 | 1110000 | 1101 | 0 | 110000 | 10000 | 1001100 | 111000 | 1000000 |
Color Harmonies of #BBD770
Complementary color
Monochromatic Colors of #BBD770
Black with #BBD770
Text Example
Text Example
White with #BBD770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD770; }
p { color: rgb(187,215,112); }
H1.HeaderClassName
{
color: #BBD770;
}
.AnyTagClassName
{
color: #BBD770;
}
</style>
background-color css
<style>
a { background-color: #BBD770; }
a { background-color: rgb(187,215,112); }
div.DivClassName
{
background-color: #BBD770;
}
.BgClassName
{
background-color: #BBD770;
}
</style>
border-color css
<style>
span { border-color: #BBD770; }
span { border-color: rgb(187,215,112); }
td.TdClassName
{
border-color: #BBD770;
}
.TagClassName
{
border-color: #BBD770;
}
</style>