Shades of Wild Willow #BBC868
Tints of Wild Willow #BBC868
RGB
CMYK
RGB Variations
Color information
#BBC868 (or 0xBBC868) is known color: Wild Willow. HEX triplet: BB, C8 and 68. RGB value is (187,200,104). Sum of RGB (Red+Green+Blue) = 187+200+104=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 200 (78.52% from 255 or 40.73% from 491); Blue value is 104 (41.02% from 255 or 21.18% from 491); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC868 is #443797. Grayscale: #B9B9B9. Windows color (decimal): -4470680 or 6867131. OLE color: 6867131.
HSL color Cylindrical-coordinate representation of color #BBC868: hue angle of 68.13º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBC868 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 104 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.22 |
| HSL | 68.13º | 0.47% | 0.6% | - |
| HSV(B) | 68.13º | 0.48% | 0.78% | - |
| XYZ | 43.65 | 52.87 | 21 | - |
| YUV | 185.17 | 82.19 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 104 | 0.06 | 0 | 0.48 | 0.22 | 68.13 | 0.47 | 0.6 |
| Hex | BB | C8 | 68 | 6 | 0 | 30 | 16 | 44 | 2F | 3C |
| Octal | 273 | 310 | 150 | 6 | 0 | 60 | 26 | 104 | 57 | 74 |
| Binary | 10111011 | 11001000 | 1101000 | 110 | 0 | 110000 | 10110 | 1000100 | 101111 | 111100 |
Color Harmonies of #BBC868
Complementary color
Monochromatic Colors of #BBC868
Black with #BBC868
Text Example
Text Example
White with #BBC868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC868; }
p { color: rgb(187,200,104); }
H1.HeaderClassName
{
color: #BBC868;
}
.AnyTagClassName
{
color: #BBC868;
}
</style>
background-color css
<style>
a { background-color: #BBC868; }
a { background-color: rgb(187,200,104); }
div.DivClassName
{
background-color: #BBC868;
}
.BgClassName
{
background-color: #BBC868;
}
</style>
border-color css
<style>
span { border-color: #BBC868; }
span { border-color: rgb(187,200,104); }
td.TdClassName
{
border-color: #BBC868;
}
.TagClassName
{
border-color: #BBC868;
}
</style>