Shades of Sprout #BAC89E
Tints of Sprout #BAC89E
RGB
CMYK
RGB Variations
Color information
#BAC89E (or 0xBAC89E) is known color: Sprout. HEX triplet: BA, C8 and 9E. RGB value is (186,200,158). Sum of RGB (Red+Green+Blue) = 186+200+158=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 200 (78.52% from 255 or 36.76% from 544); Blue value is 158 (62.11% from 255 or 29.04% from 544); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC89E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC89E is #453761. Grayscale: #BFBFBF. Windows color (decimal): -4536162 or 10406074. OLE color: 10406074.
HSL color Cylindrical-coordinate representation of color #BAC89E: hue angle of 80º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAC89E is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 158 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.22 |
| HSL | 80º | 0.28% | 0.7% | - |
| HSV(B) | 80º | 0.21% | 0.78% | - |
| XYZ | 47.08 | 54.22 | 40.33 | - |
| YUV | 191.03 | 109.36 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 158 | 0.07 | 0 | 0.21 | 0.22 | 80 | 0.28 | 0.7 |
| Hex | BA | C8 | 9E | 7 | 0 | 15 | 16 | 50 | 1C | 46 |
| Octal | 272 | 310 | 236 | 7 | 0 | 25 | 26 | 120 | 34 | 106 |
| Binary | 10111010 | 11001000 | 10011110 | 111 | 0 | 10101 | 10110 | 1010000 | 11100 | 1000110 |
Color Harmonies of #BAC89E
Complementary color
Monochromatic Colors of #BAC89E
Black with #BAC89E
Text Example
Text Example
White with #BAC89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC89E; }
p { color: rgb(186,200,158); }
H1.HeaderClassName
{
color: #BAC89E;
}
.AnyTagClassName
{
color: #BAC89E;
}
</style>
background-color css
<style>
a { background-color: #BAC89E; }
a { background-color: rgb(186,200,158); }
div.DivClassName
{
background-color: #BAC89E;
}
.BgClassName
{
background-color: #BAC89E;
}
</style>
border-color css
<style>
span { border-color: #BAC89E; }
span { border-color: rgb(186,200,158); }
td.TdClassName
{
border-color: #BAC89E;
}
.TagClassName
{
border-color: #BAC89E;
}
</style>