Shades of Wild Willow #BBC95D
Tints of Wild Willow #BBC95D
RGB
CMYK
RGB Variations
Color information
#BBC95D (or 0xBBC95D) is known color: Wild Willow. HEX triplet: BB, C9 and 5D. RGB value is (187,201,93). Sum of RGB (Red+Green+Blue) = 187+201+93=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 201 (78.91% from 255 or 41.79% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC95D is #4436A2. Grayscale: #B8B8B8. Windows color (decimal): -4470435 or 6146491. OLE color: 6146491.
HSL color Cylindrical-coordinate representation of color #BBC95D: hue angle of 67.78º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BBC95D is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 93 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.21 |
| HSL | 67.78º | 0.5% | 0.58% | - |
| HSV(B) | 67.78º | 0.54% | 0.79% | - |
| XYZ | 43.36 | 53.13 | 18.33 | - |
| YUV | 184.5 | 76.36 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 93 | 0.07 | 0 | 0.54 | 0.21 | 67.78 | 0.5 | 0.58 |
| Hex | BB | C9 | 5D | 7 | 0 | 36 | 15 | 44 | 32 | 3A |
| Octal | 273 | 311 | 135 | 7 | 0 | 66 | 25 | 104 | 62 | 72 |
| Binary | 10111011 | 11001001 | 1011101 | 111 | 0 | 110110 | 10101 | 1000100 | 110010 | 111010 |
Color Harmonies of #BBC95D
Complementary color
Monochromatic Colors of #BBC95D
Black with #BBC95D
Text Example
Text Example
White with #BBC95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC95D; }
p { color: rgb(187,201,93); }
H1.HeaderClassName
{
color: #BBC95D;
}
.AnyTagClassName
{
color: #BBC95D;
}
</style>
background-color css
<style>
a { background-color: #BBC95D; }
a { background-color: rgb(187,201,93); }
div.DivClassName
{
background-color: #BBC95D;
}
.BgClassName
{
background-color: #BBC95D;
}
</style>
border-color css
<style>
span { border-color: #BBC95D; }
span { border-color: rgb(187,201,93); }
td.TdClassName
{
border-color: #BBC95D;
}
.TagClassName
{
border-color: #BBC95D;
}
</style>