Shades of Wild Willow #BBC760
Tints of Wild Willow #BBC760
RGB
CMYK
RGB Variations
Color information
#BBC760 (or 0xBBC760) is known color: Wild Willow. HEX triplet: BB, C7 and 60. RGB value is (187,199,96). Sum of RGB (Red+Green+Blue) = 187+199+96=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 96 (37.89% from 255 or 19.92% from 482); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC760 is #44389F. Grayscale: #B8B8B8. Windows color (decimal): -4470944 or 6342587. OLE color: 6342587.
HSL color Cylindrical-coordinate representation of color #BBC760: hue angle of 66.99º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBC760 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 199 | 96 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.22 |
| HSL | 66.99º | 0.48% | 0.58% | - |
| HSV(B) | 66.99º | 0.52% | 0.78% | - |
| XYZ | 43.03 | 52.26 | 18.88 | - |
| YUV | 183.67 | 78.52 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 96 | 0.06 | 0 | 0.52 | 0.22 | 66.99 | 0.48 | 0.58 |
| Hex | BB | C7 | 60 | 6 | 0 | 34 | 16 | 43 | 30 | 3A |
| Octal | 273 | 307 | 140 | 6 | 0 | 64 | 26 | 103 | 60 | 72 |
| Binary | 10111011 | 11000111 | 1100000 | 110 | 0 | 110100 | 10110 | 1000011 | 110000 | 111010 |
Color Harmonies of #BBC760
Complementary color
Monochromatic Colors of #BBC760
Black with #BBC760
Text Example
Text Example
White with #BBC760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC760; }
p { color: rgb(187,199,96); }
H1.HeaderClassName
{
color: #BBC760;
}
.AnyTagClassName
{
color: #BBC760;
}
</style>
background-color css
<style>
a { background-color: #BBC760; }
a { background-color: rgb(187,199,96); }
div.DivClassName
{
background-color: #BBC760;
}
.BgClassName
{
background-color: #BBC760;
}
</style>
border-color css
<style>
span { border-color: #BBC760; }
span { border-color: rgb(187,199,96); }
td.TdClassName
{
border-color: #BBC760;
}
.TagClassName
{
border-color: #BBC760;
}
</style>