Shades of Wild Willow #BAC259
Tints of Wild Willow #BAC259
RGB
CMYK
RGB Variations
Color information
#BAC259 (or 0xBAC259) is known color: Wild Willow. HEX triplet: BA, C2 and 59. RGB value is (186,194,89). Sum of RGB (Red+Green+Blue) = 186+194+89=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 89 (35.16% from 255 or 18.98% from 469); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC259 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC259 is #453DA6. Grayscale: #B4B4B4. Windows color (decimal): -4537767 or 5882554. OLE color: 5882554.
HSL color Cylindrical-coordinate representation of color #BAC259: hue angle of 64.57º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAC259 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 194 | 89 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.24 |
| HSL | 64.57º | 0.46% | 0.55% | - |
| HSV(B) | 64.57º | 0.54% | 0.76% | - |
| XYZ | 41.34 | 49.74 | 16.87 | - |
| YUV | 179.64 | 76.85 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 89 | 0.04 | 0 | 0.54 | 0.24 | 64.57 | 0.46 | 0.55 |
| Hex | BA | C2 | 59 | 4 | 0 | 36 | 18 | 41 | 2E | 37 |
| Octal | 272 | 302 | 131 | 4 | 0 | 66 | 30 | 101 | 56 | 67 |
| Binary | 10111010 | 11000010 | 1011001 | 100 | 0 | 110110 | 11000 | 1000001 | 101110 | 110111 |
Color Harmonies of #BAC259
Complementary color
Monochromatic Colors of #BAC259
Black with #BAC259
Text Example
Text Example
White with #BAC259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC259; }
p { color: rgb(186,194,89); }
H1.HeaderClassName
{
color: #BAC259;
}
.AnyTagClassName
{
color: #BAC259;
}
</style>
background-color css
<style>
a { background-color: #BAC259; }
a { background-color: rgb(186,194,89); }
div.DivClassName
{
background-color: #BAC259;
}
.BgClassName
{
background-color: #BAC259;
}
</style>
border-color css
<style>
span { border-color: #BAC259; }
span { border-color: rgb(186,194,89); }
td.TdClassName
{
border-color: #BAC259;
}
.TagClassName
{
border-color: #BAC259;
}
</style>