Shades of Sprout #BAC49E
Tints of Sprout #BAC49E
RGB
CMYK
RGB Variations
Color information
#BAC49E (or 0xBAC49E) is known color: Sprout. HEX triplet: BA, C4 and 9E. RGB value is (186,196,158). Sum of RGB (Red+Green+Blue) = 186+196+158=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 196 (76.95% from 255 or 36.30% from 540); Blue value is 158 (62.11% from 255 or 29.26% from 540); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC49E is #453B61. Grayscale: #BCBCBC. Windows color (decimal): -4537186 or 10405050. OLE color: 10405050.
HSL color Cylindrical-coordinate representation of color #BAC49E: hue angle of 75.79º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAC49E is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 196 | 158 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.23 |
| HSL | 75.79º | 0.24% | 0.69% | - |
| HSV(B) | 75.79º | 0.19% | 0.77% | - |
| XYZ | 46.16 | 52.39 | 40.03 | - |
| YUV | 188.68 | 110.69 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 158 | 0.05 | 0 | 0.19 | 0.23 | 75.79 | 0.24 | 0.69 |
| Hex | BA | C4 | 9E | 5 | 0 | 13 | 17 | 4C | 18 | 45 |
| Octal | 272 | 304 | 236 | 5 | 0 | 23 | 27 | 114 | 30 | 105 |
| Binary | 10111010 | 11000100 | 10011110 | 101 | 0 | 10011 | 10111 | 1001100 | 11000 | 1000101 |
Color Harmonies of #BAC49E
Complementary color
Monochromatic Colors of #BAC49E
Black with #BAC49E
Text Example
Text Example
White with #BAC49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC49E; }
p { color: rgb(186,196,158); }
H1.HeaderClassName
{
color: #BAC49E;
}
.AnyTagClassName
{
color: #BAC49E;
}
</style>
background-color css
<style>
a { background-color: #BAC49E; }
a { background-color: rgb(186,196,158); }
div.DivClassName
{
background-color: #BAC49E;
}
.BgClassName
{
background-color: #BAC49E;
}
</style>
border-color css
<style>
span { border-color: #BAC49E; }
span { border-color: rgb(186,196,158); }
td.TdClassName
{
border-color: #BAC49E;
}
.TagClassName
{
border-color: #BAC49E;
}
</style>