Shades of Wild Willow #BAC05F
Tints of Wild Willow #BAC05F
RGB
CMYK
RGB Variations
Color information
#BAC05F (or 0xBAC05F) is known color: Wild Willow. HEX triplet: BA, C0 and 5F. RGB value is (186,192,95). Sum of RGB (Red+Green+Blue) = 186+192+95=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 95 (37.5% from 255 or 20.08% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC05F is #453FA0. Grayscale: #B3B3B3. Windows color (decimal): -4538273 or 6275258. OLE color: 6275258.
HSL color Cylindrical-coordinate representation of color #BAC05F: hue angle of 63.71º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAC05F is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 95 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.25 |
| HSL | 63.71º | 0.43% | 0.56% | - |
| HSV(B) | 63.71º | 0.51% | 0.75% | - |
| XYZ | 41.16 | 48.96 | 18.11 | - |
| YUV | 179.15 | 80.51 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 95 | 0.03 | 0 | 0.51 | 0.25 | 63.71 | 0.43 | 0.56 |
| Hex | BA | C0 | 5F | 3 | 0 | 33 | 19 | 40 | 2B | 38 |
| Octal | 272 | 300 | 137 | 3 | 0 | 63 | 31 | 100 | 53 | 70 |
| Binary | 10111010 | 11000000 | 1011111 | 11 | 0 | 110011 | 11001 | 1000000 | 101011 | 111000 |
Color Harmonies of #BAC05F
Complementary color
Monochromatic Colors of #BAC05F
Black with #BAC05F
Text Example
Text Example
White with #BAC05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC05F; }
p { color: rgb(186,192,95); }
H1.HeaderClassName
{
color: #BAC05F;
}
.AnyTagClassName
{
color: #BAC05F;
}
</style>
background-color css
<style>
a { background-color: #BAC05F; }
a { background-color: rgb(186,192,95); }
div.DivClassName
{
background-color: #BAC05F;
}
.BgClassName
{
background-color: #BAC05F;
}
</style>
border-color css
<style>
span { border-color: #BAC05F; }
span { border-color: rgb(186,192,95); }
td.TdClassName
{
border-color: #BAC05F;
}
.TagClassName
{
border-color: #BAC05F;
}
</style>