Shades of Wild Willow #BAC16D
Tints of Wild Willow #BAC16D
RGB
CMYK
RGB Variations
Color information
#BAC16D (or 0xBAC16D) is known color: Wild Willow. HEX triplet: BA, C1 and 6D. RGB value is (186,193,109). Sum of RGB (Red+Green+Blue) = 186+193+109=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 193 (75.78% from 255 or 39.55% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC16D is #453E92. Grayscale: #B5B5B5. Windows color (decimal): -4538003 or 7193018. OLE color: 7193018.
HSL color Cylindrical-coordinate representation of color #BAC16D: hue angle of 65º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAC16D is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 193 | 109 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.24 |
| HSL | 65º | 0.4% | 0.59% | - |
| HSV(B) | 65º | 0.44% | 0.76% | - |
| XYZ | 42.08 | 49.68 | 21.84 | - |
| YUV | 181.33 | 87.18 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 109 | 0.04 | 0 | 0.44 | 0.24 | 65 | 0.4 | 0.59 |
| Hex | BA | C1 | 6D | 4 | 0 | 2C | 18 | 41 | 28 | 3B |
| Octal | 272 | 301 | 155 | 4 | 0 | 54 | 30 | 101 | 50 | 73 |
| Binary | 10111010 | 11000001 | 1101101 | 100 | 0 | 101100 | 11000 | 1000001 | 101000 | 111011 |
Color Harmonies of #BAC16D
Complementary color
Monochromatic Colors of #BAC16D
Black with #BAC16D
Text Example
Text Example
White with #BAC16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC16D; }
p { color: rgb(186,193,109); }
H1.HeaderClassName
{
color: #BAC16D;
}
.AnyTagClassName
{
color: #BAC16D;
}
</style>
background-color css
<style>
a { background-color: #BAC16D; }
a { background-color: rgb(186,193,109); }
div.DivClassName
{
background-color: #BAC16D;
}
.BgClassName
{
background-color: #BAC16D;
}
</style>
border-color css
<style>
span { border-color: #BAC16D; }
span { border-color: rgb(186,193,109); }
td.TdClassName
{
border-color: #BAC16D;
}
.TagClassName
{
border-color: #BAC16D;
}
</style>