Shades of Wild Willow #BAC26C
Tints of Wild Willow #BAC26C
RGB
CMYK
RGB Variations
Color information
#BAC26C (or 0xBAC26C) is known color: Wild Willow. HEX triplet: BA, C2 and 6C. RGB value is (186,194,108). Sum of RGB (Red+Green+Blue) = 186+194+108=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 194 (76.17% from 255 or 39.75% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC26C is #453D93. Grayscale: #B6B6B6. Windows color (decimal): -4537748 or 7127738. OLE color: 7127738.
HSL color Cylindrical-coordinate representation of color #BAC26C: hue angle of 65.58º degrees, saturation: 0.41, 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 #BAC26C is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 194 | 108 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.24 |
| HSL | 65.58º | 0.41% | 0.59% | - |
| HSV(B) | 65.58º | 0.44% | 0.76% | - |
| XYZ | 42.25 | 50.11 | 21.63 | - |
| YUV | 181.8 | 86.35 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 108 | 0.04 | 0 | 0.44 | 0.24 | 65.58 | 0.41 | 0.59 |
| Hex | BA | C2 | 6C | 4 | 0 | 2C | 18 | 42 | 29 | 3B |
| Octal | 272 | 302 | 154 | 4 | 0 | 54 | 30 | 102 | 51 | 73 |
| Binary | 10111010 | 11000010 | 1101100 | 100 | 0 | 101100 | 11000 | 1000010 | 101001 | 111011 |
Color Harmonies of #BAC26C
Complementary color
Monochromatic Colors of #BAC26C
Black with #BAC26C
Text Example
Text Example
White with #BAC26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC26C; }
p { color: rgb(186,194,108); }
H1.HeaderClassName
{
color: #BAC26C;
}
.AnyTagClassName
{
color: #BAC26C;
}
</style>
background-color css
<style>
a { background-color: #BAC26C; }
a { background-color: rgb(186,194,108); }
div.DivClassName
{
background-color: #BAC26C;
}
.BgClassName
{
background-color: #BAC26C;
}
</style>
border-color css
<style>
span { border-color: #BAC26C; }
span { border-color: rgb(186,194,108); }
td.TdClassName
{
border-color: #BAC26C;
}
.TagClassName
{
border-color: #BAC26C;
}
</style>