Shades of Sprout #BAC59C
Tints of Sprout #BAC59C
RGB
CMYK
RGB Variations
Color information
#BAC59C (or 0xBAC59C) is known color: Sprout. HEX triplet: BA, C5 and 9C. RGB value is (186,197,156). Sum of RGB (Red+Green+Blue) = 186+197+156=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 197 (77.34% from 255 or 36.55% from 539); Blue value is 156 (61.33% from 255 or 28.94% from 539); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC59C is #453A63. Grayscale: #BDBDBD. Windows color (decimal): -4536932 or 10274234. OLE color: 10274234.
HSL color Cylindrical-coordinate representation of color #BAC59C: hue angle of 76.1º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAC59C is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 156 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.23 |
| HSL | 76.1º | 0.26% | 0.69% | - |
| HSV(B) | 76.1º | 0.21% | 0.77% | - |
| XYZ | 46.22 | 52.77 | 39.2 | - |
| YUV | 189.04 | 109.36 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 156 | 0.06 | 0 | 0.21 | 0.23 | 76.1 | 0.26 | 0.69 |
| Hex | BA | C5 | 9C | 6 | 0 | 15 | 17 | 4C | 1A | 45 |
| Octal | 272 | 305 | 234 | 6 | 0 | 25 | 27 | 114 | 32 | 105 |
| Binary | 10111010 | 11000101 | 10011100 | 110 | 0 | 10101 | 10111 | 1001100 | 11010 | 1000101 |
Color Harmonies of #BAC59C
Complementary color
Monochromatic Colors of #BAC59C
Black with #BAC59C
Text Example
Text Example
White with #BAC59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC59C; }
p { color: rgb(186,197,156); }
H1.HeaderClassName
{
color: #BAC59C;
}
.AnyTagClassName
{
color: #BAC59C;
}
</style>
background-color css
<style>
a { background-color: #BAC59C; }
a { background-color: rgb(186,197,156); }
div.DivClassName
{
background-color: #BAC59C;
}
.BgClassName
{
background-color: #BAC59C;
}
</style>
border-color css
<style>
span { border-color: #BAC59C; }
span { border-color: rgb(186,197,156); }
td.TdClassName
{
border-color: #BAC59C;
}
.TagClassName
{
border-color: #BAC59C;
}
</style>