Shades of Wild Willow #BBDA6E
Tints of Wild Willow #BBDA6E
RGB
CMYK
RGB Variations
Color information
#BBDA6E (or 0xBBDA6E) is known color: Wild Willow. HEX triplet: BB, DA and 6E. RGB value is (187,218,110). Sum of RGB (Red+Green+Blue) = 187+218+110=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 110 (43.36% from 255 or 21.36% from 515); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDA6E is #442591. Grayscale: #C4C4C4. Windows color (decimal): -4466066 or 7264955. OLE color: 7264955.
HSL color Cylindrical-coordinate representation of color #BBDA6E: hue angle of 77.22º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBDA6E is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 110 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.15 |
| HSL | 77.22º | 0.59% | 0.64% | - |
| HSV(B) | 77.22º | 0.5% | 0.85% | - |
| XYZ | 48.38 | 61.83 | 24.14 | - |
| YUV | 196.42 | 79.23 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 110 | 0.14 | 0 | 0.50 | 0.15 | 77.22 | 0.59 | 0.64 |
| Hex | BB | DA | 6E | E | 0 | 32 | F | 4D | 3B | 40 |
| Octal | 273 | 332 | 156 | 16 | 0 | 62 | 17 | 115 | 73 | 100 |
| Binary | 10111011 | 11011010 | 1101110 | 1110 | 0 | 110010 | 1111 | 1001101 | 111011 | 1000000 |
Color Harmonies of #BBDA6E
Complementary color
Monochromatic Colors of #BBDA6E
Black with #BBDA6E
Text Example
Text Example
White with #BBDA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA6E; }
p { color: rgb(187,218,110); }
H1.HeaderClassName
{
color: #BBDA6E;
}
.AnyTagClassName
{
color: #BBDA6E;
}
</style>
background-color css
<style>
a { background-color: #BBDA6E; }
a { background-color: rgb(187,218,110); }
div.DivClassName
{
background-color: #BBDA6E;
}
.BgClassName
{
background-color: #BBDA6E;
}
</style>
border-color css
<style>
span { border-color: #BBDA6E; }
span { border-color: rgb(187,218,110); }
td.TdClassName
{
border-color: #BBDA6E;
}
.TagClassName
{
border-color: #BBDA6E;
}
</style>