Shades of Wild Willow #BBC95E
Tints of Wild Willow #BBC95E
RGB
CMYK
RGB Variations
Color information
#BBC95E (or 0xBBC95E) is known color: Wild Willow. HEX triplet: BB, C9 and 5E. RGB value is (187,201,94). Sum of RGB (Red+Green+Blue) = 187+201+94=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 94 (37.11% from 255 or 19.50% from 482); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC95E is #4436A1. Grayscale: #B9B9B9. Windows color (decimal): -4470434 or 6212027. OLE color: 6212027.
HSL color Cylindrical-coordinate representation of color #BBC95E: hue angle of 67.85º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BBC95E is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 94 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.21 |
| HSL | 67.85º | 0.5% | 0.58% | - |
| HSV(B) | 67.85º | 0.53% | 0.79% | - |
| XYZ | 43.4 | 53.15 | 18.56 | - |
| YUV | 184.62 | 76.86 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 94 | 0.07 | 0 | 0.53 | 0.21 | 67.85 | 0.5 | 0.58 |
| Hex | BB | C9 | 5E | 7 | 0 | 35 | 15 | 44 | 32 | 3A |
| Octal | 273 | 311 | 136 | 7 | 0 | 65 | 25 | 104 | 62 | 72 |
| Binary | 10111011 | 11001001 | 1011110 | 111 | 0 | 110101 | 10101 | 1000100 | 110010 | 111010 |
Color Harmonies of #BBC95E
Complementary color
Monochromatic Colors of #BBC95E
Black with #BBC95E
Text Example
Text Example
White with #BBC95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC95E; }
p { color: rgb(187,201,94); }
H1.HeaderClassName
{
color: #BBC95E;
}
.AnyTagClassName
{
color: #BBC95E;
}
</style>
background-color css
<style>
a { background-color: #BBC95E; }
a { background-color: rgb(187,201,94); }
div.DivClassName
{
background-color: #BBC95E;
}
.BgClassName
{
background-color: #BBC95E;
}
</style>
border-color css
<style>
span { border-color: #BBC95E; }
span { border-color: rgb(187,201,94); }
td.TdClassName
{
border-color: #BBC95E;
}
.TagClassName
{
border-color: #BBC95E;
}
</style>