Shades of Wild Willow #BBC960
Tints of Wild Willow #BBC960
RGB
CMYK
RGB Variations
Color information
#BBC960 (or 0xBBC960) is known color: Wild Willow. HEX triplet: BB, C9 and 60. RGB value is (187,201,96). Sum of RGB (Red+Green+Blue) = 187+201+96=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 96 (37.89% from 255 or 19.83% from 484); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC960 is #44369F. Grayscale: #B9B9B9. Windows color (decimal): -4470432 or 6343099. OLE color: 6343099.
HSL color Cylindrical-coordinate representation of color #BBC960: hue angle of 68º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBC960 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 96 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.21 |
| HSL | 68º | 0.49% | 0.58% | - |
| HSV(B) | 68º | 0.52% | 0.79% | - |
| XYZ | 43.49 | 53.18 | 19.04 | - |
| YUV | 184.84 | 77.86 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 96 | 0.07 | 0 | 0.52 | 0.21 | 68 | 0.49 | 0.58 |
| Hex | BB | C9 | 60 | 7 | 0 | 34 | 15 | 44 | 31 | 3A |
| Octal | 273 | 311 | 140 | 7 | 0 | 64 | 25 | 104 | 61 | 72 |
| Binary | 10111011 | 11001001 | 1100000 | 111 | 0 | 110100 | 10101 | 1000100 | 110001 | 111010 |
Color Harmonies of #BBC960
Complementary color
Monochromatic Colors of #BBC960
Black with #BBC960
Text Example
Text Example
White with #BBC960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC960; }
p { color: rgb(187,201,96); }
H1.HeaderClassName
{
color: #BBC960;
}
.AnyTagClassName
{
color: #BBC960;
}
</style>
background-color css
<style>
a { background-color: #BBC960; }
a { background-color: rgb(187,201,96); }
div.DivClassName
{
background-color: #BBC960;
}
.BgClassName
{
background-color: #BBC960;
}
</style>
border-color css
<style>
span { border-color: #BBC960; }
span { border-color: rgb(187,201,96); }
td.TdClassName
{
border-color: #BBC960;
}
.TagClassName
{
border-color: #BBC960;
}
</style>