Shades of Wild Willow #BBC66C
Tints of Wild Willow #BBC66C
RGB
CMYK
RGB Variations
Color information
#BBC66C (or 0xBBC66C) is known color: Wild Willow. HEX triplet: BB, C6 and 6C. RGB value is (187,198,108). Sum of RGB (Red+Green+Blue) = 187+198+108=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 108 (42.58% from 255 or 21.91% from 493); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC66C is #443993. Grayscale: #B8B8B8. Windows color (decimal): -4471188 or 7128763. OLE color: 7128763.
HSL color Cylindrical-coordinate representation of color #BBC66C: hue angle of 67.33º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBC66C is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 198 | 108 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.22 |
| HSL | 67.33º | 0.44% | 0.6% | - |
| HSV(B) | 67.33º | 0.45% | 0.78% | - |
| XYZ | 43.39 | 52.04 | 21.94 | - |
| YUV | 184.45 | 84.86 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 108 | 0.06 | 0 | 0.45 | 0.22 | 67.33 | 0.44 | 0.6 |
| Hex | BB | C6 | 6C | 6 | 0 | 2D | 16 | 43 | 2C | 3C |
| Octal | 273 | 306 | 154 | 6 | 0 | 55 | 26 | 103 | 54 | 74 |
| Binary | 10111011 | 11000110 | 1101100 | 110 | 0 | 101101 | 10110 | 1000011 | 101100 | 111100 |
Color Harmonies of #BBC66C
Complementary color
Monochromatic Colors of #BBC66C
Black with #BBC66C
Text Example
Text Example
White with #BBC66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC66C; }
p { color: rgb(187,198,108); }
H1.HeaderClassName
{
color: #BBC66C;
}
.AnyTagClassName
{
color: #BBC66C;
}
</style>
background-color css
<style>
a { background-color: #BBC66C; }
a { background-color: rgb(187,198,108); }
div.DivClassName
{
background-color: #BBC66C;
}
.BgClassName
{
background-color: #BBC66C;
}
</style>
border-color css
<style>
span { border-color: #BBC66C; }
span { border-color: rgb(187,198,108); }
td.TdClassName
{
border-color: #BBC66C;
}
.TagClassName
{
border-color: #BBC66C;
}
</style>