Shades of Sprout #BAC893
Tints of Sprout #BAC893
RGB
CMYK
RGB Variations
Color information
#BAC893 (or 0xBAC893) is known color: Sprout. HEX triplet: BA, C8 and 93. RGB value is (186,200,147). Sum of RGB (Red+Green+Blue) = 186+200+147=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 200 (78.52% from 255 or 37.52% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC893 is #45376C. Grayscale: #BDBDBD. Windows color (decimal): -4536173 or 9685178. OLE color: 9685178.
HSL color Cylindrical-coordinate representation of color #BAC893: hue angle of 75.85º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAC893 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 147 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.22 |
| HSL | 75.85º | 0.33% | 0.68% | - |
| HSV(B) | 75.85º | 0.27% | 0.78% | - |
| XYZ | 46.17 | 53.85 | 35.57 | - |
| YUV | 189.77 | 103.86 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 147 | 0.07 | 0 | 0.26 | 0.22 | 75.85 | 0.33 | 0.68 |
| Hex | BA | C8 | 93 | 7 | 0 | 1A | 16 | 4C | 21 | 44 |
| Octal | 272 | 310 | 223 | 7 | 0 | 32 | 26 | 114 | 41 | 104 |
| Binary | 10111010 | 11001000 | 10010011 | 111 | 0 | 11010 | 10110 | 1001100 | 100001 | 1000100 |
Color Harmonies of #BAC893
Complementary color
Monochromatic Colors of #BAC893
Black with #BAC893
Text Example
Text Example
White with #BAC893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC893; }
p { color: rgb(186,200,147); }
H1.HeaderClassName
{
color: #BAC893;
}
.AnyTagClassName
{
color: #BAC893;
}
</style>
background-color css
<style>
a { background-color: #BAC893; }
a { background-color: rgb(186,200,147); }
div.DivClassName
{
background-color: #BAC893;
}
.BgClassName
{
background-color: #BAC893;
}
</style>
border-color css
<style>
span { border-color: #BAC893; }
span { border-color: rgb(186,200,147); }
td.TdClassName
{
border-color: #BAC893;
}
.TagClassName
{
border-color: #BAC893;
}
</style>