Shades of Sprout #BAC49B
Tints of Sprout #BAC49B
RGB
CMYK
RGB Variations
Color information
#BAC49B (or 0xBAC49B) is known color: Sprout. HEX triplet: BA, C4 and 9B. RGB value is (186,196,155). Sum of RGB (Red+Green+Blue) = 186+196+155=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 196 (76.95% from 255 or 36.50% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC49B is #453B64. Grayscale: #BCBCBC. Windows color (decimal): -4537189 or 10208442. OLE color: 10208442.
HSL color Cylindrical-coordinate representation of color #BAC49B: hue angle of 74.63º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAC49B is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 196 | 155 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.23 |
| HSL | 74.63º | 0.26% | 0.69% | - |
| HSV(B) | 74.63º | 0.21% | 0.77% | - |
| XYZ | 45.91 | 52.29 | 38.68 | - |
| YUV | 188.34 | 109.19 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 155 | 0.05 | 0 | 0.21 | 0.23 | 74.63 | 0.26 | 0.69 |
| Hex | BA | C4 | 9B | 5 | 0 | 15 | 17 | 4B | 1A | 45 |
| Octal | 272 | 304 | 233 | 5 | 0 | 25 | 27 | 113 | 32 | 105 |
| Binary | 10111010 | 11000100 | 10011011 | 101 | 0 | 10101 | 10111 | 1001011 | 11010 | 1000101 |
Color Harmonies of #BAC49B
Complementary color
Monochromatic Colors of #BAC49B
Black with #BAC49B
Text Example
Text Example
White with #BAC49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC49B; }
p { color: rgb(186,196,155); }
H1.HeaderClassName
{
color: #BAC49B;
}
.AnyTagClassName
{
color: #BAC49B;
}
</style>
background-color css
<style>
a { background-color: #BAC49B; }
a { background-color: rgb(186,196,155); }
div.DivClassName
{
background-color: #BAC49B;
}
.BgClassName
{
background-color: #BAC49B;
}
</style>
border-color css
<style>
span { border-color: #BAC49B; }
span { border-color: rgb(186,196,155); }
td.TdClassName
{
border-color: #BAC49B;
}
.TagClassName
{
border-color: #BAC49B;
}
</style>