Shades of Sprout #BAE192
Tints of Sprout #BAE192
RGB
CMYK
RGB Variations
Color information
#BAE192 (or 0xBAE192) is known color: Sprout. HEX triplet: BA, E1 and 92. RGB value is (186,225,146). Sum of RGB (Red+Green+Blue) = 186+225+146=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 225 (88.28% from 255 or 40.39% from 557); Blue value is 146 (57.42% from 255 or 26.21% from 557); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE192 is #451E6D. Grayscale: #CCCCCC. Windows color (decimal): -4529774 or 9626042. OLE color: 9626042.
HSL color Cylindrical-coordinate representation of color #BAE192: hue angle of 89.62º 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 #BAE192 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 146 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.12 |
| HSL | 89.62º | 0.57% | 0.73% | - |
| HSV(B) | 89.62º | 0.35% | 0.88% | - |
| XYZ | 52.36 | 66.36 | 37.24 | - |
| YUV | 204.33 | 95.08 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 146 | 0.17 | 0 | 0.35 | 0.12 | 89.62 | 0.57 | 0.73 |
| Hex | BA | E1 | 92 | 11 | 0 | 23 | C | 5A | 39 | 49 |
| Octal | 272 | 341 | 222 | 21 | 0 | 43 | 14 | 132 | 71 | 111 |
| Binary | 10111010 | 11100001 | 10010010 | 10001 | 0 | 100011 | 1100 | 1011010 | 111001 | 1001001 |
Color Harmonies of #BAE192
Complementary color
Monochromatic Colors of #BAE192
Black with #BAE192
Text Example
Text Example
White with #BAE192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE192; }
p { color: rgb(186,225,146); }
H1.HeaderClassName
{
color: #BAE192;
}
.AnyTagClassName
{
color: #BAE192;
}
</style>
background-color css
<style>
a { background-color: #BAE192; }
a { background-color: rgb(186,225,146); }
div.DivClassName
{
background-color: #BAE192;
}
.BgClassName
{
background-color: #BAE192;
}
</style>
border-color css
<style>
span { border-color: #BAE192; }
span { border-color: rgb(186,225,146); }
td.TdClassName
{
border-color: #BAE192;
}
.TagClassName
{
border-color: #BAE192;
}
</style>