Shades of Wild Willow #BBD269
Tints of Wild Willow #BBD269
RGB
CMYK
RGB Variations
Color information
#BBD269 (or 0xBBD269) is known color: Wild Willow. HEX triplet: BB, D2 and 69. RGB value is (187,210,105). Sum of RGB (Red+Green+Blue) = 187+210+105=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 210 (82.42% from 255 or 41.83% from 502); Blue value is 105 (41.41% from 255 or 20.92% from 502); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD269 is #442D96. Grayscale: #BFBFBF. Windows color (decimal): -4468119 or 6935227. OLE color: 6935227.
HSL color Cylindrical-coordinate representation of color #BBD269: hue angle of 73.14º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBD269 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 210 | 105 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.18 |
| HSL | 73.14º | 0.54% | 0.62% | - |
| HSV(B) | 73.14º | 0.5% | 0.82% | - |
| XYZ | 46.09 | 57.68 | 22.07 | - |
| YUV | 191.15 | 79.38 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 105 | 0.11 | 0 | 0.50 | 0.18 | 73.14 | 0.54 | 0.62 |
| Hex | BB | D2 | 69 | B | 0 | 32 | 12 | 49 | 36 | 3E |
| Octal | 273 | 322 | 151 | 13 | 0 | 62 | 22 | 111 | 66 | 76 |
| Binary | 10111011 | 11010010 | 1101001 | 1011 | 0 | 110010 | 10010 | 1001001 | 110110 | 111110 |
Color Harmonies of #BBD269
Complementary color
Monochromatic Colors of #BBD269
Black with #BBD269
Text Example
Text Example
White with #BBD269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD269; }
p { color: rgb(187,210,105); }
H1.HeaderClassName
{
color: #BBD269;
}
.AnyTagClassName
{
color: #BBD269;
}
</style>
background-color css
<style>
a { background-color: #BBD269; }
a { background-color: rgb(187,210,105); }
div.DivClassName
{
background-color: #BBD269;
}
.BgClassName
{
background-color: #BBD269;
}
</style>
border-color css
<style>
span { border-color: #BBD269; }
span { border-color: rgb(187,210,105); }
td.TdClassName
{
border-color: #BBD269;
}
.TagClassName
{
border-color: #BBD269;
}
</style>