Shades of Sprout #BAE193
Tints of Sprout #BAE193
RGB
CMYK
RGB Variations
Color information
#BAE193 (or 0xBAE193) is known color: Sprout. HEX triplet: BA, E1 and 93. RGB value is (186,225,147). Sum of RGB (Red+Green+Blue) = 186+225+147=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 225 (88.28% from 255 or 40.32% from 558); Blue value is 147 (57.81% from 255 or 26.34% from 558); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE193 is #451E6C. Grayscale: #CCCCCC. Windows color (decimal): -4529773 or 9691578. OLE color: 9691578.
HSL color Cylindrical-coordinate representation of color #BAE193: hue angle of 90º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAE193 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 147 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.12 |
| HSL | 90º | 0.57% | 0.73% | - |
| HSV(B) | 90º | 0.35% | 0.88% | - |
| XYZ | 52.44 | 66.4 | 37.66 | - |
| YUV | 204.45 | 95.58 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 147 | 0.17 | 0 | 0.35 | 0.12 | 90 | 0.57 | 0.73 |
| Hex | BA | E1 | 93 | 11 | 0 | 23 | C | 5A | 39 | 49 |
| Octal | 272 | 341 | 223 | 21 | 0 | 43 | 14 | 132 | 71 | 111 |
| Binary | 10111010 | 11100001 | 10010011 | 10001 | 0 | 100011 | 1100 | 1011010 | 111001 | 1001001 |
Color Harmonies of #BAE193
Complementary color
Monochromatic Colors of #BAE193
Black with #BAE193
Text Example
Text Example
White with #BAE193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE193; }
p { color: rgb(186,225,147); }
H1.HeaderClassName
{
color: #BAE193;
}
.AnyTagClassName
{
color: #BAE193;
}
</style>
background-color css
<style>
a { background-color: #BAE193; }
a { background-color: rgb(186,225,147); }
div.DivClassName
{
background-color: #BAE193;
}
.BgClassName
{
background-color: #BAE193;
}
</style>
border-color css
<style>
span { border-color: #BAE193; }
span { border-color: rgb(186,225,147); }
td.TdClassName
{
border-color: #BAE193;
}
.TagClassName
{
border-color: #BAE193;
}
</style>