Shades of Sprout #BAC899
Tints of Sprout #BAC899
RGB
CMYK
RGB Variations
Color information
#BAC899 (or 0xBAC899) is known color: Sprout. HEX triplet: BA, C8 and 99. RGB value is (186,200,153). Sum of RGB (Red+Green+Blue) = 186+200+153=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 153 (60.16% from 255 or 28.39% from 539); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC899 is #453766. Grayscale: #BEBEBE. Windows color (decimal): -4536167 or 10078394. OLE color: 10078394.
HSL color Cylindrical-coordinate representation of color #BAC899: hue angle of 77.87º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAC899 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 153 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.22 |
| HSL | 77.87º | 0.3% | 0.69% | - |
| HSV(B) | 77.87º | 0.24% | 0.78% | - |
| XYZ | 46.65 | 54.05 | 38.11 | - |
| YUV | 190.46 | 106.86 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 153 | 0.07 | 0 | 0.24 | 0.22 | 77.87 | 0.3 | 0.69 |
| Hex | BA | C8 | 99 | 7 | 0 | 18 | 16 | 4E | 1E | 45 |
| Octal | 272 | 310 | 231 | 7 | 0 | 30 | 26 | 116 | 36 | 105 |
| Binary | 10111010 | 11001000 | 10011001 | 111 | 0 | 11000 | 10110 | 1001110 | 11110 | 1000101 |
Color Harmonies of #BAC899
Complementary color
Monochromatic Colors of #BAC899
Black with #BAC899
Text Example
Text Example
White with #BAC899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC899; }
p { color: rgb(186,200,153); }
H1.HeaderClassName
{
color: #BAC899;
}
.AnyTagClassName
{
color: #BAC899;
}
</style>
background-color css
<style>
a { background-color: #BAC899; }
a { background-color: rgb(186,200,153); }
div.DivClassName
{
background-color: #BAC899;
}
.BgClassName
{
background-color: #BAC899;
}
</style>
border-color css
<style>
span { border-color: #BAC899; }
span { border-color: rgb(186,200,153); }
td.TdClassName
{
border-color: #BAC899;
}
.TagClassName
{
border-color: #BAC899;
}
</style>