Shades of Sprout #BAC79A
Tints of Sprout #BAC79A
RGB
CMYK
RGB Variations
Color information
#BAC79A (or 0xBAC79A) is known color: Sprout. HEX triplet: BA, C7 and 9A. RGB value is (186,199,154). Sum of RGB (Red+Green+Blue) = 186+199+154=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 199 (78.12% from 255 or 36.92% from 539); Blue value is 154 (60.55% from 255 or 28.57% from 539); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC79A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC79A is #453865. Grayscale: #BEBEBE. Windows color (decimal): -4536422 or 10143674. OLE color: 10143674.
HSL color Cylindrical-coordinate representation of color #BAC79A: hue angle of 77.33º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAC79A is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 199 | 154 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.22 |
| HSL | 77.33º | 0.29% | 0.69% | - |
| HSV(B) | 77.33º | 0.23% | 0.78% | - |
| XYZ | 46.51 | 53.62 | 38.47 | - |
| YUV | 189.98 | 107.69 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 154 | 0.07 | 0 | 0.23 | 0.22 | 77.33 | 0.29 | 0.69 |
| Hex | BA | C7 | 9A | 7 | 0 | 17 | 16 | 4D | 1D | 45 |
| Octal | 272 | 307 | 232 | 7 | 0 | 27 | 26 | 115 | 35 | 105 |
| Binary | 10111010 | 11000111 | 10011010 | 111 | 0 | 10111 | 10110 | 1001101 | 11101 | 1000101 |
Color Harmonies of #BAC79A
Complementary color
Monochromatic Colors of #BAC79A
Black with #BAC79A
Text Example
Text Example
White with #BAC79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC79A; }
p { color: rgb(186,199,154); }
H1.HeaderClassName
{
color: #BAC79A;
}
.AnyTagClassName
{
color: #BAC79A;
}
</style>
background-color css
<style>
a { background-color: #BAC79A; }
a { background-color: rgb(186,199,154); }
div.DivClassName
{
background-color: #BAC79A;
}
.BgClassName
{
background-color: #BAC79A;
}
</style>
border-color css
<style>
span { border-color: #BAC79A; }
span { border-color: rgb(186,199,154); }
td.TdClassName
{
border-color: #BAC79A;
}
.TagClassName
{
border-color: #BAC79A;
}
</style>