Shades of Wild Willow #BBC066
Tints of Wild Willow #BBC066
RGB
CMYK
RGB Variations
Color information
#BBC066 (or 0xBBC066) is known color: Wild Willow. HEX triplet: BB, C0 and 66. RGB value is (187,192,102). Sum of RGB (Red+Green+Blue) = 187+192+102=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC066 is #443F99. Grayscale: #B4B4B4. Windows color (decimal): -4472730 or 6734011. OLE color: 6734011.
HSL color Cylindrical-coordinate representation of color #BBC066: hue angle of 63.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBC066 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 102 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.25 |
| HSL | 63.33º | 0.42% | 0.58% | - |
| HSV(B) | 63.33º | 0.47% | 0.75% | - |
| XYZ | 41.74 | 49.22 | 19.87 | - |
| YUV | 180.25 | 83.84 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 102 | 0.03 | 0 | 0.47 | 0.25 | 63.33 | 0.42 | 0.58 |
| Hex | BB | C0 | 66 | 3 | 0 | 2F | 19 | 3F | 2A | 3A |
| Octal | 273 | 300 | 146 | 3 | 0 | 57 | 31 | 77 | 52 | 72 |
| Binary | 10111011 | 11000000 | 1100110 | 11 | 0 | 101111 | 11001 | 111111 | 101010 | 111010 |
Color Harmonies of #BBC066
Complementary color
Monochromatic Colors of #BBC066
Black with #BBC066
Text Example
Text Example
White with #BBC066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC066; }
p { color: rgb(187,192,102); }
H1.HeaderClassName
{
color: #BBC066;
}
.AnyTagClassName
{
color: #BBC066;
}
</style>
background-color css
<style>
a { background-color: #BBC066; }
a { background-color: rgb(187,192,102); }
div.DivClassName
{
background-color: #BBC066;
}
.BgClassName
{
background-color: #BBC066;
}
</style>
border-color css
<style>
span { border-color: #BBC066; }
span { border-color: rgb(187,192,102); }
td.TdClassName
{
border-color: #BBC066;
}
.TagClassName
{
border-color: #BBC066;
}
</style>