Shades of Wild Willow #BACB5E
Tints of Wild Willow #BACB5E
RGB
CMYK
RGB Variations
Color information
#BACB5E (or 0xBACB5E) is known color: Wild Willow. HEX triplet: BA, CB and 5E. RGB value is (186,203,94). Sum of RGB (Red+Green+Blue) = 186+203+94=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 94 (37.11% from 255 or 19.46% from 483); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACB5E is #4534A1. Grayscale: #B9B9B9. Windows color (decimal): -4535458 or 6212538. OLE color: 6212538.
HSL color Cylindrical-coordinate representation of color #BACB5E: hue angle of 69.36º 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 #BACB5E is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 203 | 94 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.20 |
| HSL | 69.36º | 0.51% | 0.58% | - |
| HSV(B) | 69.36º | 0.54% | 0.8% | - |
| XYZ | 43.63 | 53.96 | 18.71 | - |
| YUV | 185.49 | 76.37 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 94 | 0.08 | 0 | 0.54 | 0.20 | 69.36 | 0.51 | 0.58 |
| Hex | BA | CB | 5E | 8 | 0 | 36 | 14 | 45 | 33 | 3A |
| Octal | 272 | 313 | 136 | 10 | 0 | 66 | 24 | 105 | 63 | 72 |
| Binary | 10111010 | 11001011 | 1011110 | 1000 | 0 | 110110 | 10100 | 1000101 | 110011 | 111010 |
Color Harmonies of #BACB5E
Complementary color
Monochromatic Colors of #BACB5E
Black with #BACB5E
Text Example
Text Example
White with #BACB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACB5E; }
p { color: rgb(186,203,94); }
H1.HeaderClassName
{
color: #BACB5E;
}
.AnyTagClassName
{
color: #BACB5E;
}
</style>
background-color css
<style>
a { background-color: #BACB5E; }
a { background-color: rgb(186,203,94); }
div.DivClassName
{
background-color: #BACB5E;
}
.BgClassName
{
background-color: #BACB5E;
}
</style>
border-color css
<style>
span { border-color: #BACB5E; }
span { border-color: rgb(186,203,94); }
td.TdClassName
{
border-color: #BACB5E;
}
.TagClassName
{
border-color: #BACB5E;
}
</style>