Shades of Sprout #BAC99B
Tints of Sprout #BAC99B
RGB
CMYK
RGB Variations
Color information
#BAC99B (or 0xBAC99B) is known color: Sprout. HEX triplet: BA, C9 and 9B. RGB value is (186,201,155). Sum of RGB (Red+Green+Blue) = 186+201+155=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC99B is #453664. Grayscale: #BFBFBF. Windows color (decimal): -4535909 or 10209722. OLE color: 10209722.
HSL color Cylindrical-coordinate representation of color #BAC99B: hue angle of 79.57º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAC99B is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 155 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.21 |
| HSL | 79.57º | 0.3% | 0.7% | - |
| HSV(B) | 79.57º | 0.23% | 0.79% | - |
| XYZ | 47.05 | 54.58 | 39.07 | - |
| YUV | 191.27 | 107.53 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 155 | 0.07 | 0 | 0.23 | 0.21 | 79.57 | 0.3 | 0.7 |
| Hex | BA | C9 | 9B | 7 | 0 | 17 | 15 | 50 | 1E | 46 |
| Octal | 272 | 311 | 233 | 7 | 0 | 27 | 25 | 120 | 36 | 106 |
| Binary | 10111010 | 11001001 | 10011011 | 111 | 0 | 10111 | 10101 | 1010000 | 11110 | 1000110 |
Color Harmonies of #BAC99B
Complementary color
Monochromatic Colors of #BAC99B
Black with #BAC99B
Text Example
Text Example
White with #BAC99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC99B; }
p { color: rgb(186,201,155); }
H1.HeaderClassName
{
color: #BAC99B;
}
.AnyTagClassName
{
color: #BAC99B;
}
</style>
background-color css
<style>
a { background-color: #BAC99B; }
a { background-color: rgb(186,201,155); }
div.DivClassName
{
background-color: #BAC99B;
}
.BgClassName
{
background-color: #BAC99B;
}
</style>
border-color css
<style>
span { border-color: #BAC99B; }
span { border-color: rgb(186,201,155); }
td.TdClassName
{
border-color: #BAC99B;
}
.TagClassName
{
border-color: #BAC99B;
}
</style>