Shades of Wild Willow #BCCB5E
Tints of Wild Willow #BCCB5E
RGB
CMYK
RGB Variations
Color information
#BCCB5E (or 0xBCCB5E) is known color: Wild Willow. HEX triplet: BC, CB and 5E. RGB value is (188,203,94). Sum of RGB (Red+Green+Blue) = 188+203+94=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 94 (37.11% from 255 or 19.38% from 485); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCB5E is #4334A1. Grayscale: #BABABA. Windows color (decimal): -4404386 or 6212540. OLE color: 6212540.
HSL color Cylindrical-coordinate representation of color #BCCB5E: hue angle of 68.26º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCCB5E is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 94 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.20 |
| HSL | 68.26º | 0.51% | 0.58% | - |
| HSV(B) | 68.26º | 0.54% | 0.8% | - |
| XYZ | 44.12 | 54.21 | 18.73 | - |
| YUV | 186.09 | 76.03 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 94 | 0.07 | 0 | 0.54 | 0.20 | 68.26 | 0.51 | 0.58 |
| Hex | BC | CB | 5E | 7 | 0 | 36 | 14 | 44 | 33 | 3A |
| Octal | 274 | 313 | 136 | 7 | 0 | 66 | 24 | 104 | 63 | 72 |
| Binary | 10111100 | 11001011 | 1011110 | 111 | 0 | 110110 | 10100 | 1000100 | 110011 | 111010 |
Color Harmonies of #BCCB5E
Complementary color
Monochromatic Colors of #BCCB5E
Black with #BCCB5E
Text Example
Text Example
White with #BCCB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB5E; }
p { color: rgb(188,203,94); }
H1.HeaderClassName
{
color: #BCCB5E;
}
.AnyTagClassName
{
color: #BCCB5E;
}
</style>
background-color css
<style>
a { background-color: #BCCB5E; }
a { background-color: rgb(188,203,94); }
div.DivClassName
{
background-color: #BCCB5E;
}
.BgClassName
{
background-color: #BCCB5E;
}
</style>
border-color css
<style>
span { border-color: #BCCB5E; }
span { border-color: rgb(188,203,94); }
td.TdClassName
{
border-color: #BCCB5E;
}
.TagClassName
{
border-color: #BCCB5E;
}
</style>