Shades of Wild Willow #BBC96C
Tints of Wild Willow #BBC96C
RGB
CMYK
RGB Variations
Color information
#BBC96C (or 0xBBC96C) is known color: Wild Willow. HEX triplet: BB, C9 and 6C. RGB value is (187,201,108). Sum of RGB (Red+Green+Blue) = 187+201+108=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 108 (42.58% from 255 or 21.77% from 496); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC96C is #443693. Grayscale: #BABABA. Windows color (decimal): -4470420 or 7129531. OLE color: 7129531.
HSL color Cylindrical-coordinate representation of color #BBC96C: hue angle of 69.03º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BBC96C is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 108 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.21 |
| HSL | 69.03º | 0.46% | 0.61% | - |
| HSV(B) | 69.03º | 0.46% | 0.79% | - |
| XYZ | 44.09 | 53.42 | 22.17 | - |
| YUV | 186.21 | 83.86 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 108 | 0.07 | 0 | 0.46 | 0.21 | 69.03 | 0.46 | 0.61 |
| Hex | BB | C9 | 6C | 7 | 0 | 2E | 15 | 45 | 2E | 3D |
| Octal | 273 | 311 | 154 | 7 | 0 | 56 | 25 | 105 | 56 | 75 |
| Binary | 10111011 | 11001001 | 1101100 | 111 | 0 | 101110 | 10101 | 1000101 | 101110 | 111101 |
Color Harmonies of #BBC96C
Complementary color
Monochromatic Colors of #BBC96C
Black with #BBC96C
Text Example
Text Example
White with #BBC96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC96C; }
p { color: rgb(187,201,108); }
H1.HeaderClassName
{
color: #BBC96C;
}
.AnyTagClassName
{
color: #BBC96C;
}
</style>
background-color css
<style>
a { background-color: #BBC96C; }
a { background-color: rgb(187,201,108); }
div.DivClassName
{
background-color: #BBC96C;
}
.BgClassName
{
background-color: #BBC96C;
}
</style>
border-color css
<style>
span { border-color: #BBC96C; }
span { border-color: rgb(187,201,108); }
td.TdClassName
{
border-color: #BBC96C;
}
.TagClassName
{
border-color: #BBC96C;
}
</style>