Shades of Wild Willow #BAC959
Tints of Wild Willow #BAC959
RGB
CMYK
RGB Variations
Color information
#BAC959 (or 0xBAC959) is known color: Wild Willow. HEX triplet: BA, C9 and 59. RGB value is (186,201,89). Sum of RGB (Red+Green+Blue) = 186+201+89=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 89 (35.16% from 255 or 18.70% from 476); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC959 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC959 is #4536A6. Grayscale: #B8B8B8. Windows color (decimal): -4535975 or 5884346. OLE color: 5884346.
HSL color Cylindrical-coordinate representation of color #BAC959: hue angle of 68.04º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BAC959 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 89 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.21 |
| HSL | 68.04º | 0.51% | 0.57% | - |
| HSV(B) | 68.04º | 0.56% | 0.79% | - |
| XYZ | 42.94 | 52.93 | 17.41 | - |
| YUV | 183.75 | 74.53 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 89 | 0.07 | 0 | 0.56 | 0.21 | 68.04 | 0.51 | 0.57 |
| Hex | BA | C9 | 59 | 7 | 0 | 38 | 15 | 44 | 33 | 39 |
| Octal | 272 | 311 | 131 | 7 | 0 | 70 | 25 | 104 | 63 | 71 |
| Binary | 10111010 | 11001001 | 1011001 | 111 | 0 | 111000 | 10101 | 1000100 | 110011 | 111001 |
Color Harmonies of #BAC959
Complementary color
Monochromatic Colors of #BAC959
Black with #BAC959
Text Example
Text Example
White with #BAC959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC959; }
p { color: rgb(186,201,89); }
H1.HeaderClassName
{
color: #BAC959;
}
.AnyTagClassName
{
color: #BAC959;
}
</style>
background-color css
<style>
a { background-color: #BAC959; }
a { background-color: rgb(186,201,89); }
div.DivClassName
{
background-color: #BAC959;
}
.BgClassName
{
background-color: #BAC959;
}
</style>
border-color css
<style>
span { border-color: #BAC959; }
span { border-color: rgb(186,201,89); }
td.TdClassName
{
border-color: #BAC959;
}
.TagClassName
{
border-color: #BAC959;
}
</style>