Shades of Wild Willow #BBD671
Tints of Wild Willow #BBD671
RGB
CMYK
RGB Variations
Color information
#BBD671 (or 0xBBD671) is known color: Wild Willow. HEX triplet: BB, D6 and 71. RGB value is (187,214,113). Sum of RGB (Red+Green+Blue) = 187+214+113=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 113 (44.53% from 255 or 21.98% from 514); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD671 is #44298E. Grayscale: #C2C2C2. Windows color (decimal): -4467087 or 7460539. OLE color: 7460539.
HSL color Cylindrical-coordinate representation of color #BBD671: hue angle of 76.04º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBD671 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 214 | 113 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.16 |
| HSL | 76.04º | 0.55% | 0.64% | - |
| HSV(B) | 76.04º | 0.47% | 0.84% | - |
| XYZ | 47.52 | 59.85 | 24.67 | - |
| YUV | 194.41 | 82.05 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 214 | 113 | 0.13 | 0 | 0.47 | 0.16 | 76.04 | 0.55 | 0.64 |
| Hex | BB | D6 | 71 | D | 0 | 2F | 10 | 4C | 37 | 40 |
| Octal | 273 | 326 | 161 | 15 | 0 | 57 | 20 | 114 | 67 | 100 |
| Binary | 10111011 | 11010110 | 1110001 | 1101 | 0 | 101111 | 10000 | 1001100 | 110111 | 1000000 |
Color Harmonies of #BBD671
Complementary color
Monochromatic Colors of #BBD671
Black with #BBD671
Text Example
Text Example
White with #BBD671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD671; }
p { color: rgb(187,214,113); }
H1.HeaderClassName
{
color: #BBD671;
}
.AnyTagClassName
{
color: #BBD671;
}
</style>
background-color css
<style>
a { background-color: #BBD671; }
a { background-color: rgb(187,214,113); }
div.DivClassName
{
background-color: #BBD671;
}
.BgClassName
{
background-color: #BBD671;
}
</style>
border-color css
<style>
span { border-color: #BBD671; }
span { border-color: rgb(187,214,113); }
td.TdClassName
{
border-color: #BBD671;
}
.TagClassName
{
border-color: #BBD671;
}
</style>