Shades of Sprout #BACE8F
Tints of Sprout #BACE8F
RGB
CMYK
RGB Variations
Color information
#BACE8F (or 0xBACE8F) is known color: Sprout. HEX triplet: BA, CE and 8F. RGB value is (186,206,143). Sum of RGB (Red+Green+Blue) = 186+206+143=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 143 (56.25% from 255 or 26.73% from 535); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACE8F is #453170. Grayscale: #C1C1C1. Windows color (decimal): -4534641 or 9424570. OLE color: 9424570.
HSL color Cylindrical-coordinate representation of color #BACE8F: hue angle of 79.05º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BACE8F is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 143 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.19 |
| HSL | 79.05º | 0.39% | 0.68% | - |
| HSV(B) | 79.05º | 0.31% | 0.81% | - |
| XYZ | 47.28 | 56.56 | 34.41 | - |
| YUV | 192.84 | 99.87 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 143 | 0.10 | 0 | 0.31 | 0.19 | 79.05 | 0.39 | 0.68 |
| Hex | BA | CE | 8F | A | 0 | 1F | 13 | 4F | 27 | 44 |
| Octal | 272 | 316 | 217 | 12 | 0 | 37 | 23 | 117 | 47 | 104 |
| Binary | 10111010 | 11001110 | 10001111 | 1010 | 0 | 11111 | 10011 | 1001111 | 100111 | 1000100 |
Color Harmonies of #BACE8F
Complementary color
Monochromatic Colors of #BACE8F
Black with #BACE8F
Text Example
Text Example
White with #BACE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACE8F; }
p { color: rgb(186,206,143); }
H1.HeaderClassName
{
color: #BACE8F;
}
.AnyTagClassName
{
color: #BACE8F;
}
</style>
background-color css
<style>
a { background-color: #BACE8F; }
a { background-color: rgb(186,206,143); }
div.DivClassName
{
background-color: #BACE8F;
}
.BgClassName
{
background-color: #BACE8F;
}
</style>
border-color css
<style>
span { border-color: #BACE8F; }
span { border-color: rgb(186,206,143); }
td.TdClassName
{
border-color: #BACE8F;
}
.TagClassName
{
border-color: #BACE8F;
}
</style>