Shades of Wild Willow #BAC559
Tints of Wild Willow #BAC559
RGB
CMYK
RGB Variations
Color information
#BAC559 (or 0xBAC559) is known color: Wild Willow. HEX triplet: BA, C5 and 59. RGB value is (186,197,89). Sum of RGB (Red+Green+Blue) = 186+197+89=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 197 (77.34% from 255 or 41.74% from 472); Blue value is 89 (35.16% from 255 or 18.86% from 472); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC559 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC559 is #453AA6. Grayscale: #B5B5B5. Windows color (decimal): -4536999 or 5883322. OLE color: 5883322.
HSL color Cylindrical-coordinate representation of color #BAC559: hue angle of 66.11º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BAC559 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 89 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.23 |
| HSL | 66.11º | 0.48% | 0.56% | - |
| HSV(B) | 66.11º | 0.55% | 0.77% | - |
| XYZ | 42.02 | 51.09 | 17.1 | - |
| YUV | 181.4 | 75.86 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 89 | 0.06 | 0 | 0.55 | 0.23 | 66.11 | 0.48 | 0.56 |
| Hex | BA | C5 | 59 | 6 | 0 | 37 | 17 | 42 | 30 | 38 |
| Octal | 272 | 305 | 131 | 6 | 0 | 67 | 27 | 102 | 60 | 70 |
| Binary | 10111010 | 11000101 | 1011001 | 110 | 0 | 110111 | 10111 | 1000010 | 110000 | 111000 |
Color Harmonies of #BAC559
Complementary color
Monochromatic Colors of #BAC559
Black with #BAC559
Text Example
Text Example
White with #BAC559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC559; }
p { color: rgb(186,197,89); }
H1.HeaderClassName
{
color: #BAC559;
}
.AnyTagClassName
{
color: #BAC559;
}
</style>
background-color css
<style>
a { background-color: #BAC559; }
a { background-color: rgb(186,197,89); }
div.DivClassName
{
background-color: #BAC559;
}
.BgClassName
{
background-color: #BAC559;
}
</style>
border-color css
<style>
span { border-color: #BAC559; }
span { border-color: rgb(186,197,89); }
td.TdClassName
{
border-color: #BAC559;
}
.TagClassName
{
border-color: #BAC559;
}
</style>