Shades of Wild Willow #BBC168
Tints of Wild Willow #BBC168
RGB
CMYK
RGB Variations
Color information
#BBC168 (or 0xBBC168) is known color: Wild Willow. HEX triplet: BB, C1 and 68. RGB value is (187,193,104). Sum of RGB (Red+Green+Blue) = 187+193+104=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC168 is #443E97. Grayscale: #B5B5B5. Windows color (decimal): -4472472 or 6865339. OLE color: 6865339.
HSL color Cylindrical-coordinate representation of color #BBC168: hue angle of 64.04º 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 #BBC168 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 104 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.24 |
| HSL | 64.04º | 0.42% | 0.58% | - |
| HSV(B) | 64.04º | 0.46% | 0.76% | - |
| XYZ | 42.06 | 49.7 | 20.47 | - |
| YUV | 181.06 | 84.51 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 104 | 0.03 | 0 | 0.46 | 0.24 | 64.04 | 0.42 | 0.58 |
| Hex | BB | C1 | 68 | 3 | 0 | 2E | 18 | 40 | 2A | 3A |
| Octal | 273 | 301 | 150 | 3 | 0 | 56 | 30 | 100 | 52 | 72 |
| Binary | 10111011 | 11000001 | 1101000 | 11 | 0 | 101110 | 11000 | 1000000 | 101010 | 111010 |
Color Harmonies of #BBC168
Complementary color
Monochromatic Colors of #BBC168
Black with #BBC168
Text Example
Text Example
White with #BBC168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC168; }
p { color: rgb(187,193,104); }
H1.HeaderClassName
{
color: #BBC168;
}
.AnyTagClassName
{
color: #BBC168;
}
</style>
background-color css
<style>
a { background-color: #BBC168; }
a { background-color: rgb(187,193,104); }
div.DivClassName
{
background-color: #BBC168;
}
.BgClassName
{
background-color: #BBC168;
}
</style>
border-color css
<style>
span { border-color: #BBC168; }
span { border-color: rgb(187,193,104); }
td.TdClassName
{
border-color: #BBC168;
}
.TagClassName
{
border-color: #BBC168;
}
</style>