Shades of Wild Willow #BAC05C
Tints of Wild Willow #BAC05C
RGB
CMYK
RGB Variations
Color information
#BAC05C (or 0xBAC05C) is known color: Wild Willow. HEX triplet: BA, C0 and 5C. RGB value is (186,192,92). Sum of RGB (Red+Green+Blue) = 186+192+92=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 92 (36.33% from 255 or 19.57% from 470); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC05C is #453FA3. Grayscale: #B3B3B3. Windows color (decimal): -4538276 or 6078650. OLE color: 6078650.
HSL color Cylindrical-coordinate representation of color #BAC05C: hue angle of 63.6º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAC05C is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 92 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.25 |
| HSL | 63.6º | 0.44% | 0.56% | - |
| HSV(B) | 63.6º | 0.52% | 0.75% | - |
| XYZ | 41.03 | 48.91 | 17.4 | - |
| YUV | 178.81 | 79.01 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 92 | 0.03 | 0 | 0.52 | 0.25 | 63.6 | 0.44 | 0.56 |
| Hex | BA | C0 | 5C | 3 | 0 | 34 | 19 | 40 | 2C | 38 |
| Octal | 272 | 300 | 134 | 3 | 0 | 64 | 31 | 100 | 54 | 70 |
| Binary | 10111010 | 11000000 | 1011100 | 11 | 0 | 110100 | 11001 | 1000000 | 101100 | 111000 |
Color Harmonies of #BAC05C
Complementary color
Monochromatic Colors of #BAC05C
Black with #BAC05C
Text Example
Text Example
White with #BAC05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC05C; }
p { color: rgb(186,192,92); }
H1.HeaderClassName
{
color: #BAC05C;
}
.AnyTagClassName
{
color: #BAC05C;
}
</style>
background-color css
<style>
a { background-color: #BAC05C; }
a { background-color: rgb(186,192,92); }
div.DivClassName
{
background-color: #BAC05C;
}
.BgClassName
{
background-color: #BAC05C;
}
</style>
border-color css
<style>
span { border-color: #BAC05C; }
span { border-color: rgb(186,192,92); }
td.TdClassName
{
border-color: #BAC05C;
}
.TagClassName
{
border-color: #BAC05C;
}
</style>