Shades of Wild Willow #BAC96D
Tints of Wild Willow #BAC96D
RGB
CMYK
RGB Variations
Color information
#BAC96D (or 0xBAC96D) is known color: Wild Willow. HEX triplet: BA, C9 and 6D. RGB value is (186,201,109). Sum of RGB (Red+Green+Blue) = 186+201+109=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC96D is #453692. Grayscale: #BABABA. Windows color (decimal): -4535955 or 7195066. OLE color: 7195066.
HSL color Cylindrical-coordinate representation of color #BAC96D: hue angle of 69.78º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BAC96D is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 109 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.21 |
| HSL | 69.78º | 0.46% | 0.61% | - |
| HSV(B) | 69.78º | 0.46% | 0.79% | - |
| XYZ | 43.9 | 53.32 | 22.45 | - |
| YUV | 186.03 | 84.53 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 109 | 0.07 | 0 | 0.46 | 0.21 | 69.78 | 0.46 | 0.61 |
| Hex | BA | C9 | 6D | 7 | 0 | 2E | 15 | 46 | 2E | 3D |
| Octal | 272 | 311 | 155 | 7 | 0 | 56 | 25 | 106 | 56 | 75 |
| Binary | 10111010 | 11001001 | 1101101 | 111 | 0 | 101110 | 10101 | 1000110 | 101110 | 111101 |
Color Harmonies of #BAC96D
Complementary color
Monochromatic Colors of #BAC96D
Black with #BAC96D
Text Example
Text Example
White with #BAC96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC96D; }
p { color: rgb(186,201,109); }
H1.HeaderClassName
{
color: #BAC96D;
}
.AnyTagClassName
{
color: #BAC96D;
}
</style>
background-color css
<style>
a { background-color: #BAC96D; }
a { background-color: rgb(186,201,109); }
div.DivClassName
{
background-color: #BAC96D;
}
.BgClassName
{
background-color: #BAC96D;
}
</style>
border-color css
<style>
span { border-color: #BAC96D; }
span { border-color: rgb(186,201,109); }
td.TdClassName
{
border-color: #BAC96D;
}
.TagClassName
{
border-color: #BAC96D;
}
</style>