Shades of Sprout #BAE095
Tints of Sprout #BAE095
RGB
CMYK
RGB Variations
Color information
#BAE095 (or 0xBAE095) is known color: Sprout. HEX triplet: BA, E0 and 95. RGB value is (186,224,149). Sum of RGB (Red+Green+Blue) = 186+224+149=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 149 (58.59% from 255 or 26.65% from 559); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE095 is #451F6A. Grayscale: #CCCCCC. Windows color (decimal): -4530027 or 9822394. OLE color: 9822394.
HSL color Cylindrical-coordinate representation of color #BAE095: hue angle of 90.4º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAE095 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 224 | 149 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.12 |
| HSL | 90.4º | 0.55% | 0.73% | - |
| HSV(B) | 90.4º | 0.33% | 0.88% | - |
| XYZ | 52.33 | 65.92 | 38.4 | - |
| YUV | 204.09 | 96.91 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 224 | 149 | 0.17 | 0 | 0.33 | 0.12 | 90.4 | 0.55 | 0.73 |
| Hex | BA | E0 | 95 | 11 | 0 | 21 | C | 5A | 37 | 49 |
| Octal | 272 | 340 | 225 | 21 | 0 | 41 | 14 | 132 | 67 | 111 |
| Binary | 10111010 | 11100000 | 10010101 | 10001 | 0 | 100001 | 1100 | 1011010 | 110111 | 1001001 |
Color Harmonies of #BAE095
Complementary color
Monochromatic Colors of #BAE095
Black with #BAE095
Text Example
Text Example
White with #BAE095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE095; }
p { color: rgb(186,224,149); }
H1.HeaderClassName
{
color: #BAE095;
}
.AnyTagClassName
{
color: #BAE095;
}
</style>
background-color css
<style>
a { background-color: #BAE095; }
a { background-color: rgb(186,224,149); }
div.DivClassName
{
background-color: #BAE095;
}
.BgClassName
{
background-color: #BAE095;
}
</style>
border-color css
<style>
span { border-color: #BAE095; }
span { border-color: rgb(186,224,149); }
td.TdClassName
{
border-color: #BAE095;
}
.TagClassName
{
border-color: #BAE095;
}
</style>