Shades of Wild Willow #BBD060
Tints of Wild Willow #BBD060
RGB
CMYK
RGB Variations
Color information
#BBD060 (or 0xBBD060) is known color: Wild Willow. HEX triplet: BB, D0 and 60. RGB value is (187,208,96). Sum of RGB (Red+Green+Blue) = 187+208+96=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 96 (37.89% from 255 or 19.55% from 491); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD060 is #442F9F. Grayscale: #BDBDBD. Windows color (decimal): -4468640 or 6344891. OLE color: 6344891.
HSL color Cylindrical-coordinate representation of color #BBD060: hue angle of 71.25º degrees, saturation: 0.54, 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 #BBD060 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 208 | 96 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.18 |
| HSL | 71.25º | 0.54% | 0.6% | - |
| HSV(B) | 71.25º | 0.54% | 0.82% | - |
| XYZ | 45.16 | 56.52 | 19.6 | - |
| YUV | 188.95 | 75.54 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 208 | 96 | 0.10 | 0 | 0.54 | 0.18 | 71.25 | 0.54 | 0.6 |
| Hex | BB | D0 | 60 | A | 0 | 36 | 12 | 47 | 36 | 3C |
| Octal | 273 | 320 | 140 | 12 | 0 | 66 | 22 | 107 | 66 | 74 |
| Binary | 10111011 | 11010000 | 1100000 | 1010 | 0 | 110110 | 10010 | 1000111 | 110110 | 111100 |
Color Harmonies of #BBD060
Complementary color
Monochromatic Colors of #BBD060
Black with #BBD060
Text Example
Text Example
White with #BBD060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD060; }
p { color: rgb(187,208,96); }
H1.HeaderClassName
{
color: #BBD060;
}
.AnyTagClassName
{
color: #BBD060;
}
</style>
background-color css
<style>
a { background-color: #BBD060; }
a { background-color: rgb(187,208,96); }
div.DivClassName
{
background-color: #BBD060;
}
.BgClassName
{
background-color: #BBD060;
}
</style>
border-color css
<style>
span { border-color: #BBD060; }
span { border-color: rgb(187,208,96); }
td.TdClassName
{
border-color: #BBD060;
}
.TagClassName
{
border-color: #BBD060;
}
</style>