Shades of Sprout #BACE8C
Tints of Sprout #BACE8C
RGB
CMYK
RGB Variations
Color information
#BACE8C (or 0xBACE8C) is known color: Sprout. HEX triplet: BA, CE and 8C. RGB value is (186,206,140). Sum of RGB (Red+Green+Blue) = 186+206+140=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 140 (55.08% from 255 or 26.32% from 532); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACE8C is #453173. Grayscale: #C0C0C0. Windows color (decimal): -4534644 or 9227962. OLE color: 9227962.
HSL color Cylindrical-coordinate representation of color #BACE8C: hue angle of 78.18º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BACE8C is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 140 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.19 |
| HSL | 78.18º | 0.4% | 0.68% | - |
| HSV(B) | 78.18º | 0.32% | 0.81% | - |
| XYZ | 47.05 | 56.48 | 33.23 | - |
| YUV | 192.5 | 98.37 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 140 | 0.10 | 0 | 0.32 | 0.19 | 78.18 | 0.4 | 0.68 |
| Hex | BA | CE | 8C | A | 0 | 20 | 13 | 4E | 28 | 44 |
| Octal | 272 | 316 | 214 | 12 | 0 | 40 | 23 | 116 | 50 | 104 |
| Binary | 10111010 | 11001110 | 10001100 | 1010 | 0 | 100000 | 10011 | 1001110 | 101000 | 1000100 |
Color Harmonies of #BACE8C
Complementary color
Monochromatic Colors of #BACE8C
Black with #BACE8C
Text Example
Text Example
White with #BACE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACE8C; }
p { color: rgb(186,206,140); }
H1.HeaderClassName
{
color: #BACE8C;
}
.AnyTagClassName
{
color: #BACE8C;
}
</style>
background-color css
<style>
a { background-color: #BACE8C; }
a { background-color: rgb(186,206,140); }
div.DivClassName
{
background-color: #BACE8C;
}
.BgClassName
{
background-color: #BACE8C;
}
</style>
border-color css
<style>
span { border-color: #BACE8C; }
span { border-color: rgb(186,206,140); }
td.TdClassName
{
border-color: #BACE8C;
}
.TagClassName
{
border-color: #BACE8C;
}
</style>