Shades of Wild Willow #BBC15F
Tints of Wild Willow #BBC15F
RGB
CMYK
RGB Variations
Color information
#BBC15F (or 0xBBC15F) is known color: Wild Willow. HEX triplet: BB, C1 and 5F. RGB value is (187,193,95). Sum of RGB (Red+Green+Blue) = 187+193+95=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 95 (37.5% from 255 or 20% from 475); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC15F is #443EA0. Grayscale: #B4B4B4. Windows color (decimal): -4472481 or 6275515. OLE color: 6275515.
HSL color Cylindrical-coordinate representation of color #BBC15F: hue angle of 63.67º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBC15F is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 95 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.24 |
| HSL | 63.67º | 0.44% | 0.56% | - |
| HSV(B) | 63.67º | 0.51% | 0.76% | - |
| XYZ | 41.63 | 49.53 | 18.19 | - |
| YUV | 180.03 | 80.01 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 95 | 0.03 | 0 | 0.51 | 0.24 | 63.67 | 0.44 | 0.56 |
| Hex | BB | C1 | 5F | 3 | 0 | 33 | 18 | 40 | 2C | 38 |
| Octal | 273 | 301 | 137 | 3 | 0 | 63 | 30 | 100 | 54 | 70 |
| Binary | 10111011 | 11000001 | 1011111 | 11 | 0 | 110011 | 11000 | 1000000 | 101100 | 111000 |
Color Harmonies of #BBC15F
Complementary color
Monochromatic Colors of #BBC15F
Black with #BBC15F
Text Example
Text Example
White with #BBC15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC15F; }
p { color: rgb(187,193,95); }
H1.HeaderClassName
{
color: #BBC15F;
}
.AnyTagClassName
{
color: #BBC15F;
}
</style>
background-color css
<style>
a { background-color: #BBC15F; }
a { background-color: rgb(187,193,95); }
div.DivClassName
{
background-color: #BBC15F;
}
.BgClassName
{
background-color: #BBC15F;
}
</style>
border-color css
<style>
span { border-color: #BBC15F; }
span { border-color: rgb(187,193,95); }
td.TdClassName
{
border-color: #BBC15F;
}
.TagClassName
{
border-color: #BBC15F;
}
</style>