Shades of Sprout #BAC8A1
Tints of Sprout #BAC8A1
RGB
CMYK
RGB Variations
Color information
#BAC8A1 (or 0xBAC8A1) is known color: Sprout. HEX triplet: BA, C8 and A1. RGB value is (186,200,161). Sum of RGB (Red+Green+Blue) = 186+200+161=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 200 (78.52% from 255 or 36.56% from 547); Blue value is 161 (63.28% from 255 or 29.43% from 547); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC8A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC8A1 is #45375E. Grayscale: #BFBFBF. Windows color (decimal): -4536159 or 10602682. OLE color: 10602682.
HSL color Cylindrical-coordinate representation of color #BAC8A1: hue angle of 81.54º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAC8A1 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 161 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.22 |
| HSL | 81.54º | 0.26% | 0.71% | - |
| HSV(B) | 81.54º | 0.2% | 0.78% | - |
| XYZ | 47.34 | 54.32 | 41.71 | - |
| YUV | 191.37 | 110.86 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 161 | 0.07 | 0 | 0.19 | 0.22 | 81.54 | 0.26 | 0.71 |
| Hex | BA | C8 | A1 | 7 | 0 | 13 | 16 | 52 | 1A | 47 |
| Octal | 272 | 310 | 241 | 7 | 0 | 23 | 26 | 122 | 32 | 107 |
| Binary | 10111010 | 11001000 | 10100001 | 111 | 0 | 10011 | 10110 | 1010010 | 11010 | 1000111 |
Color Harmonies of #BAC8A1
Complementary color
Monochromatic Colors of #BAC8A1
Black with #BAC8A1
Text Example
Text Example
White with #BAC8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC8A1; }
p { color: rgb(186,200,161); }
H1.HeaderClassName
{
color: #BAC8A1;
}
.AnyTagClassName
{
color: #BAC8A1;
}
</style>
background-color css
<style>
a { background-color: #BAC8A1; }
a { background-color: rgb(186,200,161); }
div.DivClassName
{
background-color: #BAC8A1;
}
.BgClassName
{
background-color: #BAC8A1;
}
</style>
border-color css
<style>
span { border-color: #BAC8A1; }
span { border-color: rgb(186,200,161); }
td.TdClassName
{
border-color: #BAC8A1;
}
.TagClassName
{
border-color: #BAC8A1;
}
</style>