Shades of Wild Willow #BBD271
Tints of Wild Willow #BBD271
RGB
CMYK
RGB Variations
Color information
#BBD271 (or 0xBBD271) is known color: Wild Willow. HEX triplet: BB, D2 and 71. RGB value is (187,210,113). Sum of RGB (Red+Green+Blue) = 187+210+113=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 210 (82.42% from 255 or 41.18% from 510); Blue value is 113 (44.53% from 255 or 22.16% from 510); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD271 is #442D8E. Grayscale: #C0C0C0. Windows color (decimal): -4468111 or 7459515. OLE color: 7459515.
HSL color Cylindrical-coordinate representation of color #BBD271: hue angle of 74.23º degrees, saturation: 0.52, 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 #BBD271 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 210 | 113 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.18 |
| HSL | 74.23º | 0.52% | 0.63% | - |
| HSV(B) | 74.23º | 0.46% | 0.82% | - |
| XYZ | 46.52 | 57.85 | 24.34 | - |
| YUV | 192.07 | 83.38 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 113 | 0.11 | 0 | 0.46 | 0.18 | 74.23 | 0.52 | 0.63 |
| Hex | BB | D2 | 71 | B | 0 | 2E | 12 | 4A | 34 | 3F |
| Octal | 273 | 322 | 161 | 13 | 0 | 56 | 22 | 112 | 64 | 77 |
| Binary | 10111011 | 11010010 | 1110001 | 1011 | 0 | 101110 | 10010 | 1001010 | 110100 | 111111 |
Color Harmonies of #BBD271
Complementary color
Monochromatic Colors of #BBD271
Black with #BBD271
Text Example
Text Example
White with #BBD271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD271; }
p { color: rgb(187,210,113); }
H1.HeaderClassName
{
color: #BBD271;
}
.AnyTagClassName
{
color: #BBD271;
}
</style>
background-color css
<style>
a { background-color: #BBD271; }
a { background-color: rgb(187,210,113); }
div.DivClassName
{
background-color: #BBD271;
}
.BgClassName
{
background-color: #BBD271;
}
</style>
border-color css
<style>
span { border-color: #BBD271; }
span { border-color: rgb(187,210,113); }
td.TdClassName
{
border-color: #BBD271;
}
.TagClassName
{
border-color: #BBD271;
}
</style>