Shades of Wild Willow #BBD071
Tints of Wild Willow #BBD071
RGB
CMYK
RGB Variations
Color information
#BBD071 (or 0xBBD071) is known color: Wild Willow. HEX triplet: BB, D0 and 71. RGB value is (187,208,113). Sum of RGB (Red+Green+Blue) = 187+208+113=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 113 (44.53% from 255 or 22.24% from 508); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD071 is #442F8E. Grayscale: #BFBFBF. Windows color (decimal): -4468623 or 7459003. OLE color: 7459003.
HSL color Cylindrical-coordinate representation of color #BBD071: hue angle of 73.26º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BBD071 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 208 | 113 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.18 |
| HSL | 73.26º | 0.5% | 0.63% | - |
| HSV(B) | 73.26º | 0.46% | 0.82% | - |
| XYZ | 46.03 | 56.87 | 24.17 | - |
| YUV | 190.89 | 84.04 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 208 | 113 | 0.10 | 0 | 0.46 | 0.18 | 73.26 | 0.5 | 0.63 |
| Hex | BB | D0 | 71 | A | 0 | 2E | 12 | 49 | 32 | 3F |
| Octal | 273 | 320 | 161 | 12 | 0 | 56 | 22 | 111 | 62 | 77 |
| Binary | 10111011 | 11010000 | 1110001 | 1010 | 0 | 101110 | 10010 | 1001001 | 110010 | 111111 |
Color Harmonies of #BBD071
Complementary color
Monochromatic Colors of #BBD071
Black with #BBD071
Text Example
Text Example
White with #BBD071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD071; }
p { color: rgb(187,208,113); }
H1.HeaderClassName
{
color: #BBD071;
}
.AnyTagClassName
{
color: #BBD071;
}
</style>
background-color css
<style>
a { background-color: #BBD071; }
a { background-color: rgb(187,208,113); }
div.DivClassName
{
background-color: #BBD071;
}
.BgClassName
{
background-color: #BBD071;
}
</style>
border-color css
<style>
span { border-color: #BBD071; }
span { border-color: rgb(187,208,113); }
td.TdClassName
{
border-color: #BBD071;
}
.TagClassName
{
border-color: #BBD071;
}
</style>