Shades of Sprout #BAC99E
Tints of Sprout #BAC99E
RGB
CMYK
RGB Variations
Color information
#BAC99E (or 0xBAC99E) is known color: Sprout. HEX triplet: BA, C9 and 9E. RGB value is (186,201,158). Sum of RGB (Red+Green+Blue) = 186+201+158=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 158 (62.11% from 255 or 28.99% from 545); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC99E is #453661. Grayscale: #BFBFBF. Windows color (decimal): -4535906 or 10406330. OLE color: 10406330.
HSL color Cylindrical-coordinate representation of color #BAC99E: hue angle of 80.93º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAC99E is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 158 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.21 |
| HSL | 80.93º | 0.28% | 0.7% | - |
| HSV(B) | 80.93º | 0.21% | 0.79% | - |
| XYZ | 47.31 | 54.68 | 40.41 | - |
| YUV | 191.61 | 109.03 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 158 | 0.07 | 0 | 0.21 | 0.21 | 80.93 | 0.28 | 0.7 |
| Hex | BA | C9 | 9E | 7 | 0 | 15 | 15 | 51 | 1C | 46 |
| Octal | 272 | 311 | 236 | 7 | 0 | 25 | 25 | 121 | 34 | 106 |
| Binary | 10111010 | 11001001 | 10011110 | 111 | 0 | 10101 | 10101 | 1010001 | 11100 | 1000110 |
Color Harmonies of #BAC99E
Complementary color
Monochromatic Colors of #BAC99E
Black with #BAC99E
Text Example
Text Example
White with #BAC99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC99E; }
p { color: rgb(186,201,158); }
H1.HeaderClassName
{
color: #BAC99E;
}
.AnyTagClassName
{
color: #BAC99E;
}
</style>
background-color css
<style>
a { background-color: #BAC99E; }
a { background-color: rgb(186,201,158); }
div.DivClassName
{
background-color: #BAC99E;
}
.BgClassName
{
background-color: #BAC99E;
}
</style>
border-color css
<style>
span { border-color: #BAC99E; }
span { border-color: rgb(186,201,158); }
td.TdClassName
{
border-color: #BAC99E;
}
.TagClassName
{
border-color: #BAC99E;
}
</style>