Shades of Wild Willow #BBC563
Tints of Wild Willow #BBC563
RGB
CMYK
RGB Variations
Color information
#BBC563 (or 0xBBC563) is known color: Wild Willow. HEX triplet: BB, C5 and 63. RGB value is (187,197,99). Sum of RGB (Red+Green+Blue) = 187+197+99=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 99 (39.06% from 255 or 20.50% from 483); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC563 is #443A9C. Grayscale: #B7B7B7. Windows color (decimal): -4471453 or 6538683. OLE color: 6538683.
HSL color Cylindrical-coordinate representation of color #BBC563: hue angle of 66.12º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBC563 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 99 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.23 |
| HSL | 66.12º | 0.46% | 0.58% | - |
| HSV(B) | 66.12º | 0.5% | 0.77% | - |
| XYZ | 42.71 | 51.4 | 19.47 | - |
| YUV | 182.84 | 80.69 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 99 | 0.05 | 0 | 0.50 | 0.23 | 66.12 | 0.46 | 0.58 |
| Hex | BB | C5 | 63 | 5 | 0 | 32 | 17 | 42 | 2E | 3A |
| Octal | 273 | 305 | 143 | 5 | 0 | 62 | 27 | 102 | 56 | 72 |
| Binary | 10111011 | 11000101 | 1100011 | 101 | 0 | 110010 | 10111 | 1000010 | 101110 | 111010 |
Color Harmonies of #BBC563
Complementary color
Monochromatic Colors of #BBC563
Black with #BBC563
Text Example
Text Example
White with #BBC563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC563; }
p { color: rgb(187,197,99); }
H1.HeaderClassName
{
color: #BBC563;
}
.AnyTagClassName
{
color: #BBC563;
}
</style>
background-color css
<style>
a { background-color: #BBC563; }
a { background-color: rgb(187,197,99); }
div.DivClassName
{
background-color: #BBC563;
}
.BgClassName
{
background-color: #BBC563;
}
</style>
border-color css
<style>
span { border-color: #BBC563; }
span { border-color: rgb(187,197,99); }
td.TdClassName
{
border-color: #BBC563;
}
.TagClassName
{
border-color: #BBC563;
}
</style>