Shades of Wild Willow #BBC36D
Tints of Wild Willow #BBC36D
RGB
CMYK
RGB Variations
Color information
#BBC36D (or 0xBBC36D) is known color: Wild Willow. HEX triplet: BB, C3 and 6D. RGB value is (187,195,109). Sum of RGB (Red+Green+Blue) = 187+195+109=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 195 (76.56% from 255 or 39.71% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC36D is #443C92. Grayscale: #B7B7B7. Windows color (decimal): -4471955 or 7193531. OLE color: 7193531.
HSL color Cylindrical-coordinate representation of color #BBC36D: hue angle of 65.58º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBC36D is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 195 | 109 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.24 |
| HSL | 65.58º | 0.42% | 0.6% | - |
| HSV(B) | 65.58º | 0.44% | 0.76% | - |
| XYZ | 42.77 | 50.7 | 22 | - |
| YUV | 182.8 | 86.35 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 109 | 0.04 | 0 | 0.44 | 0.24 | 65.58 | 0.42 | 0.6 |
| Hex | BB | C3 | 6D | 4 | 0 | 2C | 18 | 42 | 2A | 3C |
| Octal | 273 | 303 | 155 | 4 | 0 | 54 | 30 | 102 | 52 | 74 |
| Binary | 10111011 | 11000011 | 1101101 | 100 | 0 | 101100 | 11000 | 1000010 | 101010 | 111100 |
Color Harmonies of #BBC36D
Complementary color
Monochromatic Colors of #BBC36D
Black with #BBC36D
Text Example
Text Example
White with #BBC36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC36D; }
p { color: rgb(187,195,109); }
H1.HeaderClassName
{
color: #BBC36D;
}
.AnyTagClassName
{
color: #BBC36D;
}
</style>
background-color css
<style>
a { background-color: #BBC36D; }
a { background-color: rgb(187,195,109); }
div.DivClassName
{
background-color: #BBC36D;
}
.BgClassName
{
background-color: #BBC36D;
}
</style>
border-color css
<style>
span { border-color: #BBC36D; }
span { border-color: rgb(187,195,109); }
td.TdClassName
{
border-color: #BBC36D;
}
.TagClassName
{
border-color: #BBC36D;
}
</style>