Shades of Sprout #BAC995
Tints of Sprout #BAC995
RGB
CMYK
RGB Variations
Color information
#BAC995 (or 0xBAC995) is known color: Sprout. HEX triplet: BA, C9 and 95. RGB value is (186,201,149). Sum of RGB (Red+Green+Blue) = 186+201+149=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC995 is #45366A. Grayscale: #BEBEBE. Windows color (decimal): -4535915 or 9816506. OLE color: 9816506.
HSL color Cylindrical-coordinate representation of color #BAC995: hue angle of 77.31º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAC995 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 149 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.21 |
| HSL | 77.31º | 0.33% | 0.69% | - |
| HSV(B) | 77.31º | 0.26% | 0.79% | - |
| XYZ | 46.56 | 54.38 | 36.48 | - |
| YUV | 190.59 | 104.53 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 149 | 0.07 | 0 | 0.26 | 0.21 | 77.31 | 0.33 | 0.69 |
| Hex | BA | C9 | 95 | 7 | 0 | 1A | 15 | 4D | 20 | 45 |
| Octal | 272 | 311 | 225 | 7 | 0 | 32 | 25 | 115 | 40 | 105 |
| Binary | 10111010 | 11001001 | 10010101 | 111 | 0 | 11010 | 10101 | 1001101 | 100000 | 1000101 |
Color Harmonies of #BAC995
Complementary color
Monochromatic Colors of #BAC995
Black with #BAC995
Text Example
Text Example
White with #BAC995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC995; }
p { color: rgb(186,201,149); }
H1.HeaderClassName
{
color: #BAC995;
}
.AnyTagClassName
{
color: #BAC995;
}
</style>
background-color css
<style>
a { background-color: #BAC995; }
a { background-color: rgb(186,201,149); }
div.DivClassName
{
background-color: #BAC995;
}
.BgClassName
{
background-color: #BAC995;
}
</style>
border-color css
<style>
span { border-color: #BAC995; }
span { border-color: rgb(186,201,149); }
td.TdClassName
{
border-color: #BAC995;
}
.TagClassName
{
border-color: #BAC995;
}
</style>