Shades of Sprout #BAC69F
Tints of Sprout #BAC69F
RGB
CMYK
RGB Variations
Color information
#BAC69F (or 0xBAC69F) is known color: Sprout. HEX triplet: BA, C6 and 9F. RGB value is (186,198,159). Sum of RGB (Red+Green+Blue) = 186+198+159=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 159 (62.5% from 255 or 29.28% from 543); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC69F is #453960. Grayscale: #BEBEBE. Windows color (decimal): -4536673 or 10471098. OLE color: 10471098.
HSL color Cylindrical-coordinate representation of color #BAC69F: hue angle of 78.46º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAC69F is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 159 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.22 |
| HSL | 78.46º | 0.25% | 0.7% | - |
| HSV(B) | 78.46º | 0.2% | 0.78% | - |
| XYZ | 46.7 | 53.33 | 40.63 | - |
| YUV | 189.97 | 110.52 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 159 | 0.06 | 0 | 0.20 | 0.22 | 78.46 | 0.25 | 0.7 |
| Hex | BA | C6 | 9F | 6 | 0 | 14 | 16 | 4E | 19 | 46 |
| Octal | 272 | 306 | 237 | 6 | 0 | 24 | 26 | 116 | 31 | 106 |
| Binary | 10111010 | 11000110 | 10011111 | 110 | 0 | 10100 | 10110 | 1001110 | 11001 | 1000110 |
Color Harmonies of #BAC69F
Complementary color
Monochromatic Colors of #BAC69F
Black with #BAC69F
Text Example
Text Example
White with #BAC69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC69F; }
p { color: rgb(186,198,159); }
H1.HeaderClassName
{
color: #BAC69F;
}
.AnyTagClassName
{
color: #BAC69F;
}
</style>
background-color css
<style>
a { background-color: #BAC69F; }
a { background-color: rgb(186,198,159); }
div.DivClassName
{
background-color: #BAC69F;
}
.BgClassName
{
background-color: #BAC69F;
}
</style>
border-color css
<style>
span { border-color: #BAC69F; }
span { border-color: rgb(186,198,159); }
td.TdClassName
{
border-color: #BAC69F;
}
.TagClassName
{
border-color: #BAC69F;
}
</style>