Shades of Sprout #BAC99F
Tints of Sprout #BAC99F
RGB
CMYK
RGB Variations
Color information
#BAC99F (or 0xBAC99F) is known color: Sprout. HEX triplet: BA, C9 and 9F. RGB value is (186,201,159). Sum of RGB (Red+Green+Blue) = 186+201+159=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 159 (62.5% from 255 or 29.12% from 546); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC99F is #453660. Grayscale: #BFBFBF. Windows color (decimal): -4535905 or 10471866. OLE color: 10471866.
HSL color Cylindrical-coordinate representation of color #BAC99F: hue angle of 81.43º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAC99F is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 159 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.21 |
| HSL | 81.43º | 0.28% | 0.71% | - |
| HSV(B) | 81.43º | 0.21% | 0.79% | - |
| XYZ | 47.39 | 54.72 | 40.86 | - |
| YUV | 191.73 | 109.53 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 159 | 0.07 | 0 | 0.21 | 0.21 | 81.43 | 0.28 | 0.71 |
| Hex | BA | C9 | 9F | 7 | 0 | 15 | 15 | 51 | 1C | 47 |
| Octal | 272 | 311 | 237 | 7 | 0 | 25 | 25 | 121 | 34 | 107 |
| Binary | 10111010 | 11001001 | 10011111 | 111 | 0 | 10101 | 10101 | 1010001 | 11100 | 1000111 |
Color Harmonies of #BAC99F
Complementary color
Monochromatic Colors of #BAC99F
Black with #BAC99F
Text Example
Text Example
White with #BAC99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC99F; }
p { color: rgb(186,201,159); }
H1.HeaderClassName
{
color: #BAC99F;
}
.AnyTagClassName
{
color: #BAC99F;
}
</style>
background-color css
<style>
a { background-color: #BAC99F; }
a { background-color: rgb(186,201,159); }
div.DivClassName
{
background-color: #BAC99F;
}
.BgClassName
{
background-color: #BAC99F;
}
</style>
border-color css
<style>
span { border-color: #BAC99F; }
span { border-color: rgb(186,201,159); }
td.TdClassName
{
border-color: #BAC99F;
}
.TagClassName
{
border-color: #BAC99F;
}
</style>