Shades of Sprout #BAC59F
Tints of Sprout #BAC59F
RGB
CMYK
RGB Variations
Color information
#BAC59F (or 0xBAC59F) is known color: Sprout. HEX triplet: BA, C5 and 9F. RGB value is (186,197,159). Sum of RGB (Red+Green+Blue) = 186+197+159=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 159 (62.5% from 255 or 29.34% from 542); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC59F is #453A60. Grayscale: #BDBDBD. Windows color (decimal): -4536929 or 10470842. OLE color: 10470842.
HSL color Cylindrical-coordinate representation of color #BAC59F: hue angle of 77.37º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAC59F is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 159 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.23 |
| HSL | 77.37º | 0.25% | 0.7% | - |
| HSV(B) | 77.37º | 0.19% | 0.77% | - |
| XYZ | 46.47 | 52.87 | 40.56 | - |
| YUV | 189.38 | 110.86 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 159 | 0.06 | 0 | 0.19 | 0.23 | 77.37 | 0.25 | 0.7 |
| Hex | BA | C5 | 9F | 6 | 0 | 13 | 17 | 4D | 19 | 46 |
| Octal | 272 | 305 | 237 | 6 | 0 | 23 | 27 | 115 | 31 | 106 |
| Binary | 10111010 | 11000101 | 10011111 | 110 | 0 | 10011 | 10111 | 1001101 | 11001 | 1000110 |
Color Harmonies of #BAC59F
Complementary color
Monochromatic Colors of #BAC59F
Black with #BAC59F
Text Example
Text Example
White with #BAC59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC59F; }
p { color: rgb(186,197,159); }
H1.HeaderClassName
{
color: #BAC59F;
}
.AnyTagClassName
{
color: #BAC59F;
}
</style>
background-color css
<style>
a { background-color: #BAC59F; }
a { background-color: rgb(186,197,159); }
div.DivClassName
{
background-color: #BAC59F;
}
.BgClassName
{
background-color: #BAC59F;
}
</style>
border-color css
<style>
span { border-color: #BAC59F; }
span { border-color: rgb(186,197,159); }
td.TdClassName
{
border-color: #BAC59F;
}
.TagClassName
{
border-color: #BAC59F;
}
</style>