Shades of Sprout #BAC796
Tints of Sprout #BAC796
RGB
CMYK
RGB Variations
Color information
#BAC796 (or 0xBAC796) is known color: Sprout. HEX triplet: BA, C7 and 96. RGB value is (186,199,150). Sum of RGB (Red+Green+Blue) = 186+199+150=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 199 (78.12% from 255 or 37.20% from 535); Blue value is 150 (58.98% from 255 or 28.04% from 535); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC796 is #453869. Grayscale: #BDBDBD. Windows color (decimal): -4536426 or 9881530. OLE color: 9881530.
HSL color Cylindrical-coordinate representation of color #BAC796: hue angle of 75.92º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAC796 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 199 | 150 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.22 |
| HSL | 75.92º | 0.3% | 0.68% | - |
| HSV(B) | 75.92º | 0.25% | 0.78% | - |
| XYZ | 46.18 | 53.49 | 36.74 | - |
| YUV | 189.53 | 105.69 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 150 | 0.07 | 0 | 0.25 | 0.22 | 75.92 | 0.3 | 0.68 |
| Hex | BA | C7 | 96 | 7 | 0 | 19 | 16 | 4C | 1E | 44 |
| Octal | 272 | 307 | 226 | 7 | 0 | 31 | 26 | 114 | 36 | 104 |
| Binary | 10111010 | 11000111 | 10010110 | 111 | 0 | 11001 | 10110 | 1001100 | 11110 | 1000100 |
Color Harmonies of #BAC796
Complementary color
Monochromatic Colors of #BAC796
Black with #BAC796
Text Example
Text Example
White with #BAC796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC796; }
p { color: rgb(186,199,150); }
H1.HeaderClassName
{
color: #BAC796;
}
.AnyTagClassName
{
color: #BAC796;
}
</style>
background-color css
<style>
a { background-color: #BAC796; }
a { background-color: rgb(186,199,150); }
div.DivClassName
{
background-color: #BAC796;
}
.BgClassName
{
background-color: #BAC796;
}
</style>
border-color css
<style>
span { border-color: #BAC796; }
span { border-color: rgb(186,199,150); }
td.TdClassName
{
border-color: #BAC796;
}
.TagClassName
{
border-color: #BAC796;
}
</style>