Shades of Wild Willow #BBC663
Tints of Wild Willow #BBC663
RGB
CMYK
RGB Variations
Color information
#BBC663 (or 0xBBC663) is known color: Wild Willow. HEX triplet: BB, C6 and 63. RGB value is (187,198,99). Sum of RGB (Red+Green+Blue) = 187+198+99=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 198 (77.73% from 255 or 40.91% from 484); Blue value is 99 (39.06% from 255 or 20.45% from 484); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC663 is #44399C. Grayscale: #B7B7B7. Windows color (decimal): -4471197 or 6538939. OLE color: 6538939.
HSL color Cylindrical-coordinate representation of color #BBC663: hue angle of 66.67º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBC663 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 198 | 99 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.22 |
| HSL | 66.67º | 0.46% | 0.58% | - |
| HSV(B) | 66.67º | 0.5% | 0.78% | - |
| XYZ | 42.94 | 51.85 | 19.55 | - |
| YUV | 183.43 | 80.36 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 99 | 0.06 | 0 | 0.50 | 0.22 | 66.67 | 0.46 | 0.58 |
| Hex | BB | C6 | 63 | 6 | 0 | 32 | 16 | 43 | 2E | 3A |
| Octal | 273 | 306 | 143 | 6 | 0 | 62 | 26 | 103 | 56 | 72 |
| Binary | 10111011 | 11000110 | 1100011 | 110 | 0 | 110010 | 10110 | 1000011 | 101110 | 111010 |
Color Harmonies of #BBC663
Complementary color
Monochromatic Colors of #BBC663
Black with #BBC663
Text Example
Text Example
White with #BBC663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC663; }
p { color: rgb(187,198,99); }
H1.HeaderClassName
{
color: #BBC663;
}
.AnyTagClassName
{
color: #BBC663;
}
</style>
background-color css
<style>
a { background-color: #BBC663; }
a { background-color: rgb(187,198,99); }
div.DivClassName
{
background-color: #BBC663;
}
.BgClassName
{
background-color: #BBC663;
}
</style>
border-color css
<style>
span { border-color: #BBC663; }
span { border-color: rgb(187,198,99); }
td.TdClassName
{
border-color: #BBC663;
}
.TagClassName
{
border-color: #BBC663;
}
</style>