Shades of Wild Willow #BBC164
Tints of Wild Willow #BBC164
RGB
CMYK
RGB Variations
Color information
#BBC164 (or 0xBBC164) is known color: Wild Willow. HEX triplet: BB, C1 and 64. RGB value is (187,193,100). Sum of RGB (Red+Green+Blue) = 187+193+100=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 193 (75.78% from 255 or 40.21% from 480); Blue value is 100 (39.45% from 255 or 20.83% from 480); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC164 is #443E9B. Grayscale: #B4B4B4. Windows color (decimal): -4472476 or 6603195. OLE color: 6603195.
HSL color Cylindrical-coordinate representation of color #BBC164: hue angle of 63.87º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBC164 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 100 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.24 |
| HSL | 63.87º | 0.43% | 0.57% | - |
| HSV(B) | 63.87º | 0.48% | 0.76% | - |
| XYZ | 41.86 | 49.62 | 19.43 | - |
| YUV | 180.6 | 82.51 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 100 | 0.03 | 0 | 0.48 | 0.24 | 63.87 | 0.43 | 0.57 |
| Hex | BB | C1 | 64 | 3 | 0 | 30 | 18 | 40 | 2B | 39 |
| Octal | 273 | 301 | 144 | 3 | 0 | 60 | 30 | 100 | 53 | 71 |
| Binary | 10111011 | 11000001 | 1100100 | 11 | 0 | 110000 | 11000 | 1000000 | 101011 | 111001 |
Color Harmonies of #BBC164
Complementary color
Monochromatic Colors of #BBC164
Black with #BBC164
Text Example
Text Example
White with #BBC164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC164; }
p { color: rgb(187,193,100); }
H1.HeaderClassName
{
color: #BBC164;
}
.AnyTagClassName
{
color: #BBC164;
}
</style>
background-color css
<style>
a { background-color: #BBC164; }
a { background-color: rgb(187,193,100); }
div.DivClassName
{
background-color: #BBC164;
}
.BgClassName
{
background-color: #BBC164;
}
</style>
border-color css
<style>
span { border-color: #BBC164; }
span { border-color: rgb(187,193,100); }
td.TdClassName
{
border-color: #BBC164;
}
.TagClassName
{
border-color: #BBC164;
}
</style>