Shades of Wild Willow #BBD666
Tints of Wild Willow #BBD666
RGB
CMYK
RGB Variations
Color information
#BBD666 (or 0xBBD666) is known color: Wild Willow. HEX triplet: BB, D6 and 66. RGB value is (187,214,102). Sum of RGB (Red+Green+Blue) = 187+214+102=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 214 (83.98% from 255 or 42.54% from 503); Blue value is 102 (40.23% from 255 or 20.28% from 503); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD666 is #442999. Grayscale: #C1C1C1. Windows color (decimal): -4467098 or 6739643. OLE color: 6739643.
HSL color Cylindrical-coordinate representation of color #BBD666: hue angle of 74.46º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBD666 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 214 | 102 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.16 |
| HSL | 74.46º | 0.58% | 0.62% | - |
| HSV(B) | 74.46º | 0.52% | 0.84% | - |
| XYZ | 46.94 | 59.62 | 21.6 | - |
| YUV | 193.16 | 76.55 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 214 | 102 | 0.13 | 0 | 0.52 | 0.16 | 74.46 | 0.58 | 0.62 |
| Hex | BB | D6 | 66 | D | 0 | 34 | 10 | 4A | 3A | 3E |
| Octal | 273 | 326 | 146 | 15 | 0 | 64 | 20 | 112 | 72 | 76 |
| Binary | 10111011 | 11010110 | 1100110 | 1101 | 0 | 110100 | 10000 | 1001010 | 111010 | 111110 |
Color Harmonies of #BBD666
Complementary color
Monochromatic Colors of #BBD666
Black with #BBD666
Text Example
Text Example
White with #BBD666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD666; }
p { color: rgb(187,214,102); }
H1.HeaderClassName
{
color: #BBD666;
}
.AnyTagClassName
{
color: #BBD666;
}
</style>
background-color css
<style>
a { background-color: #BBD666; }
a { background-color: rgb(187,214,102); }
div.DivClassName
{
background-color: #BBD666;
}
.BgClassName
{
background-color: #BBD666;
}
</style>
border-color css
<style>
span { border-color: #BBD666; }
span { border-color: rgb(187,214,102); }
td.TdClassName
{
border-color: #BBD666;
}
.TagClassName
{
border-color: #BBD666;
}
</style>