Shades of Wild Willow #BAC86C
Tints of Wild Willow #BAC86C
RGB
CMYK
RGB Variations
Color information
#BAC86C (or 0xBAC86C) is known color: Wild Willow. HEX triplet: BA, C8 and 6C. RGB value is (186,200,108). Sum of RGB (Red+Green+Blue) = 186+200+108=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC86C is #453793. Grayscale: #B9B9B9. Windows color (decimal): -4536212 or 7129274. OLE color: 7129274.
HSL color Cylindrical-coordinate representation of color #BAC86C: hue angle of 69.13º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BAC86C is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 108 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.22 |
| HSL | 69.13º | 0.46% | 0.6% | - |
| HSV(B) | 69.13º | 0.46% | 0.78% | - |
| XYZ | 43.61 | 52.83 | 22.09 | - |
| YUV | 185.33 | 84.36 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 108 | 0.07 | 0 | 0.46 | 0.22 | 69.13 | 0.46 | 0.6 |
| Hex | BA | C8 | 6C | 7 | 0 | 2E | 16 | 45 | 2E | 3C |
| Octal | 272 | 310 | 154 | 7 | 0 | 56 | 26 | 105 | 56 | 74 |
| Binary | 10111010 | 11001000 | 1101100 | 111 | 0 | 101110 | 10110 | 1000101 | 101110 | 111100 |
Color Harmonies of #BAC86C
Complementary color
Monochromatic Colors of #BAC86C
Black with #BAC86C
Text Example
Text Example
White with #BAC86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC86C; }
p { color: rgb(186,200,108); }
H1.HeaderClassName
{
color: #BAC86C;
}
.AnyTagClassName
{
color: #BAC86C;
}
</style>
background-color css
<style>
a { background-color: #BAC86C; }
a { background-color: rgb(186,200,108); }
div.DivClassName
{
background-color: #BAC86C;
}
.BgClassName
{
background-color: #BAC86C;
}
</style>
border-color css
<style>
span { border-color: #BAC86C; }
span { border-color: rgb(186,200,108); }
td.TdClassName
{
border-color: #BAC86C;
}
.TagClassName
{
border-color: #BAC86C;
}
</style>