Shades of Sprout #BAC99D
Tints of Sprout #BAC99D
RGB
CMYK
RGB Variations
Color information
#BAC99D (or 0xBAC99D) is known color: Sprout. HEX triplet: BA, C9 and 9D. RGB value is (186,201,157). Sum of RGB (Red+Green+Blue) = 186+201+157=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 157 (61.72% from 255 or 28.86% from 544); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC99D is #453662. Grayscale: #BFBFBF. Windows color (decimal): -4535907 or 10340794. OLE color: 10340794.
HSL color Cylindrical-coordinate representation of color #BAC99D: hue angle of 80.45º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAC99D is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 157 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.21 |
| HSL | 80.45º | 0.29% | 0.7% | - |
| HSV(B) | 80.45º | 0.22% | 0.79% | - |
| XYZ | 47.22 | 54.65 | 39.96 | - |
| YUV | 191.5 | 108.53 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 157 | 0.07 | 0 | 0.22 | 0.21 | 80.45 | 0.29 | 0.7 |
| Hex | BA | C9 | 9D | 7 | 0 | 16 | 15 | 50 | 1D | 46 |
| Octal | 272 | 311 | 235 | 7 | 0 | 26 | 25 | 120 | 35 | 106 |
| Binary | 10111010 | 11001001 | 10011101 | 111 | 0 | 10110 | 10101 | 1010000 | 11101 | 1000110 |
Color Harmonies of #BAC99D
Complementary color
Monochromatic Colors of #BAC99D
Black with #BAC99D
Text Example
Text Example
White with #BAC99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC99D; }
p { color: rgb(186,201,157); }
H1.HeaderClassName
{
color: #BAC99D;
}
.AnyTagClassName
{
color: #BAC99D;
}
</style>
background-color css
<style>
a { background-color: #BAC99D; }
a { background-color: rgb(186,201,157); }
div.DivClassName
{
background-color: #BAC99D;
}
.BgClassName
{
background-color: #BAC99D;
}
</style>
border-color css
<style>
span { border-color: #BAC99D; }
span { border-color: rgb(186,201,157); }
td.TdClassName
{
border-color: #BAC99D;
}
.TagClassName
{
border-color: #BAC99D;
}
</style>