Shades of Wild Willow #BAC560
Tints of Wild Willow #BAC560
RGB
CMYK
RGB Variations
Color information
#BAC560 (or 0xBAC560) is known color: Wild Willow. HEX triplet: BA, C5 and 60. RGB value is (186,197,96). Sum of RGB (Red+Green+Blue) = 186+197+96=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 96 (37.89% from 255 or 20.04% from 479); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC560 is #453A9F. Grayscale: #B6B6B6. Windows color (decimal): -4536992 or 6342074. OLE color: 6342074.
HSL color Cylindrical-coordinate representation of color #BAC560: hue angle of 66.53º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAC560 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 96 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.23 |
| HSL | 66.53º | 0.47% | 0.57% | - |
| HSV(B) | 66.53º | 0.51% | 0.77% | - |
| XYZ | 42.33 | 51.22 | 18.72 | - |
| YUV | 182.2 | 79.36 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 96 | 0.06 | 0 | 0.51 | 0.23 | 66.53 | 0.47 | 0.57 |
| Hex | BA | C5 | 60 | 6 | 0 | 33 | 17 | 43 | 2F | 39 |
| Octal | 272 | 305 | 140 | 6 | 0 | 63 | 27 | 103 | 57 | 71 |
| Binary | 10111010 | 11000101 | 1100000 | 110 | 0 | 110011 | 10111 | 1000011 | 101111 | 111001 |
Color Harmonies of #BAC560
Complementary color
Monochromatic Colors of #BAC560
Black with #BAC560
Text Example
Text Example
White with #BAC560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC560; }
p { color: rgb(186,197,96); }
H1.HeaderClassName
{
color: #BAC560;
}
.AnyTagClassName
{
color: #BAC560;
}
</style>
background-color css
<style>
a { background-color: #BAC560; }
a { background-color: rgb(186,197,96); }
div.DivClassName
{
background-color: #BAC560;
}
.BgClassName
{
background-color: #BAC560;
}
</style>
border-color css
<style>
span { border-color: #BAC560; }
span { border-color: rgb(186,197,96); }
td.TdClassName
{
border-color: #BAC560;
}
.TagClassName
{
border-color: #BAC560;
}
</style>