Shades of Wild Willow #BBC16B
Tints of Wild Willow #BBC16B
RGB
CMYK
RGB Variations
Color information
#BBC16B (or 0xBBC16B) is known color: Wild Willow. HEX triplet: BB, C1 and 6B. RGB value is (187,193,107). Sum of RGB (Red+Green+Blue) = 187+193+107=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 107 (42.19% from 255 or 21.97% from 487); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC16B is #443E94. Grayscale: #B5B5B5. Windows color (decimal): -4472469 or 7061947. OLE color: 7061947.
HSL color Cylindrical-coordinate representation of color #BBC16B: hue angle of 64.19º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBC16B is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 107 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.24 |
| HSL | 64.19º | 0.41% | 0.59% | - |
| HSV(B) | 64.19º | 0.45% | 0.76% | - |
| XYZ | 42.22 | 49.77 | 21.29 | - |
| YUV | 181.4 | 86.01 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 107 | 0.03 | 0 | 0.45 | 0.24 | 64.19 | 0.41 | 0.59 |
| Hex | BB | C1 | 6B | 3 | 0 | 2D | 18 | 40 | 29 | 3B |
| Octal | 273 | 301 | 153 | 3 | 0 | 55 | 30 | 100 | 51 | 73 |
| Binary | 10111011 | 11000001 | 1101011 | 11 | 0 | 101101 | 11000 | 1000000 | 101001 | 111011 |
Color Harmonies of #BBC16B
Complementary color
Monochromatic Colors of #BBC16B
Black with #BBC16B
Text Example
Text Example
White with #BBC16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC16B; }
p { color: rgb(187,193,107); }
H1.HeaderClassName
{
color: #BBC16B;
}
.AnyTagClassName
{
color: #BBC16B;
}
</style>
background-color css
<style>
a { background-color: #BBC16B; }
a { background-color: rgb(187,193,107); }
div.DivClassName
{
background-color: #BBC16B;
}
.BgClassName
{
background-color: #BBC16B;
}
</style>
border-color css
<style>
span { border-color: #BBC16B; }
span { border-color: rgb(187,193,107); }
td.TdClassName
{
border-color: #BBC16B;
}
.TagClassName
{
border-color: #BBC16B;
}
</style>