Shades of Sprout #BAC99C
Tints of Sprout #BAC99C
RGB
CMYK
RGB Variations
Color information
#BAC99C (or 0xBAC99C) is known color: Sprout. HEX triplet: BA, C9 and 9C. RGB value is (186,201,156). Sum of RGB (Red+Green+Blue) = 186+201+156=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 156 (61.33% from 255 or 28.73% from 543); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC99C is #453663. Grayscale: #BFBFBF. Windows color (decimal): -4535908 or 10275258. OLE color: 10275258.
HSL color Cylindrical-coordinate representation of color #BAC99C: hue angle of 80º 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 #BAC99C is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 156 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.21 |
| HSL | 80º | 0.29% | 0.7% | - |
| HSV(B) | 80º | 0.22% | 0.79% | - |
| XYZ | 47.14 | 54.61 | 39.51 | - |
| YUV | 191.39 | 108.03 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 156 | 0.07 | 0 | 0.22 | 0.21 | 80 | 0.29 | 0.7 |
| Hex | BA | C9 | 9C | 7 | 0 | 16 | 15 | 50 | 1D | 46 |
| Octal | 272 | 311 | 234 | 7 | 0 | 26 | 25 | 120 | 35 | 106 |
| Binary | 10111010 | 11001001 | 10011100 | 111 | 0 | 10110 | 10101 | 1010000 | 11101 | 1000110 |
Color Harmonies of #BAC99C
Complementary color
Monochromatic Colors of #BAC99C
Black with #BAC99C
Text Example
Text Example
White with #BAC99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC99C; }
p { color: rgb(186,201,156); }
H1.HeaderClassName
{
color: #BAC99C;
}
.AnyTagClassName
{
color: #BAC99C;
}
</style>
background-color css
<style>
a { background-color: #BAC99C; }
a { background-color: rgb(186,201,156); }
div.DivClassName
{
background-color: #BAC99C;
}
.BgClassName
{
background-color: #BAC99C;
}
</style>
border-color css
<style>
span { border-color: #BAC99C; }
span { border-color: rgb(186,201,156); }
td.TdClassName
{
border-color: #BAC99C;
}
.TagClassName
{
border-color: #BAC99C;
}
</style>