Shades of Sprout #BACB9D
Tints of Sprout #BACB9D
RGB
CMYK
RGB Variations
Color information
#BACB9D (or 0xBACB9D) is known color: Sprout. HEX triplet: BA, CB and 9D. RGB value is (186,203,157). Sum of RGB (Red+Green+Blue) = 186+203+157=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 157 (61.72% from 255 or 28.75% from 546); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACB9D is #453462. Grayscale: #C0C0C0. Windows color (decimal): -4535395 or 10341306. OLE color: 10341306.
HSL color Cylindrical-coordinate representation of color #BACB9D: hue angle of 82.17º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BACB9D is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 203 | 157 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.20 |
| HSL | 82.17º | 0.31% | 0.71% | - |
| HSV(B) | 82.17º | 0.23% | 0.8% | - |
| XYZ | 47.69 | 55.59 | 40.11 | - |
| YUV | 192.67 | 107.87 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 157 | 0.08 | 0 | 0.23 | 0.20 | 82.17 | 0.31 | 0.71 |
| Hex | BA | CB | 9D | 8 | 0 | 17 | 14 | 52 | 1F | 47 |
| Octal | 272 | 313 | 235 | 10 | 0 | 27 | 24 | 122 | 37 | 107 |
| Binary | 10111010 | 11001011 | 10011101 | 1000 | 0 | 10111 | 10100 | 1010010 | 11111 | 1000111 |
Color Harmonies of #BACB9D
Complementary color
Monochromatic Colors of #BACB9D
Black with #BACB9D
Text Example
Text Example
White with #BACB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACB9D; }
p { color: rgb(186,203,157); }
H1.HeaderClassName
{
color: #BACB9D;
}
.AnyTagClassName
{
color: #BACB9D;
}
</style>
background-color css
<style>
a { background-color: #BACB9D; }
a { background-color: rgb(186,203,157); }
div.DivClassName
{
background-color: #BACB9D;
}
.BgClassName
{
background-color: #BACB9D;
}
</style>
border-color css
<style>
span { border-color: #BACB9D; }
span { border-color: rgb(186,203,157); }
td.TdClassName
{
border-color: #BACB9D;
}
.TagClassName
{
border-color: #BACB9D;
}
</style>