Shades of Sprout #BAC699
Tints of Sprout #BAC699
RGB
CMYK
RGB Variations
Color information
#BAC699 (or 0xBAC699) is known color: Sprout. HEX triplet: BA, C6 and 99. RGB value is (186,198,153). Sum of RGB (Red+Green+Blue) = 186+198+153=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 153 (60.16% from 255 or 28.49% from 537); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC699 is #453966. Grayscale: #BDBDBD. Windows color (decimal): -4536679 or 10077882. OLE color: 10077882.
HSL color Cylindrical-coordinate representation of color #BAC699: hue angle of 76º degrees, saturation: 0.28, 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 #BAC699 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 153 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.22 |
| HSL | 76º | 0.28% | 0.69% | - |
| HSV(B) | 76º | 0.23% | 0.78% | - |
| XYZ | 46.19 | 53.13 | 37.96 | - |
| YUV | 189.28 | 107.52 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 153 | 0.06 | 0 | 0.23 | 0.22 | 76 | 0.28 | 0.69 |
| Hex | BA | C6 | 99 | 6 | 0 | 17 | 16 | 4C | 1C | 45 |
| Octal | 272 | 306 | 231 | 6 | 0 | 27 | 26 | 114 | 34 | 105 |
| Binary | 10111010 | 11000110 | 10011001 | 110 | 0 | 10111 | 10110 | 1001100 | 11100 | 1000101 |
Color Harmonies of #BAC699
Complementary color
Monochromatic Colors of #BAC699
Black with #BAC699
Text Example
Text Example
White with #BAC699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC699; }
p { color: rgb(186,198,153); }
H1.HeaderClassName
{
color: #BAC699;
}
.AnyTagClassName
{
color: #BAC699;
}
</style>
background-color css
<style>
a { background-color: #BAC699; }
a { background-color: rgb(186,198,153); }
div.DivClassName
{
background-color: #BAC699;
}
.BgClassName
{
background-color: #BAC699;
}
</style>
border-color css
<style>
span { border-color: #BAC699; }
span { border-color: rgb(186,198,153); }
td.TdClassName
{
border-color: #BAC699;
}
.TagClassName
{
border-color: #BAC699;
}
</style>