Shades of Wild Willow #BBC86C
Tints of Wild Willow #BBC86C
RGB
CMYK
RGB Variations
Color information
#BBC86C (or 0xBBC86C) is known color: Wild Willow. HEX triplet: BB, C8 and 6C. RGB value is (187,200,108). Sum of RGB (Red+Green+Blue) = 187+200+108=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC86C is #443793. Grayscale: #B9B9B9. Windows color (decimal): -4470676 or 7129275. OLE color: 7129275.
HSL color Cylindrical-coordinate representation of color #BBC86C: hue angle of 68.48º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BBC86C is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 108 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.22 |
| HSL | 68.48º | 0.46% | 0.6% | - |
| HSV(B) | 68.48º | 0.46% | 0.78% | - |
| XYZ | 43.85 | 52.96 | 22.1 | - |
| YUV | 185.63 | 84.19 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 108 | 0.06 | 0 | 0.46 | 0.22 | 68.48 | 0.46 | 0.6 |
| Hex | BB | C8 | 6C | 6 | 0 | 2E | 16 | 44 | 2E | 3C |
| Octal | 273 | 310 | 154 | 6 | 0 | 56 | 26 | 104 | 56 | 74 |
| Binary | 10111011 | 11001000 | 1101100 | 110 | 0 | 101110 | 10110 | 1000100 | 101110 | 111100 |
Color Harmonies of #BBC86C
Complementary color
Monochromatic Colors of #BBC86C
Black with #BBC86C
Text Example
Text Example
White with #BBC86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC86C; }
p { color: rgb(187,200,108); }
H1.HeaderClassName
{
color: #BBC86C;
}
.AnyTagClassName
{
color: #BBC86C;
}
</style>
background-color css
<style>
a { background-color: #BBC86C; }
a { background-color: rgb(187,200,108); }
div.DivClassName
{
background-color: #BBC86C;
}
.BgClassName
{
background-color: #BBC86C;
}
</style>
border-color css
<style>
span { border-color: #BBC86C; }
span { border-color: rgb(187,200,108); }
td.TdClassName
{
border-color: #BBC86C;
}
.TagClassName
{
border-color: #BBC86C;
}
</style>