Shades of Wild Willow #BBDB6C
Tints of Wild Willow #BBDB6C
RGB
CMYK
RGB Variations
Color information
#BBDB6C (or 0xBBDB6C) is known color: Wild Willow. HEX triplet: BB, DB and 6C. RGB value is (187,219,108). Sum of RGB (Red+Green+Blue) = 187+219+108=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 108 (42.58% from 255 or 21.01% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDB6C is #442493. Grayscale: #C5C5C5. Windows color (decimal): -4465812 or 7134139. OLE color: 7134139.
HSL color Cylindrical-coordinate representation of color #BBDB6C: hue angle of 77.3º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBDB6C is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 108 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.14 |
| HSL | 77.3º | 0.61% | 0.64% | - |
| HSV(B) | 77.3º | 0.51% | 0.86% | - |
| XYZ | 48.53 | 62.31 | 23.66 | - |
| YUV | 196.78 | 77.9 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 108 | 0.15 | 0 | 0.51 | 0.14 | 77.3 | 0.61 | 0.64 |
| Hex | BB | DB | 6C | F | 0 | 33 | E | 4D | 3D | 40 |
| Octal | 273 | 333 | 154 | 17 | 0 | 63 | 16 | 115 | 75 | 100 |
| Binary | 10111011 | 11011011 | 1101100 | 1111 | 0 | 110011 | 1110 | 1001101 | 111101 | 1000000 |
Color Harmonies of #BBDB6C
Complementary color
Monochromatic Colors of #BBDB6C
Black with #BBDB6C
Text Example
Text Example
White with #BBDB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB6C; }
p { color: rgb(187,219,108); }
H1.HeaderClassName
{
color: #BBDB6C;
}
.AnyTagClassName
{
color: #BBDB6C;
}
</style>
background-color css
<style>
a { background-color: #BBDB6C; }
a { background-color: rgb(187,219,108); }
div.DivClassName
{
background-color: #BBDB6C;
}
.BgClassName
{
background-color: #BBDB6C;
}
</style>
border-color css
<style>
span { border-color: #BBDB6C; }
span { border-color: rgb(187,219,108); }
td.TdClassName
{
border-color: #BBDB6C;
}
.TagClassName
{
border-color: #BBDB6C;
}
</style>