Shades of Wild Willow #BBC466
Tints of Wild Willow #BBC466
RGB
CMYK
RGB Variations
Color information
#BBC466 (or 0xBBC466) is known color: Wild Willow. HEX triplet: BB, C4 and 66. RGB value is (187,196,102). Sum of RGB (Red+Green+Blue) = 187+196+102=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 196 (76.95% from 255 or 40.41% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC466 is #443B99. Grayscale: #B6B6B6. Windows color (decimal): -4471706 or 6735035. OLE color: 6735035.
HSL color Cylindrical-coordinate representation of color #BBC466: hue angle of 65.74º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBC466 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 102 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.23 |
| HSL | 65.74º | 0.44% | 0.58% | - |
| HSV(B) | 65.74º | 0.48% | 0.77% | - |
| XYZ | 42.63 | 51 | 20.17 | - |
| YUV | 182.59 | 82.52 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 102 | 0.05 | 0 | 0.48 | 0.23 | 65.74 | 0.44 | 0.58 |
| Hex | BB | C4 | 66 | 5 | 0 | 30 | 17 | 42 | 2C | 3A |
| Octal | 273 | 304 | 146 | 5 | 0 | 60 | 27 | 102 | 54 | 72 |
| Binary | 10111011 | 11000100 | 1100110 | 101 | 0 | 110000 | 10111 | 1000010 | 101100 | 111010 |
Color Harmonies of #BBC466
Complementary color
Monochromatic Colors of #BBC466
Black with #BBC466
Text Example
Text Example
White with #BBC466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC466; }
p { color: rgb(187,196,102); }
H1.HeaderClassName
{
color: #BBC466;
}
.AnyTagClassName
{
color: #BBC466;
}
</style>
background-color css
<style>
a { background-color: #BBC466; }
a { background-color: rgb(187,196,102); }
div.DivClassName
{
background-color: #BBC466;
}
.BgClassName
{
background-color: #BBC466;
}
</style>
border-color css
<style>
span { border-color: #BBC466; }
span { border-color: rgb(187,196,102); }
td.TdClassName
{
border-color: #BBC466;
}
.TagClassName
{
border-color: #BBC466;
}
</style>