Shades of Wild Willow #BBD363
Tints of Wild Willow #BBD363
RGB
CMYK
RGB Variations
Color information
#BBD363 (or 0xBBD363) is known color: Wild Willow. HEX triplet: BB, D3 and 63. RGB value is (187,211,99). Sum of RGB (Red+Green+Blue) = 187+211+99=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 211 (82.81% from 255 or 42.45% from 497); Blue value is 99 (39.06% from 255 or 19.92% from 497); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD363 is #442C9C. Grayscale: #BFBFBF. Windows color (decimal): -4467869 or 6542267. OLE color: 6542267.
HSL color Cylindrical-coordinate representation of color #BBD363: hue angle of 72.86º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BBD363 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 211 | 99 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.17 |
| HSL | 72.86º | 0.56% | 0.61% | - |
| HSV(B) | 72.86º | 0.53% | 0.83% | - |
| XYZ | 46.04 | 58.05 | 20.58 | - |
| YUV | 191.06 | 76.05 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 99 | 0.11 | 0 | 0.53 | 0.17 | 72.86 | 0.56 | 0.61 |
| Hex | BB | D3 | 63 | B | 0 | 35 | 11 | 49 | 38 | 3D |
| Octal | 273 | 323 | 143 | 13 | 0 | 65 | 21 | 111 | 70 | 75 |
| Binary | 10111011 | 11010011 | 1100011 | 1011 | 0 | 110101 | 10001 | 1001001 | 111000 | 111101 |
Color Harmonies of #BBD363
Complementary color
Monochromatic Colors of #BBD363
Black with #BBD363
Text Example
Text Example
White with #BBD363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD363; }
p { color: rgb(187,211,99); }
H1.HeaderClassName
{
color: #BBD363;
}
.AnyTagClassName
{
color: #BBD363;
}
</style>
background-color css
<style>
a { background-color: #BBD363; }
a { background-color: rgb(187,211,99); }
div.DivClassName
{
background-color: #BBD363;
}
.BgClassName
{
background-color: #BBD363;
}
</style>
border-color css
<style>
span { border-color: #BBD363; }
span { border-color: rgb(187,211,99); }
td.TdClassName
{
border-color: #BBD363;
}
.TagClassName
{
border-color: #BBD363;
}
</style>