Shades of Wild Willow #BAC05A
Tints of Wild Willow #BAC05A
RGB
CMYK
RGB Variations
Color information
#BAC05A (or 0xBAC05A) is known color: Wild Willow. HEX triplet: BA, C0 and 5A. RGB value is (186,192,90). Sum of RGB (Red+Green+Blue) = 186+192+90=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 90 (35.55% from 255 or 19.23% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC05A is #453FA5. Grayscale: #B2B2B2. Windows color (decimal): -4538278 or 5947578. OLE color: 5947578.
HSL color Cylindrical-coordinate representation of color #BAC05A: hue angle of 63.53º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAC05A is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 90 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.25 |
| HSL | 63.53º | 0.45% | 0.55% | - |
| HSV(B) | 63.53º | 0.53% | 0.75% | - |
| XYZ | 40.94 | 48.88 | 16.95 | - |
| YUV | 178.58 | 78.01 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 90 | 0.03 | 0 | 0.53 | 0.25 | 63.53 | 0.45 | 0.55 |
| Hex | BA | C0 | 5A | 3 | 0 | 35 | 19 | 40 | 2D | 37 |
| Octal | 272 | 300 | 132 | 3 | 0 | 65 | 31 | 100 | 55 | 67 |
| Binary | 10111010 | 11000000 | 1011010 | 11 | 0 | 110101 | 11001 | 1000000 | 101101 | 110111 |
Color Harmonies of #BAC05A
Complementary color
Monochromatic Colors of #BAC05A
Black with #BAC05A
Text Example
Text Example
White with #BAC05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC05A; }
p { color: rgb(186,192,90); }
H1.HeaderClassName
{
color: #BAC05A;
}
.AnyTagClassName
{
color: #BAC05A;
}
</style>
background-color css
<style>
a { background-color: #BAC05A; }
a { background-color: rgb(186,192,90); }
div.DivClassName
{
background-color: #BAC05A;
}
.BgClassName
{
background-color: #BAC05A;
}
</style>
border-color css
<style>
span { border-color: #BAC05A; }
span { border-color: rgb(186,192,90); }
td.TdClassName
{
border-color: #BAC05A;
}
.TagClassName
{
border-color: #BAC05A;
}
</style>