Shades of Sprout #BAC891
Tints of Sprout #BAC891
RGB
CMYK
RGB Variations
Color information
#BAC891 (or 0xBAC891) is known color: Sprout. HEX triplet: BA, C8 and 91. RGB value is (186,200,145). Sum of RGB (Red+Green+Blue) = 186+200+145=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 145 (57.03% from 255 or 27.31% from 531); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC891 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC891 is #45376E. Grayscale: #BDBDBD. Windows color (decimal): -4536175 or 9554106. OLE color: 9554106.
HSL color Cylindrical-coordinate representation of color #BAC891: hue angle of 75.27º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAC891 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 145 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.22 |
| HSL | 75.27º | 0.33% | 0.68% | - |
| HSV(B) | 75.27º | 0.28% | 0.78% | - |
| XYZ | 46.01 | 53.79 | 34.75 | - |
| YUV | 189.54 | 102.86 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 145 | 0.07 | 0 | 0.28 | 0.22 | 75.27 | 0.33 | 0.68 |
| Hex | BA | C8 | 91 | 7 | 0 | 1C | 16 | 4B | 21 | 44 |
| Octal | 272 | 310 | 221 | 7 | 0 | 34 | 26 | 113 | 41 | 104 |
| Binary | 10111010 | 11001000 | 10010001 | 111 | 0 | 11100 | 10110 | 1001011 | 100001 | 1000100 |
Color Harmonies of #BAC891
Complementary color
Monochromatic Colors of #BAC891
Black with #BAC891
Text Example
Text Example
White with #BAC891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC891; }
p { color: rgb(186,200,145); }
H1.HeaderClassName
{
color: #BAC891;
}
.AnyTagClassName
{
color: #BAC891;
}
</style>
background-color css
<style>
a { background-color: #BAC891; }
a { background-color: rgb(186,200,145); }
div.DivClassName
{
background-color: #BAC891;
}
.BgClassName
{
background-color: #BAC891;
}
</style>
border-color css
<style>
span { border-color: #BAC891; }
span { border-color: rgb(186,200,145); }
td.TdClassName
{
border-color: #BAC891;
}
.TagClassName
{
border-color: #BAC891;
}
</style>