Shades of Sprout #BAC59E
Tints of Sprout #BAC59E
RGB
CMYK
RGB Variations
Color information
#BAC59E (or 0xBAC59E) is known color: Sprout. HEX triplet: BA, C5 and 9E. RGB value is (186,197,158). Sum of RGB (Red+Green+Blue) = 186+197+158=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 158 (62.11% from 255 or 29.21% from 541); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC59E is #453A61. Grayscale: #BDBDBD. Windows color (decimal): -4536930 or 10405306. OLE color: 10405306.
HSL color Cylindrical-coordinate representation of color #BAC59E: hue angle of 76.92º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAC59E is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 158 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.23 |
| HSL | 76.92º | 0.25% | 0.7% | - |
| HSV(B) | 76.92º | 0.2% | 0.77% | - |
| XYZ | 46.39 | 52.84 | 40.1 | - |
| YUV | 189.27 | 110.36 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 158 | 0.06 | 0 | 0.20 | 0.23 | 76.92 | 0.25 | 0.7 |
| Hex | BA | C5 | 9E | 6 | 0 | 14 | 17 | 4D | 19 | 46 |
| Octal | 272 | 305 | 236 | 6 | 0 | 24 | 27 | 115 | 31 | 106 |
| Binary | 10111010 | 11000101 | 10011110 | 110 | 0 | 10100 | 10111 | 1001101 | 11001 | 1000110 |
Color Harmonies of #BAC59E
Complementary color
Monochromatic Colors of #BAC59E
Black with #BAC59E
Text Example
Text Example
White with #BAC59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC59E; }
p { color: rgb(186,197,158); }
H1.HeaderClassName
{
color: #BAC59E;
}
.AnyTagClassName
{
color: #BAC59E;
}
</style>
background-color css
<style>
a { background-color: #BAC59E; }
a { background-color: rgb(186,197,158); }
div.DivClassName
{
background-color: #BAC59E;
}
.BgClassName
{
background-color: #BAC59E;
}
</style>
border-color css
<style>
span { border-color: #BAC59E; }
span { border-color: rgb(186,197,158); }
td.TdClassName
{
border-color: #BAC59E;
}
.TagClassName
{
border-color: #BAC59E;
}
</style>