Shades of Wild Willow #BBD357
Tints of Wild Willow #BBD357
RGB
CMYK
RGB Variations
Color information
#BBD357 (or 0xBBD357) is known color: Wild Willow. HEX triplet: BB, D3 and 57. RGB value is (187,211,87). Sum of RGB (Red+Green+Blue) = 187+211+87=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 87 (34.38% from 255 or 17.94% from 485); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD357 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD357 is #442CA8. Grayscale: #BEBEBE. Windows color (decimal): -4467881 or 5755835. OLE color: 5755835.
HSL color Cylindrical-coordinate representation of color #BBD357: hue angle of 71.61º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BBD357 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 211 | 87 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.17 |
| HSL | 71.61º | 0.58% | 0.58% | - |
| HSV(B) | 71.61º | 0.59% | 0.83% | - |
| XYZ | 45.51 | 57.84 | 17.78 | - |
| YUV | 189.69 | 70.05 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 87 | 0.11 | 0 | 0.59 | 0.17 | 71.61 | 0.58 | 0.58 |
| Hex | BB | D3 | 57 | B | 0 | 3B | 11 | 48 | 3A | 3A |
| Octal | 273 | 323 | 127 | 13 | 0 | 73 | 21 | 110 | 72 | 72 |
| Binary | 10111011 | 11010011 | 1010111 | 1011 | 0 | 111011 | 10001 | 1001000 | 111010 | 111010 |
Color Harmonies of #BBD357
Complementary color
Monochromatic Colors of #BBD357
Black with #BBD357
Text Example
Text Example
White with #BBD357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD357; }
p { color: rgb(187,211,87); }
H1.HeaderClassName
{
color: #BBD357;
}
.AnyTagClassName
{
color: #BBD357;
}
</style>
background-color css
<style>
a { background-color: #BBD357; }
a { background-color: rgb(187,211,87); }
div.DivClassName
{
background-color: #BBD357;
}
.BgClassName
{
background-color: #BBD357;
}
</style>
border-color css
<style>
span { border-color: #BBD357; }
span { border-color: rgb(187,211,87); }
td.TdClassName
{
border-color: #BBD357;
}
.TagClassName
{
border-color: #BBD357;
}
</style>