Shades of Wild Willow #BAC061
Tints of Wild Willow #BAC061
RGB
CMYK
RGB Variations
Color information
#BAC061 (or 0xBAC061) is known color: Wild Willow. HEX triplet: BA, C0 and 61. RGB value is (186,192,97). Sum of RGB (Red+Green+Blue) = 186+192+97=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 97 (38.28% from 255 or 20.42% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC061 is #453F9E. Grayscale: #B3B3B3. Windows color (decimal): -4538271 or 6406330. OLE color: 6406330.
HSL color Cylindrical-coordinate representation of color #BAC061: hue angle of 63.79º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BAC061 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 97 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.25 |
| HSL | 63.79º | 0.43% | 0.57% | - |
| HSV(B) | 63.79º | 0.49% | 0.75% | - |
| XYZ | 41.26 | 49 | 18.59 | - |
| YUV | 179.38 | 81.51 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 97 | 0.03 | 0 | 0.49 | 0.25 | 63.79 | 0.43 | 0.57 |
| Hex | BA | C0 | 61 | 3 | 0 | 31 | 19 | 40 | 2B | 39 |
| Octal | 272 | 300 | 141 | 3 | 0 | 61 | 31 | 100 | 53 | 71 |
| Binary | 10111010 | 11000000 | 1100001 | 11 | 0 | 110001 | 11001 | 1000000 | 101011 | 111001 |
Color Harmonies of #BAC061
Complementary color
Monochromatic Colors of #BAC061
Black with #BAC061
Text Example
Text Example
White with #BAC061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC061; }
p { color: rgb(186,192,97); }
H1.HeaderClassName
{
color: #BAC061;
}
.AnyTagClassName
{
color: #BAC061;
}
</style>
background-color css
<style>
a { background-color: #BAC061; }
a { background-color: rgb(186,192,97); }
div.DivClassName
{
background-color: #BAC061;
}
.BgClassName
{
background-color: #BAC061;
}
</style>
border-color css
<style>
span { border-color: #BAC061; }
span { border-color: rgb(186,192,97); }
td.TdClassName
{
border-color: #BAC061;
}
.TagClassName
{
border-color: #BAC061;
}
</style>