Shades of Wild Willow #BBC86D
Tints of Wild Willow #BBC86D
RGB
CMYK
RGB Variations
Color information
#BBC86D (or 0xBBC86D) is known color: Wild Willow. HEX triplet: BB, C8 and 6D. RGB value is (187,200,109). Sum of RGB (Red+Green+Blue) = 187+200+109=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC86D is #443792. Grayscale: #BABABA. Windows color (decimal): -4470675 or 7194811. OLE color: 7194811.
HSL color Cylindrical-coordinate representation of color #BBC86D: hue angle of 68.57º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBC86D is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 109 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.22 |
| HSL | 68.57º | 0.45% | 0.61% | - |
| HSV(B) | 68.57º | 0.46% | 0.78% | - |
| XYZ | 43.91 | 52.98 | 22.38 | - |
| YUV | 185.74 | 84.69 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 109 | 0.06 | 0 | 0.46 | 0.22 | 68.57 | 0.45 | 0.61 |
| Hex | BB | C8 | 6D | 6 | 0 | 2E | 16 | 45 | 2D | 3D |
| Octal | 273 | 310 | 155 | 6 | 0 | 56 | 26 | 105 | 55 | 75 |
| Binary | 10111011 | 11001000 | 1101101 | 110 | 0 | 101110 | 10110 | 1000101 | 101101 | 111101 |
Color Harmonies of #BBC86D
Complementary color
Monochromatic Colors of #BBC86D
Black with #BBC86D
Text Example
Text Example
White with #BBC86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC86D; }
p { color: rgb(187,200,109); }
H1.HeaderClassName
{
color: #BBC86D;
}
.AnyTagClassName
{
color: #BBC86D;
}
</style>
background-color css
<style>
a { background-color: #BBC86D; }
a { background-color: rgb(187,200,109); }
div.DivClassName
{
background-color: #BBC86D;
}
.BgClassName
{
background-color: #BBC86D;
}
</style>
border-color css
<style>
span { border-color: #BBC86D; }
span { border-color: rgb(187,200,109); }
td.TdClassName
{
border-color: #BBC86D;
}
.TagClassName
{
border-color: #BBC86D;
}
</style>