Shades of Sprout #BAC9A0
Tints of Sprout #BAC9A0
RGB
CMYK
RGB Variations
Color information
#BAC9A0 (or 0xBAC9A0) is known color: Sprout. HEX triplet: BA, C9 and A0. RGB value is (186,201,160). Sum of RGB (Red+Green+Blue) = 186+201+160=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 160 (62.89% from 255 or 29.25% from 547); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC9A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC9A0 is #45365F. Grayscale: #BFBFBF. Windows color (decimal): -4535904 or 10537402. OLE color: 10537402.
HSL color Cylindrical-coordinate representation of color #BAC9A0: hue angle of 81.95º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAC9A0 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 160 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.21 |
| HSL | 81.95º | 0.28% | 0.71% | - |
| HSV(B) | 81.95º | 0.2% | 0.79% | - |
| XYZ | 47.48 | 54.75 | 41.32 | - |
| YUV | 191.84 | 110.03 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 160 | 0.07 | 0 | 0.20 | 0.21 | 81.95 | 0.28 | 0.71 |
| Hex | BA | C9 | A0 | 7 | 0 | 14 | 15 | 52 | 1C | 47 |
| Octal | 272 | 311 | 240 | 7 | 0 | 24 | 25 | 122 | 34 | 107 |
| Binary | 10111010 | 11001001 | 10100000 | 111 | 0 | 10100 | 10101 | 1010010 | 11100 | 1000111 |
Color Harmonies of #BAC9A0
Complementary color
Monochromatic Colors of #BAC9A0
Black with #BAC9A0
Text Example
Text Example
White with #BAC9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC9A0; }
p { color: rgb(186,201,160); }
H1.HeaderClassName
{
color: #BAC9A0;
}
.AnyTagClassName
{
color: #BAC9A0;
}
</style>
background-color css
<style>
a { background-color: #BAC9A0; }
a { background-color: rgb(186,201,160); }
div.DivClassName
{
background-color: #BAC9A0;
}
.BgClassName
{
background-color: #BAC9A0;
}
</style>
border-color css
<style>
span { border-color: #BAC9A0; }
span { border-color: rgb(186,201,160); }
td.TdClassName
{
border-color: #BAC9A0;
}
.TagClassName
{
border-color: #BAC9A0;
}
</style>