Shades of Wild Willow #BBD665
Tints of Wild Willow #BBD665
RGB
CMYK
RGB Variations
Color information
#BBD665 (or 0xBBD665) is known color: Wild Willow. HEX triplet: BB, D6 and 65. RGB value is (187,214,101). Sum of RGB (Red+Green+Blue) = 187+214+101=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 214 (83.98% from 255 or 42.63% from 502); Blue value is 101 (39.84% from 255 or 20.12% from 502); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD665 is #44299A. Grayscale: #C1C1C1. Windows color (decimal): -4467099 or 6674107. OLE color: 6674107.
HSL color Cylindrical-coordinate representation of color #BBD665: hue angle of 74.34º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BBD665 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 214 | 101 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.16 |
| HSL | 74.34º | 0.58% | 0.62% | - |
| HSV(B) | 74.34º | 0.53% | 0.84% | - |
| XYZ | 46.89 | 59.6 | 21.34 | - |
| YUV | 193.05 | 76.05 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 214 | 101 | 0.13 | 0 | 0.53 | 0.16 | 74.34 | 0.58 | 0.62 |
| Hex | BB | D6 | 65 | D | 0 | 35 | 10 | 4A | 3A | 3E |
| Octal | 273 | 326 | 145 | 15 | 0 | 65 | 20 | 112 | 72 | 76 |
| Binary | 10111011 | 11010110 | 1100101 | 1101 | 0 | 110101 | 10000 | 1001010 | 111010 | 111110 |
Color Harmonies of #BBD665
Complementary color
Monochromatic Colors of #BBD665
Black with #BBD665
Text Example
Text Example
White with #BBD665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD665; }
p { color: rgb(187,214,101); }
H1.HeaderClassName
{
color: #BBD665;
}
.AnyTagClassName
{
color: #BBD665;
}
</style>
background-color css
<style>
a { background-color: #BBD665; }
a { background-color: rgb(187,214,101); }
div.DivClassName
{
background-color: #BBD665;
}
.BgClassName
{
background-color: #BBD665;
}
</style>
border-color css
<style>
span { border-color: #BBD665; }
span { border-color: rgb(187,214,101); }
td.TdClassName
{
border-color: #BBD665;
}
.TagClassName
{
border-color: #BBD665;
}
</style>