Shades of Sprout #BACE9E
Tints of Sprout #BACE9E
RGB
CMYK
RGB Variations
Color information
#BACE9E (or 0xBACE9E) is known color: Sprout. HEX triplet: BA, CE and 9E. RGB value is (186,206,158). Sum of RGB (Red+Green+Blue) = 186+206+158=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 158 (62.11% from 255 or 28.73% from 550); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACE9E is #453161. Grayscale: #C2C2C2. Windows color (decimal): -4534626 or 10407610. OLE color: 10407610.
HSL color Cylindrical-coordinate representation of color #BACE9E: hue angle of 85º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BACE9E is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 158 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.19 |
| HSL | 85º | 0.33% | 0.71% | - |
| HSV(B) | 85º | 0.23% | 0.81% | - |
| XYZ | 48.49 | 57.05 | 40.8 | - |
| YUV | 194.55 | 107.37 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 158 | 0.10 | 0 | 0.23 | 0.19 | 85 | 0.33 | 0.71 |
| Hex | BA | CE | 9E | A | 0 | 17 | 13 | 55 | 21 | 47 |
| Octal | 272 | 316 | 236 | 12 | 0 | 27 | 23 | 125 | 41 | 107 |
| Binary | 10111010 | 11001110 | 10011110 | 1010 | 0 | 10111 | 10011 | 1010101 | 100001 | 1000111 |
Color Harmonies of #BACE9E
Complementary color
Monochromatic Colors of #BACE9E
Black with #BACE9E
Text Example
Text Example
White with #BACE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACE9E; }
p { color: rgb(186,206,158); }
H1.HeaderClassName
{
color: #BACE9E;
}
.AnyTagClassName
{
color: #BACE9E;
}
</style>
background-color css
<style>
a { background-color: #BACE9E; }
a { background-color: rgb(186,206,158); }
div.DivClassName
{
background-color: #BACE9E;
}
.BgClassName
{
background-color: #BACE9E;
}
</style>
border-color css
<style>
span { border-color: #BACE9E; }
span { border-color: rgb(186,206,158); }
td.TdClassName
{
border-color: #BACE9E;
}
.TagClassName
{
border-color: #BACE9E;
}
</style>