Shades of Sprout #BAC994
Tints of Sprout #BAC994
RGB
CMYK
RGB Variations
Color information
#BAC994 (or 0xBAC994) is known color: Sprout. HEX triplet: BA, C9 and 94. RGB value is (186,201,148). Sum of RGB (Red+Green+Blue) = 186+201+148=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC994 is #45366B. Grayscale: #BEBEBE. Windows color (decimal): -4535916 or 9750970. OLE color: 9750970.
HSL color Cylindrical-coordinate representation of color #BAC994: hue angle of 76.98º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAC994 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 148 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.21 |
| HSL | 76.98º | 0.33% | 0.68% | - |
| HSV(B) | 76.98º | 0.26% | 0.79% | - |
| XYZ | 46.48 | 54.35 | 36.06 | - |
| YUV | 190.47 | 104.03 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 148 | 0.07 | 0 | 0.26 | 0.21 | 76.98 | 0.33 | 0.68 |
| Hex | BA | C9 | 94 | 7 | 0 | 1A | 15 | 4D | 21 | 44 |
| Octal | 272 | 311 | 224 | 7 | 0 | 32 | 25 | 115 | 41 | 104 |
| Binary | 10111010 | 11001001 | 10010100 | 111 | 0 | 11010 | 10101 | 1001101 | 100001 | 1000100 |
Color Harmonies of #BAC994
Complementary color
Monochromatic Colors of #BAC994
Black with #BAC994
Text Example
Text Example
White with #BAC994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC994; }
p { color: rgb(186,201,148); }
H1.HeaderClassName
{
color: #BAC994;
}
.AnyTagClassName
{
color: #BAC994;
}
</style>
background-color css
<style>
a { background-color: #BAC994; }
a { background-color: rgb(186,201,148); }
div.DivClassName
{
background-color: #BAC994;
}
.BgClassName
{
background-color: #BAC994;
}
</style>
border-color css
<style>
span { border-color: #BAC994; }
span { border-color: rgb(186,201,148); }
td.TdClassName
{
border-color: #BAC994;
}
.TagClassName
{
border-color: #BAC994;
}
</style>