Shades of Wild Willow #BBC46B
Tints of Wild Willow #BBC46B
RGB
CMYK
RGB Variations
Color information
#BBC46B (or 0xBBC46B) is known color: Wild Willow. HEX triplet: BB, C4 and 6B. RGB value is (187,196,107). Sum of RGB (Red+Green+Blue) = 187+196+107=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 196 (76.95% from 255 or 40% from 490); Blue value is 107 (42.19% from 255 or 21.84% from 490); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC46B is #443B94. Grayscale: #B7B7B7. Windows color (decimal): -4471701 or 7062715. OLE color: 7062715.
HSL color Cylindrical-coordinate representation of color #BBC46B: hue angle of 66.07º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBC46B is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 107 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.23 |
| HSL | 66.07º | 0.43% | 0.59% | - |
| HSV(B) | 66.07º | 0.45% | 0.77% | - |
| XYZ | 42.89 | 51.11 | 21.51 | - |
| YUV | 183.16 | 85.02 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 107 | 0.05 | 0 | 0.45 | 0.23 | 66.07 | 0.43 | 0.59 |
| Hex | BB | C4 | 6B | 5 | 0 | 2D | 17 | 42 | 2B | 3B |
| Octal | 273 | 304 | 153 | 5 | 0 | 55 | 27 | 102 | 53 | 73 |
| Binary | 10111011 | 11000100 | 1101011 | 101 | 0 | 101101 | 10111 | 1000010 | 101011 | 111011 |
Color Harmonies of #BBC46B
Complementary color
Monochromatic Colors of #BBC46B
Black with #BBC46B
Text Example
Text Example
White with #BBC46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC46B; }
p { color: rgb(187,196,107); }
H1.HeaderClassName
{
color: #BBC46B;
}
.AnyTagClassName
{
color: #BBC46B;
}
</style>
background-color css
<style>
a { background-color: #BBC46B; }
a { background-color: rgb(187,196,107); }
div.DivClassName
{
background-color: #BBC46B;
}
.BgClassName
{
background-color: #BBC46B;
}
</style>
border-color css
<style>
span { border-color: #BBC46B; }
span { border-color: rgb(187,196,107); }
td.TdClassName
{
border-color: #BBC46B;
}
.TagClassName
{
border-color: #BBC46B;
}
</style>