Shades of Wild Willow #BAC45C
Tints of Wild Willow #BAC45C
RGB
CMYK
RGB Variations
Color information
#BAC45C (or 0xBAC45C) is known color: Wild Willow. HEX triplet: BA, C4 and 5C. RGB value is (186,196,92). Sum of RGB (Red+Green+Blue) = 186+196+92=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 196 (76.95% from 255 or 41.35% from 474); Blue value is 92 (36.33% from 255 or 19.41% from 474); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC45C is #453BA3. Grayscale: #B5B5B5. Windows color (decimal): -4537252 or 6079674. OLE color: 6079674.
HSL color Cylindrical-coordinate representation of color #BAC45C: hue angle of 65.77º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAC45C is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 196 | 92 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.23 |
| HSL | 65.77º | 0.47% | 0.56% | - |
| HSV(B) | 65.77º | 0.53% | 0.77% | - |
| XYZ | 41.92 | 50.69 | 17.7 | - |
| YUV | 181.15 | 77.69 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 92 | 0.05 | 0 | 0.53 | 0.23 | 65.77 | 0.47 | 0.56 |
| Hex | BA | C4 | 5C | 5 | 0 | 35 | 17 | 42 | 2F | 38 |
| Octal | 272 | 304 | 134 | 5 | 0 | 65 | 27 | 102 | 57 | 70 |
| Binary | 10111010 | 11000100 | 1011100 | 101 | 0 | 110101 | 10111 | 1000010 | 101111 | 111000 |
Color Harmonies of #BAC45C
Complementary color
Monochromatic Colors of #BAC45C
Black with #BAC45C
Text Example
Text Example
White with #BAC45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC45C; }
p { color: rgb(186,196,92); }
H1.HeaderClassName
{
color: #BAC45C;
}
.AnyTagClassName
{
color: #BAC45C;
}
</style>
background-color css
<style>
a { background-color: #BAC45C; }
a { background-color: rgb(186,196,92); }
div.DivClassName
{
background-color: #BAC45C;
}
.BgClassName
{
background-color: #BAC45C;
}
</style>
border-color css
<style>
span { border-color: #BAC45C; }
span { border-color: rgb(186,196,92); }
td.TdClassName
{
border-color: #BAC45C;
}
.TagClassName
{
border-color: #BAC45C;
}
</style>