Shades of Wild Willow #BBC365
Tints of Wild Willow #BBC365
RGB
CMYK
RGB Variations
Color information
#BBC365 (or 0xBBC365) is known color: Wild Willow. HEX triplet: BB, C3 and 65. RGB value is (187,195,101). Sum of RGB (Red+Green+Blue) = 187+195+101=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 195 (76.56% from 255 or 40.37% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC365 is #443C9A. Grayscale: #B6B6B6. Windows color (decimal): -4471963 or 6669243. OLE color: 6669243.
HSL color Cylindrical-coordinate representation of color #BBC365: hue angle of 65.11º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBC365 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 195 | 101 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.24 |
| HSL | 65.11º | 0.44% | 0.58% | - |
| HSV(B) | 65.11º | 0.48% | 0.76% | - |
| XYZ | 42.36 | 50.53 | 19.83 | - |
| YUV | 181.89 | 82.35 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 101 | 0.04 | 0 | 0.48 | 0.24 | 65.11 | 0.44 | 0.58 |
| Hex | BB | C3 | 65 | 4 | 0 | 30 | 18 | 41 | 2C | 3A |
| Octal | 273 | 303 | 145 | 4 | 0 | 60 | 30 | 101 | 54 | 72 |
| Binary | 10111011 | 11000011 | 1100101 | 100 | 0 | 110000 | 11000 | 1000001 | 101100 | 111010 |
Color Harmonies of #BBC365
Complementary color
Monochromatic Colors of #BBC365
Black with #BBC365
Text Example
Text Example
White with #BBC365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC365; }
p { color: rgb(187,195,101); }
H1.HeaderClassName
{
color: #BBC365;
}
.AnyTagClassName
{
color: #BBC365;
}
</style>
background-color css
<style>
a { background-color: #BBC365; }
a { background-color: rgb(187,195,101); }
div.DivClassName
{
background-color: #BBC365;
}
.BgClassName
{
background-color: #BBC365;
}
</style>
border-color css
<style>
span { border-color: #BBC365; }
span { border-color: rgb(187,195,101); }
td.TdClassName
{
border-color: #BBC365;
}
.TagClassName
{
border-color: #BBC365;
}
</style>