Shades of Wild Willow #BBD373
Tints of Wild Willow #BBD373
RGB
CMYK
RGB Variations
Color information
#BBD373 (or 0xBBD373) is known color: Wild Willow. HEX triplet: BB, D3 and 73. RGB value is (187,211,115). Sum of RGB (Red+Green+Blue) = 187+211+115=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 211 (82.81% from 255 or 41.13% from 513); Blue value is 115 (45.31% from 255 or 22.42% from 513); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD373 is #442C8C. Grayscale: #C1C1C1. Windows color (decimal): -4467853 or 7590843. OLE color: 7590843.
HSL color Cylindrical-coordinate representation of color #BBD373: hue angle of 75º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBD373 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 211 | 115 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.17 |
| HSL | 75º | 0.52% | 0.64% | - |
| HSV(B) | 75º | 0.45% | 0.83% | - |
| XYZ | 46.88 | 58.39 | 25.02 | - |
| YUV | 192.88 | 84.05 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 115 | 0.11 | 0 | 0.45 | 0.17 | 75 | 0.52 | 0.64 |
| Hex | BB | D3 | 73 | B | 0 | 2D | 11 | 4B | 34 | 40 |
| Octal | 273 | 323 | 163 | 13 | 0 | 55 | 21 | 113 | 64 | 100 |
| Binary | 10111011 | 11010011 | 1110011 | 1011 | 0 | 101101 | 10001 | 1001011 | 110100 | 1000000 |
Color Harmonies of #BBD373
Complementary color
Monochromatic Colors of #BBD373
Black with #BBD373
Text Example
Text Example
White with #BBD373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD373; }
p { color: rgb(187,211,115); }
H1.HeaderClassName
{
color: #BBD373;
}
.AnyTagClassName
{
color: #BBD373;
}
</style>
background-color css
<style>
a { background-color: #BBD373; }
a { background-color: rgb(187,211,115); }
div.DivClassName
{
background-color: #BBD373;
}
.BgClassName
{
background-color: #BBD373;
}
</style>
border-color css
<style>
span { border-color: #BBD373; }
span { border-color: rgb(187,211,115); }
td.TdClassName
{
border-color: #BBD373;
}
.TagClassName
{
border-color: #BBD373;
}
</style>