Shades of Wild Willow #BBC46A
Tints of Wild Willow #BBC46A
RGB
CMYK
RGB Variations
Color information
#BBC46A (or 0xBBC46A) is known color: Wild Willow. HEX triplet: BB, C4 and 6A. RGB value is (187,196,106). Sum of RGB (Red+Green+Blue) = 187+196+106=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 196 (76.95% from 255 or 40.08% from 489); Blue value is 106 (41.80% from 255 or 21.68% from 489); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC46A is #443B95. Grayscale: #B7B7B7. Windows color (decimal): -4471702 or 6997179. OLE color: 6997179.
HSL color Cylindrical-coordinate representation of color #BBC46A: hue angle of 66º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BBC46A is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 106 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.23 |
| HSL | 66º | 0.43% | 0.59% | - |
| HSV(B) | 66º | 0.46% | 0.77% | - |
| XYZ | 42.83 | 51.09 | 21.24 | - |
| YUV | 183.05 | 84.52 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 106 | 0.05 | 0 | 0.46 | 0.23 | 66 | 0.43 | 0.59 |
| Hex | BB | C4 | 6A | 5 | 0 | 2E | 17 | 42 | 2B | 3B |
| Octal | 273 | 304 | 152 | 5 | 0 | 56 | 27 | 102 | 53 | 73 |
| Binary | 10111011 | 11000100 | 1101010 | 101 | 0 | 101110 | 10111 | 1000010 | 101011 | 111011 |
Color Harmonies of #BBC46A
Complementary color
Monochromatic Colors of #BBC46A
Black with #BBC46A
Text Example
Text Example
White with #BBC46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC46A; }
p { color: rgb(187,196,106); }
H1.HeaderClassName
{
color: #BBC46A;
}
.AnyTagClassName
{
color: #BBC46A;
}
</style>
background-color css
<style>
a { background-color: #BBC46A; }
a { background-color: rgb(187,196,106); }
div.DivClassName
{
background-color: #BBC46A;
}
.BgClassName
{
background-color: #BBC46A;
}
</style>
border-color css
<style>
span { border-color: #BBC46A; }
span { border-color: rgb(187,196,106); }
td.TdClassName
{
border-color: #BBC46A;
}
.TagClassName
{
border-color: #BBC46A;
}
</style>