Shades of Wild Willow #BBC268
Tints of Wild Willow #BBC268
RGB
CMYK
RGB Variations
Color information
#BBC268 (or 0xBBC268) is known color: Wild Willow. HEX triplet: BB, C2 and 68. RGB value is (187,194,104). Sum of RGB (Red+Green+Blue) = 187+194+104=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 104 (41.02% from 255 or 21.44% from 485); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC268 is #443D97. Grayscale: #B6B6B6. Windows color (decimal): -4472216 or 6865595. OLE color: 6865595.
HSL color Cylindrical-coordinate representation of color #BBC268: hue angle of 64.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BBC268 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 104 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.24 |
| HSL | 64.67º | 0.42% | 0.58% | - |
| HSV(B) | 64.67º | 0.46% | 0.76% | - |
| XYZ | 42.28 | 50.15 | 20.55 | - |
| YUV | 181.65 | 84.18 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 104 | 0.04 | 0 | 0.46 | 0.24 | 64.67 | 0.42 | 0.58 |
| Hex | BB | C2 | 68 | 4 | 0 | 2E | 18 | 41 | 2A | 3A |
| Octal | 273 | 302 | 150 | 4 | 0 | 56 | 30 | 101 | 52 | 72 |
| Binary | 10111011 | 11000010 | 1101000 | 100 | 0 | 101110 | 11000 | 1000001 | 101010 | 111010 |
Color Harmonies of #BBC268
Complementary color
Monochromatic Colors of #BBC268
Black with #BBC268
Text Example
Text Example
White with #BBC268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC268; }
p { color: rgb(187,194,104); }
H1.HeaderClassName
{
color: #BBC268;
}
.AnyTagClassName
{
color: #BBC268;
}
</style>
background-color css
<style>
a { background-color: #BBC268; }
a { background-color: rgb(187,194,104); }
div.DivClassName
{
background-color: #BBC268;
}
.BgClassName
{
background-color: #BBC268;
}
</style>
border-color css
<style>
span { border-color: #BBC268; }
span { border-color: rgb(187,194,104); }
td.TdClassName
{
border-color: #BBC268;
}
.TagClassName
{
border-color: #BBC268;
}
</style>