Shades of Sprout #BAC696
Tints of Sprout #BAC696
RGB
CMYK
RGB Variations
Color information
#BAC696 (or 0xBAC696) is known color: Sprout. HEX triplet: BA, C6 and 96. RGB value is (186,198,150). Sum of RGB (Red+Green+Blue) = 186+198+150=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 198 (77.73% from 255 or 37.08% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC696 is #453969. Grayscale: #BDBDBD. Windows color (decimal): -4536682 or 9881274. OLE color: 9881274.
HSL color Cylindrical-coordinate representation of color #BAC696: hue angle of 75º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAC696 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 150 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.22 |
| HSL | 75º | 0.3% | 0.68% | - |
| HSV(B) | 75º | 0.24% | 0.78% | - |
| XYZ | 45.95 | 53.03 | 36.67 | - |
| YUV | 188.94 | 106.02 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 150 | 0.06 | 0 | 0.24 | 0.22 | 75 | 0.3 | 0.68 |
| Hex | BA | C6 | 96 | 6 | 0 | 18 | 16 | 4B | 1E | 44 |
| Octal | 272 | 306 | 226 | 6 | 0 | 30 | 26 | 113 | 36 | 104 |
| Binary | 10111010 | 11000110 | 10010110 | 110 | 0 | 11000 | 10110 | 1001011 | 11110 | 1000100 |
Color Harmonies of #BAC696
Complementary color
Monochromatic Colors of #BAC696
Black with #BAC696
Text Example
Text Example
White with #BAC696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC696; }
p { color: rgb(186,198,150); }
H1.HeaderClassName
{
color: #BAC696;
}
.AnyTagClassName
{
color: #BAC696;
}
</style>
background-color css
<style>
a { background-color: #BAC696; }
a { background-color: rgb(186,198,150); }
div.DivClassName
{
background-color: #BAC696;
}
.BgClassName
{
background-color: #BAC696;
}
</style>
border-color css
<style>
span { border-color: #BAC696; }
span { border-color: rgb(186,198,150); }
td.TdClassName
{
border-color: #BAC696;
}
.TagClassName
{
border-color: #BAC696;
}
</style>