Shades of Wild Willow #BBC96D
Tints of Wild Willow #BBC96D
RGB
CMYK
RGB Variations
Color information
#BBC96D (or 0xBBC96D) is known color: Wild Willow. HEX triplet: BB, C9 and 6D. RGB value is (187,201,109). Sum of RGB (Red+Green+Blue) = 187+201+109=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 109 (42.97% from 255 or 21.93% from 497); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC96D is #443692. Grayscale: #BABABA. Windows color (decimal): -4470419 or 7195067. OLE color: 7195067.
HSL color Cylindrical-coordinate representation of color #BBC96D: hue angle of 69.13º 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 #BBC96D is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 109 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.21 |
| HSL | 69.13º | 0.46% | 0.61% | - |
| HSV(B) | 69.13º | 0.46% | 0.79% | - |
| XYZ | 44.14 | 53.44 | 22.46 | - |
| YUV | 186.33 | 84.36 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 109 | 0.07 | 0 | 0.46 | 0.21 | 69.13 | 0.46 | 0.61 |
| Hex | BB | C9 | 6D | 7 | 0 | 2E | 15 | 45 | 2E | 3D |
| Octal | 273 | 311 | 155 | 7 | 0 | 56 | 25 | 105 | 56 | 75 |
| Binary | 10111011 | 11001001 | 1101101 | 111 | 0 | 101110 | 10101 | 1000101 | 101110 | 111101 |
Color Harmonies of #BBC96D
Complementary color
Monochromatic Colors of #BBC96D
Black with #BBC96D
Text Example
Text Example
White with #BBC96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC96D; }
p { color: rgb(187,201,109); }
H1.HeaderClassName
{
color: #BBC96D;
}
.AnyTagClassName
{
color: #BBC96D;
}
</style>
background-color css
<style>
a { background-color: #BBC96D; }
a { background-color: rgb(187,201,109); }
div.DivClassName
{
background-color: #BBC96D;
}
.BgClassName
{
background-color: #BBC96D;
}
</style>
border-color css
<style>
span { border-color: #BBC96D; }
span { border-color: rgb(187,201,109); }
td.TdClassName
{
border-color: #BBC96D;
}
.TagClassName
{
border-color: #BBC96D;
}
</style>