Shades of Wild Willow #BBC061
Tints of Wild Willow #BBC061
RGB
CMYK
RGB Variations
Color information
#BBC061 (or 0xBBC061) is known color: Wild Willow. HEX triplet: BB, C0 and 61. RGB value is (187,192,97). Sum of RGB (Red+Green+Blue) = 187+192+97=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 97 (38.28% from 255 or 20.38% from 476); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC061 is #443F9E. Grayscale: #B4B4B4. Windows color (decimal): -4472735 or 6406331. OLE color: 6406331.
HSL color Cylindrical-coordinate representation of color #BBC061: hue angle of 63.16º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BBC061 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 97 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.25 |
| HSL | 63.16º | 0.43% | 0.57% | - |
| HSV(B) | 63.16º | 0.49% | 0.75% | - |
| XYZ | 41.5 | 49.13 | 18.6 | - |
| YUV | 179.68 | 81.34 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 97 | 0.03 | 0 | 0.49 | 0.25 | 63.16 | 0.43 | 0.57 |
| Hex | BB | C0 | 61 | 3 | 0 | 31 | 19 | 3F | 2B | 39 |
| Octal | 273 | 300 | 141 | 3 | 0 | 61 | 31 | 77 | 53 | 71 |
| Binary | 10111011 | 11000000 | 1100001 | 11 | 0 | 110001 | 11001 | 111111 | 101011 | 111001 |
Color Harmonies of #BBC061
Complementary color
Monochromatic Colors of #BBC061
Black with #BBC061
Text Example
Text Example
White with #BBC061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC061; }
p { color: rgb(187,192,97); }
H1.HeaderClassName
{
color: #BBC061;
}
.AnyTagClassName
{
color: #BBC061;
}
</style>
background-color css
<style>
a { background-color: #BBC061; }
a { background-color: rgb(187,192,97); }
div.DivClassName
{
background-color: #BBC061;
}
.BgClassName
{
background-color: #BBC061;
}
</style>
border-color css
<style>
span { border-color: #BBC061; }
span { border-color: rgb(187,192,97); }
td.TdClassName
{
border-color: #BBC061;
}
.TagClassName
{
border-color: #BBC061;
}
</style>