Shades of Sprout #BAC896
Tints of Sprout #BAC896
RGB
CMYK
RGB Variations
Color information
#BAC896 (or 0xBAC896) is known color: Sprout. HEX triplet: BA, C8 and 96. RGB value is (186,200,150). Sum of RGB (Red+Green+Blue) = 186+200+150=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 200 (78.52% from 255 or 37.31% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC896 is #453769. Grayscale: #BEBEBE. Windows color (decimal): -4536170 or 9881786. OLE color: 9881786.
HSL color Cylindrical-coordinate representation of color #BAC896: hue angle of 76.8º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAC896 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 150 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.22 |
| HSL | 76.8º | 0.31% | 0.69% | - |
| HSV(B) | 76.8º | 0.25% | 0.78% | - |
| XYZ | 46.41 | 53.95 | 36.82 | - |
| YUV | 190.11 | 105.36 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 150 | 0.07 | 0 | 0.25 | 0.22 | 76.8 | 0.31 | 0.69 |
| Hex | BA | C8 | 96 | 7 | 0 | 19 | 16 | 4D | 1F | 45 |
| Octal | 272 | 310 | 226 | 7 | 0 | 31 | 26 | 115 | 37 | 105 |
| Binary | 10111010 | 11001000 | 10010110 | 111 | 0 | 11001 | 10110 | 1001101 | 11111 | 1000101 |
Color Harmonies of #BAC896
Complementary color
Monochromatic Colors of #BAC896
Black with #BAC896
Text Example
Text Example
White with #BAC896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC896; }
p { color: rgb(186,200,150); }
H1.HeaderClassName
{
color: #BAC896;
}
.AnyTagClassName
{
color: #BAC896;
}
</style>
background-color css
<style>
a { background-color: #BAC896; }
a { background-color: rgb(186,200,150); }
div.DivClassName
{
background-color: #BAC896;
}
.BgClassName
{
background-color: #BAC896;
}
</style>
border-color css
<style>
span { border-color: #BAC896; }
span { border-color: rgb(186,200,150); }
td.TdClassName
{
border-color: #BAC896;
}
.TagClassName
{
border-color: #BAC896;
}
</style>