Shades of Wild Willow #BBD260
Tints of Wild Willow #BBD260
RGB
CMYK
RGB Variations
Color information
#BBD260 (or 0xBBD260) is known color: Wild Willow. HEX triplet: BB, D2 and 60. RGB value is (187,210,96). Sum of RGB (Red+Green+Blue) = 187+210+96=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 96 (37.89% from 255 or 19.47% from 493); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD260 is #442D9F. Grayscale: #BEBEBE. Windows color (decimal): -4468128 or 6345403. OLE color: 6345403.
HSL color Cylindrical-coordinate representation of color #BBD260: hue angle of 72.11º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BBD260 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 210 | 96 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.18 |
| HSL | 72.11º | 0.56% | 0.6% | - |
| HSV(B) | 72.11º | 0.54% | 0.82% | - |
| XYZ | 45.65 | 57.5 | 19.76 | - |
| YUV | 190.13 | 74.88 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 96 | 0.11 | 0 | 0.54 | 0.18 | 72.11 | 0.56 | 0.6 |
| Hex | BB | D2 | 60 | B | 0 | 36 | 12 | 48 | 38 | 3C |
| Octal | 273 | 322 | 140 | 13 | 0 | 66 | 22 | 110 | 70 | 74 |
| Binary | 10111011 | 11010010 | 1100000 | 1011 | 0 | 110110 | 10010 | 1001000 | 111000 | 111100 |
Color Harmonies of #BBD260
Complementary color
Monochromatic Colors of #BBD260
Black with #BBD260
Text Example
Text Example
White with #BBD260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD260; }
p { color: rgb(187,210,96); }
H1.HeaderClassName
{
color: #BBD260;
}
.AnyTagClassName
{
color: #BBD260;
}
</style>
background-color css
<style>
a { background-color: #BBD260; }
a { background-color: rgb(187,210,96); }
div.DivClassName
{
background-color: #BBD260;
}
.BgClassName
{
background-color: #BBD260;
}
</style>
border-color css
<style>
span { border-color: #BBD260; }
span { border-color: rgb(187,210,96); }
td.TdClassName
{
border-color: #BBD260;
}
.TagClassName
{
border-color: #BBD260;
}
</style>