Shades of Wild Willow #BBC966
Tints of Wild Willow #BBC966
RGB
CMYK
RGB Variations
Color information
#BBC966 (or 0xBBC966) is known color: Wild Willow. HEX triplet: BB, C9 and 66. RGB value is (187,201,102). Sum of RGB (Red+Green+Blue) = 187+201+102=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 102 (40.23% from 255 or 20.82% from 490); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC966 is #443699. Grayscale: #B9B9B9. Windows color (decimal): -4470426 or 6736315. OLE color: 6736315.
HSL color Cylindrical-coordinate representation of color #BBC966: hue angle of 68.48º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BBC966 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 102 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.21 |
| HSL | 68.48º | 0.48% | 0.59% | - |
| HSV(B) | 68.48º | 0.49% | 0.79% | - |
| XYZ | 43.78 | 53.3 | 20.55 | - |
| YUV | 185.53 | 80.86 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 102 | 0.07 | 0 | 0.49 | 0.21 | 68.48 | 0.48 | 0.59 |
| Hex | BB | C9 | 66 | 7 | 0 | 31 | 15 | 44 | 30 | 3B |
| Octal | 273 | 311 | 146 | 7 | 0 | 61 | 25 | 104 | 60 | 73 |
| Binary | 10111011 | 11001001 | 1100110 | 111 | 0 | 110001 | 10101 | 1000100 | 110000 | 111011 |
Color Harmonies of #BBC966
Complementary color
Monochromatic Colors of #BBC966
Black with #BBC966
Text Example
Text Example
White with #BBC966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC966; }
p { color: rgb(187,201,102); }
H1.HeaderClassName
{
color: #BBC966;
}
.AnyTagClassName
{
color: #BBC966;
}
</style>
background-color css
<style>
a { background-color: #BBC966; }
a { background-color: rgb(187,201,102); }
div.DivClassName
{
background-color: #BBC966;
}
.BgClassName
{
background-color: #BBC966;
}
</style>
border-color css
<style>
span { border-color: #BBC966; }
span { border-color: rgb(187,201,102); }
td.TdClassName
{
border-color: #BBC966;
}
.TagClassName
{
border-color: #BBC966;
}
</style>