Shades of Wild Willow #BBD266
Tints of Wild Willow #BBD266
RGB
CMYK
RGB Variations
Color information
#BBD266 (or 0xBBD266) is known color: Wild Willow. HEX triplet: BB, D2 and 66. RGB value is (187,210,102). Sum of RGB (Red+Green+Blue) = 187+210+102=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 102 (40.23% from 255 or 20.44% from 499); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD266 is #442D99. Grayscale: #BFBFBF. Windows color (decimal): -4468122 or 6738619. OLE color: 6738619.
HSL color Cylindrical-coordinate representation of color #BBD266: hue angle of 72.78º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBD266 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 210 | 102 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.18 |
| HSL | 72.78º | 0.55% | 0.61% | - |
| HSV(B) | 72.78º | 0.51% | 0.82% | - |
| XYZ | 45.94 | 57.62 | 21.27 | - |
| YUV | 190.81 | 77.88 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 102 | 0.11 | 0 | 0.51 | 0.18 | 72.78 | 0.55 | 0.61 |
| Hex | BB | D2 | 66 | B | 0 | 33 | 12 | 49 | 37 | 3D |
| Octal | 273 | 322 | 146 | 13 | 0 | 63 | 22 | 111 | 67 | 75 |
| Binary | 10111011 | 11010010 | 1100110 | 1011 | 0 | 110011 | 10010 | 1001001 | 110111 | 111101 |
Color Harmonies of #BBD266
Complementary color
Monochromatic Colors of #BBD266
Black with #BBD266
Text Example
Text Example
White with #BBD266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD266; }
p { color: rgb(187,210,102); }
H1.HeaderClassName
{
color: #BBD266;
}
.AnyTagClassName
{
color: #BBD266;
}
</style>
background-color css
<style>
a { background-color: #BBD266; }
a { background-color: rgb(187,210,102); }
div.DivClassName
{
background-color: #BBD266;
}
.BgClassName
{
background-color: #BBD266;
}
</style>
border-color css
<style>
span { border-color: #BBD266; }
span { border-color: rgb(187,210,102); }
td.TdClassName
{
border-color: #BBD266;
}
.TagClassName
{
border-color: #BBD266;
}
</style>