Shades of Wild Willow #BBC55A
Tints of Wild Willow #BBC55A
RGB
CMYK
RGB Variations
Color information
#BBC55A (or 0xBBC55A) is known color: Wild Willow. HEX triplet: BB, C5 and 5A. RGB value is (187,197,90). Sum of RGB (Red+Green+Blue) = 187+197+90=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 90 (35.55% from 255 or 18.99% from 474); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC55A is #443AA5. Grayscale: #B6B6B6. Windows color (decimal): -4471462 or 5948859. OLE color: 5948859.
HSL color Cylindrical-coordinate representation of color #BBC55A: hue angle of 65.61º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BBC55A is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 90 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.23 |
| HSL | 65.61º | 0.48% | 0.56% | - |
| HSV(B) | 65.61º | 0.54% | 0.77% | - |
| XYZ | 42.31 | 51.24 | 17.33 | - |
| YUV | 181.81 | 76.19 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 90 | 0.05 | 0 | 0.54 | 0.23 | 65.61 | 0.48 | 0.56 |
| Hex | BB | C5 | 5A | 5 | 0 | 36 | 17 | 42 | 30 | 38 |
| Octal | 273 | 305 | 132 | 5 | 0 | 66 | 27 | 102 | 60 | 70 |
| Binary | 10111011 | 11000101 | 1011010 | 101 | 0 | 110110 | 10111 | 1000010 | 110000 | 111000 |
Color Harmonies of #BBC55A
Complementary color
Monochromatic Colors of #BBC55A
Black with #BBC55A
Text Example
Text Example
White with #BBC55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC55A; }
p { color: rgb(187,197,90); }
H1.HeaderClassName
{
color: #BBC55A;
}
.AnyTagClassName
{
color: #BBC55A;
}
</style>
background-color css
<style>
a { background-color: #BBC55A; }
a { background-color: rgb(187,197,90); }
div.DivClassName
{
background-color: #BBC55A;
}
.BgClassName
{
background-color: #BBC55A;
}
</style>
border-color css
<style>
span { border-color: #BBC55A; }
span { border-color: rgb(187,197,90); }
td.TdClassName
{
border-color: #BBC55A;
}
.TagClassName
{
border-color: #BBC55A;
}
</style>