Shades of Wild Willow #BBDB68
Tints of Wild Willow #BBDB68
RGB
CMYK
RGB Variations
Color information
#BBDB68 (or 0xBBDB68) is known color: Wild Willow. HEX triplet: BB, DB and 68. RGB value is (187,219,104). Sum of RGB (Red+Green+Blue) = 187+219+104=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 104 (41.02% from 255 or 20.39% from 510); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDB68 is #442497. Grayscale: #C4C4C4. Windows color (decimal): -4465816 or 6871995. OLE color: 6871995.
HSL color Cylindrical-coordinate representation of color #BBDB68: hue angle of 76.7º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BBDB68 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 104 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.14 |
| HSL | 76.7º | 0.61% | 0.63% | - |
| HSV(B) | 76.7º | 0.53% | 0.86% | - |
| XYZ | 48.32 | 62.23 | 22.56 | - |
| YUV | 196.32 | 75.9 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 104 | 0.15 | 0 | 0.53 | 0.14 | 76.7 | 0.61 | 0.63 |
| Hex | BB | DB | 68 | F | 0 | 35 | E | 4D | 3D | 3F |
| Octal | 273 | 333 | 150 | 17 | 0 | 65 | 16 | 115 | 75 | 77 |
| Binary | 10111011 | 11011011 | 1101000 | 1111 | 0 | 110101 | 1110 | 1001101 | 111101 | 111111 |
Color Harmonies of #BBDB68
Complementary color
Monochromatic Colors of #BBDB68
Black with #BBDB68
Text Example
Text Example
White with #BBDB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB68; }
p { color: rgb(187,219,104); }
H1.HeaderClassName
{
color: #BBDB68;
}
.AnyTagClassName
{
color: #BBDB68;
}
</style>
background-color css
<style>
a { background-color: #BBDB68; }
a { background-color: rgb(187,219,104); }
div.DivClassName
{
background-color: #BBDB68;
}
.BgClassName
{
background-color: #BBDB68;
}
</style>
border-color css
<style>
span { border-color: #BBDB68; }
span { border-color: rgb(187,219,104); }
td.TdClassName
{
border-color: #BBDB68;
}
.TagClassName
{
border-color: #BBDB68;
}
</style>