Shades of Wild Willow #BAC359
Tints of Wild Willow #BAC359
RGB
CMYK
RGB Variations
Color information
#BAC359 (or 0xBAC359) is known color: Wild Willow. HEX triplet: BA, C3 and 59. RGB value is (186,195,89). Sum of RGB (Red+Green+Blue) = 186+195+89=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 195 (76.56% from 255 or 41.49% from 470); Blue value is 89 (35.16% from 255 or 18.94% from 470); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC359 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC359 is #453CA6. Grayscale: #B4B4B4. Windows color (decimal): -4537511 or 5882810. OLE color: 5882810.
HSL color Cylindrical-coordinate representation of color #BAC359: hue angle of 65.09º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAC359 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 195 | 89 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.24 |
| HSL | 65.09º | 0.47% | 0.56% | - |
| HSV(B) | 65.09º | 0.54% | 0.76% | - |
| XYZ | 41.57 | 50.19 | 16.95 | - |
| YUV | 180.23 | 76.52 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 89 | 0.05 | 0 | 0.54 | 0.24 | 65.09 | 0.47 | 0.56 |
| Hex | BA | C3 | 59 | 5 | 0 | 36 | 18 | 41 | 2F | 38 |
| Octal | 272 | 303 | 131 | 5 | 0 | 66 | 30 | 101 | 57 | 70 |
| Binary | 10111010 | 11000011 | 1011001 | 101 | 0 | 110110 | 11000 | 1000001 | 101111 | 111000 |
Color Harmonies of #BAC359
Complementary color
Monochromatic Colors of #BAC359
Black with #BAC359
Text Example
Text Example
White with #BAC359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC359; }
p { color: rgb(186,195,89); }
H1.HeaderClassName
{
color: #BAC359;
}
.AnyTagClassName
{
color: #BAC359;
}
</style>
background-color css
<style>
a { background-color: #BAC359; }
a { background-color: rgb(186,195,89); }
div.DivClassName
{
background-color: #BAC359;
}
.BgClassName
{
background-color: #BAC359;
}
</style>
border-color css
<style>
span { border-color: #BAC359; }
span { border-color: rgb(186,195,89); }
td.TdClassName
{
border-color: #BAC359;
}
.TagClassName
{
border-color: #BAC359;
}
</style>