Shades of Wild Willow #BBC364
Tints of Wild Willow #BBC364
RGB
CMYK
RGB Variations
Color information
#BBC364 (or 0xBBC364) is known color: Wild Willow. HEX triplet: BB, C3 and 64. RGB value is (187,195,100). Sum of RGB (Red+Green+Blue) = 187+195+100=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 100 (39.45% from 255 or 20.75% from 482); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC364 is #443C9B. Grayscale: #B6B6B6. Windows color (decimal): -4471964 or 6603707. OLE color: 6603707.
HSL color Cylindrical-coordinate representation of color #BBC364: hue angle of 65.05º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BBC364 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 195 | 100 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.24 |
| HSL | 65.05º | 0.44% | 0.58% | - |
| HSV(B) | 65.05º | 0.49% | 0.76% | - |
| XYZ | 42.31 | 50.52 | 19.58 | - |
| YUV | 181.78 | 81.85 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 100 | 0.04 | 0 | 0.49 | 0.24 | 65.05 | 0.44 | 0.58 |
| Hex | BB | C3 | 64 | 4 | 0 | 31 | 18 | 41 | 2C | 3A |
| Octal | 273 | 303 | 144 | 4 | 0 | 61 | 30 | 101 | 54 | 72 |
| Binary | 10111011 | 11000011 | 1100100 | 100 | 0 | 110001 | 11000 | 1000001 | 101100 | 111010 |
Color Harmonies of #BBC364
Complementary color
Monochromatic Colors of #BBC364
Black with #BBC364
Text Example
Text Example
White with #BBC364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC364; }
p { color: rgb(187,195,100); }
H1.HeaderClassName
{
color: #BBC364;
}
.AnyTagClassName
{
color: #BBC364;
}
</style>
background-color css
<style>
a { background-color: #BBC364; }
a { background-color: rgb(187,195,100); }
div.DivClassName
{
background-color: #BBC364;
}
.BgClassName
{
background-color: #BBC364;
}
</style>
border-color css
<style>
span { border-color: #BBC364; }
span { border-color: rgb(187,195,100); }
td.TdClassName
{
border-color: #BBC364;
}
.TagClassName
{
border-color: #BBC364;
}
</style>