Shades of Wild Willow #BBDA6D
Tints of Wild Willow #BBDA6D
RGB
CMYK
RGB Variations
Color information
#BBDA6D (or 0xBBDA6D) is known color: Wild Willow. HEX triplet: BB, DA and 6D. RGB value is (187,218,109). Sum of RGB (Red+Green+Blue) = 187+218+109=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 109 (42.97% from 255 or 21.21% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDA6D is #442592. Grayscale: #C4C4C4. Windows color (decimal): -4466067 or 7199419. OLE color: 7199419.
HSL color Cylindrical-coordinate representation of color #BBDA6D: hue angle of 77.06º degrees, saturation: 0.6, 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 #BBDA6D is Cyan = 0.14, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 109 | - |
| CMYK | 0.14 | 0 | 0.5 | 0.15 |
| HSL | 77.06º | 0.6% | 0.64% | - |
| HSV(B) | 77.06º | 0.5% | 0.85% | - |
| XYZ | 48.33 | 61.81 | 23.85 | - |
| YUV | 196.31 | 78.73 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 109 | 0.14 | 0 | 0.5 | 0.15 | 77.06 | 0.6 | 0.64 |
| Hex | BB | DA | 6D | E | 0 | 32 | F | 4D | 3C | 40 |
| Octal | 273 | 332 | 155 | 16 | 0 | 62 | 17 | 115 | 74 | 100 |
| Binary | 10111011 | 11011010 | 1101101 | 1110 | 0 | 110010 | 1111 | 1001101 | 111100 | 1000000 |
Color Harmonies of #BBDA6D
Complementary color
Monochromatic Colors of #BBDA6D
Black with #BBDA6D
Text Example
Text Example
White with #BBDA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA6D; }
p { color: rgb(187,218,109); }
H1.HeaderClassName
{
color: #BBDA6D;
}
.AnyTagClassName
{
color: #BBDA6D;
}
</style>
background-color css
<style>
a { background-color: #BBDA6D; }
a { background-color: rgb(187,218,109); }
div.DivClassName
{
background-color: #BBDA6D;
}
.BgClassName
{
background-color: #BBDA6D;
}
</style>
border-color css
<style>
span { border-color: #BBDA6D; }
span { border-color: rgb(187,218,109); }
td.TdClassName
{
border-color: #BBDA6D;
}
.TagClassName
{
border-color: #BBDA6D;
}
</style>