Shades of Wild Willow #BBDA6A
Tints of Wild Willow #BBDA6A
RGB
CMYK
RGB Variations
Color information
#BBDA6A (or 0xBBDA6A) is known color: Wild Willow. HEX triplet: BB, DA and 6A. RGB value is (187,218,106). Sum of RGB (Red+Green+Blue) = 187+218+106=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 106 (41.80% from 255 or 20.74% from 511); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDA6A is #442595. Grayscale: #C4C4C4. Windows color (decimal): -4466070 or 7002811. OLE color: 7002811.
HSL color Cylindrical-coordinate representation of color #BBDA6A: hue angle of 76.61º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBDA6A is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 106 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.15 |
| HSL | 76.61º | 0.6% | 0.64% | - |
| HSV(B) | 76.61º | 0.51% | 0.85% | - |
| XYZ | 48.17 | 61.75 | 23.02 | - |
| YUV | 195.96 | 77.23 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 106 | 0.14 | 0 | 0.51 | 0.15 | 76.61 | 0.6 | 0.64 |
| Hex | BB | DA | 6A | E | 0 | 33 | F | 4D | 3C | 40 |
| Octal | 273 | 332 | 152 | 16 | 0 | 63 | 17 | 115 | 74 | 100 |
| Binary | 10111011 | 11011010 | 1101010 | 1110 | 0 | 110011 | 1111 | 1001101 | 111100 | 1000000 |
Color Harmonies of #BBDA6A
Complementary color
Monochromatic Colors of #BBDA6A
Black with #BBDA6A
Text Example
Text Example
White with #BBDA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA6A; }
p { color: rgb(187,218,106); }
H1.HeaderClassName
{
color: #BBDA6A;
}
.AnyTagClassName
{
color: #BBDA6A;
}
</style>
background-color css
<style>
a { background-color: #BBDA6A; }
a { background-color: rgb(187,218,106); }
div.DivClassName
{
background-color: #BBDA6A;
}
.BgClassName
{
background-color: #BBDA6A;
}
</style>
border-color css
<style>
span { border-color: #BBDA6A; }
span { border-color: rgb(187,218,106); }
td.TdClassName
{
border-color: #BBDA6A;
}
.TagClassName
{
border-color: #BBDA6A;
}
</style>