Shades of Wild Willow #BAC96C
Tints of Wild Willow #BAC96C
RGB
CMYK
RGB Variations
Color information
#BAC96C (or 0xBAC96C) is known color: Wild Willow. HEX triplet: BA, C9 and 6C. RGB value is (186,201,108). Sum of RGB (Red+Green+Blue) = 186+201+108=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC96C is #453693. Grayscale: #BABABA. Windows color (decimal): -4535956 or 7129530. OLE color: 7129530.
HSL color Cylindrical-coordinate representation of color #BAC96C: hue angle of 69.68º 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 #BAC96C is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 108 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.21 |
| HSL | 69.68º | 0.46% | 0.61% | - |
| HSV(B) | 69.68º | 0.46% | 0.79% | - |
| XYZ | 43.84 | 53.3 | 22.16 | - |
| YUV | 185.91 | 84.03 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 108 | 0.07 | 0 | 0.46 | 0.21 | 69.68 | 0.46 | 0.61 |
| Hex | BA | C9 | 6C | 7 | 0 | 2E | 15 | 46 | 2E | 3D |
| Octal | 272 | 311 | 154 | 7 | 0 | 56 | 25 | 106 | 56 | 75 |
| Binary | 10111010 | 11001001 | 1101100 | 111 | 0 | 101110 | 10101 | 1000110 | 101110 | 111101 |
Color Harmonies of #BAC96C
Complementary color
Monochromatic Colors of #BAC96C
Black with #BAC96C
Text Example
Text Example
White with #BAC96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC96C; }
p { color: rgb(186,201,108); }
H1.HeaderClassName
{
color: #BAC96C;
}
.AnyTagClassName
{
color: #BAC96C;
}
</style>
background-color css
<style>
a { background-color: #BAC96C; }
a { background-color: rgb(186,201,108); }
div.DivClassName
{
background-color: #BAC96C;
}
.BgClassName
{
background-color: #BAC96C;
}
</style>
border-color css
<style>
span { border-color: #BAC96C; }
span { border-color: rgb(186,201,108); }
td.TdClassName
{
border-color: #BAC96C;
}
.TagClassName
{
border-color: #BAC96C;
}
</style>