Shades of Wild Willow #BBCD5E
Tints of Wild Willow #BBCD5E
RGB
CMYK
RGB Variations
Color information
#BBCD5E (or 0xBBCD5E) is known color: Wild Willow. HEX triplet: BB, CD and 5E. RGB value is (187,205,94). Sum of RGB (Red+Green+Blue) = 187+205+94=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 94 (37.11% from 255 or 19.34% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCD5E is #4432A1. Grayscale: #BBBBBB. Windows color (decimal): -4469410 or 6213051. OLE color: 6213051.
HSL color Cylindrical-coordinate representation of color #BBCD5E: hue angle of 69.73º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BBCD5E is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 94 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.20 |
| HSL | 69.73º | 0.53% | 0.59% | - |
| HSV(B) | 69.73º | 0.54% | 0.8% | - |
| XYZ | 44.35 | 55.04 | 18.88 | - |
| YUV | 186.96 | 75.54 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 94 | 0.09 | 0 | 0.54 | 0.20 | 69.73 | 0.53 | 0.59 |
| Hex | BB | CD | 5E | 9 | 0 | 36 | 14 | 46 | 35 | 3B |
| Octal | 273 | 315 | 136 | 11 | 0 | 66 | 24 | 106 | 65 | 73 |
| Binary | 10111011 | 11001101 | 1011110 | 1001 | 0 | 110110 | 10100 | 1000110 | 110101 | 111011 |
Color Harmonies of #BBCD5E
Complementary color
Monochromatic Colors of #BBCD5E
Black with #BBCD5E
Text Example
Text Example
White with #BBCD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD5E; }
p { color: rgb(187,205,94); }
H1.HeaderClassName
{
color: #BBCD5E;
}
.AnyTagClassName
{
color: #BBCD5E;
}
</style>
background-color css
<style>
a { background-color: #BBCD5E; }
a { background-color: rgb(187,205,94); }
div.DivClassName
{
background-color: #BBCD5E;
}
.BgClassName
{
background-color: #BBCD5E;
}
</style>
border-color css
<style>
span { border-color: #BBCD5E; }
span { border-color: rgb(187,205,94); }
td.TdClassName
{
border-color: #BBCD5E;
}
.TagClassName
{
border-color: #BBCD5E;
}
</style>