Shades of Wild Willow #BBC46E
Tints of Wild Willow #BBC46E
RGB
CMYK
RGB Variations
Color information
#BBC46E (or 0xBBC46E) is known color: Wild Willow. HEX triplet: BB, C4 and 6E. RGB value is (187,196,110). Sum of RGB (Red+Green+Blue) = 187+196+110=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 110 (43.36% from 255 or 22.31% from 493); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC46E is #443B91. Grayscale: #B7B7B7. Windows color (decimal): -4471698 or 7259323. OLE color: 7259323.
HSL color Cylindrical-coordinate representation of color #BBC46E: hue angle of 66.28º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBC46E is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 110 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.23 |
| HSL | 66.28º | 0.42% | 0.6% | - |
| HSV(B) | 66.28º | 0.44% | 0.77% | - |
| XYZ | 43.05 | 51.17 | 22.36 | - |
| YUV | 183.51 | 86.52 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 110 | 0.05 | 0 | 0.44 | 0.23 | 66.28 | 0.42 | 0.6 |
| Hex | BB | C4 | 6E | 5 | 0 | 2C | 17 | 42 | 2A | 3C |
| Octal | 273 | 304 | 156 | 5 | 0 | 54 | 27 | 102 | 52 | 74 |
| Binary | 10111011 | 11000100 | 1101110 | 101 | 0 | 101100 | 10111 | 1000010 | 101010 | 111100 |
Color Harmonies of #BBC46E
Complementary color
Monochromatic Colors of #BBC46E
Black with #BBC46E
Text Example
Text Example
White with #BBC46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC46E; }
p { color: rgb(187,196,110); }
H1.HeaderClassName
{
color: #BBC46E;
}
.AnyTagClassName
{
color: #BBC46E;
}
</style>
background-color css
<style>
a { background-color: #BBC46E; }
a { background-color: rgb(187,196,110); }
div.DivClassName
{
background-color: #BBC46E;
}
.BgClassName
{
background-color: #BBC46E;
}
</style>
border-color css
<style>
span { border-color: #BBC46E; }
span { border-color: rgb(187,196,110); }
td.TdClassName
{
border-color: #BBC46E;
}
.TagClassName
{
border-color: #BBC46E;
}
</style>