Shades of Wild Willow #BBD172
Tints of Wild Willow #BBD172
RGB
CMYK
RGB Variations
Color information
#BBD172 (or 0xBBD172) is known color: Wild Willow. HEX triplet: BB, D1 and 72. RGB value is (187,209,114). Sum of RGB (Red+Green+Blue) = 187+209+114=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 209 (82.03% from 255 or 40.98% from 510); Blue value is 114 (44.92% from 255 or 22.35% from 510); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD172 is #442E8D. Grayscale: #BFBFBF. Windows color (decimal): -4468366 or 7524795. OLE color: 7524795.
HSL color Cylindrical-coordinate representation of color #BBD172: hue angle of 73.89º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBD172 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 209 | 114 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.18 |
| HSL | 73.89º | 0.51% | 0.63% | - |
| HSV(B) | 73.89º | 0.45% | 0.82% | - |
| XYZ | 46.33 | 57.38 | 24.55 | - |
| YUV | 191.59 | 84.21 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 209 | 114 | 0.11 | 0 | 0.45 | 0.18 | 73.89 | 0.51 | 0.63 |
| Hex | BB | D1 | 72 | B | 0 | 2D | 12 | 4A | 33 | 3F |
| Octal | 273 | 321 | 162 | 13 | 0 | 55 | 22 | 112 | 63 | 77 |
| Binary | 10111011 | 11010001 | 1110010 | 1011 | 0 | 101101 | 10010 | 1001010 | 110011 | 111111 |
Color Harmonies of #BBD172
Complementary color
Monochromatic Colors of #BBD172
Black with #BBD172
Text Example
Text Example
White with #BBD172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD172; }
p { color: rgb(187,209,114); }
H1.HeaderClassName
{
color: #BBD172;
}
.AnyTagClassName
{
color: #BBD172;
}
</style>
background-color css
<style>
a { background-color: #BBD172; }
a { background-color: rgb(187,209,114); }
div.DivClassName
{
background-color: #BBD172;
}
.BgClassName
{
background-color: #BBD172;
}
</style>
border-color css
<style>
span { border-color: #BBD172; }
span { border-color: rgb(187,209,114); }
td.TdClassName
{
border-color: #BBD172;
}
.TagClassName
{
border-color: #BBD172;
}
</style>