Shades of Sprout #BACE9B
Tints of Sprout #BACE9B
RGB
CMYK
RGB Variations
Color information
#BACE9B (or 0xBACE9B) is known color: Sprout. HEX triplet: BA, CE and 9B. RGB value is (186,206,155). Sum of RGB (Red+Green+Blue) = 186+206+155=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 155 (60.94% from 255 or 28.34% from 547); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACE9B is #453164. Grayscale: #C2C2C2. Windows color (decimal): -4534629 or 10211002. OLE color: 10211002.
HSL color Cylindrical-coordinate representation of color #BACE9B: hue angle of 83.53º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BACE9B is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 155 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.19 |
| HSL | 83.53º | 0.34% | 0.71% | - |
| HSV(B) | 83.53º | 0.25% | 0.81% | - |
| XYZ | 48.24 | 56.95 | 39.46 | - |
| YUV | 194.21 | 105.87 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 155 | 0.10 | 0 | 0.25 | 0.19 | 83.53 | 0.34 | 0.71 |
| Hex | BA | CE | 9B | A | 0 | 19 | 13 | 54 | 22 | 47 |
| Octal | 272 | 316 | 233 | 12 | 0 | 31 | 23 | 124 | 42 | 107 |
| Binary | 10111010 | 11001110 | 10011011 | 1010 | 0 | 11001 | 10011 | 1010100 | 100010 | 1000111 |
Color Harmonies of #BACE9B
Complementary color
Monochromatic Colors of #BACE9B
Black with #BACE9B
Text Example
Text Example
White with #BACE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACE9B; }
p { color: rgb(186,206,155); }
H1.HeaderClassName
{
color: #BACE9B;
}
.AnyTagClassName
{
color: #BACE9B;
}
</style>
background-color css
<style>
a { background-color: #BACE9B; }
a { background-color: rgb(186,206,155); }
div.DivClassName
{
background-color: #BACE9B;
}
.BgClassName
{
background-color: #BACE9B;
}
</style>
border-color css
<style>
span { border-color: #BACE9B; }
span { border-color: rgb(186,206,155); }
td.TdClassName
{
border-color: #BACE9B;
}
.TagClassName
{
border-color: #BACE9B;
}
</style>