Shades of Sprout #BACB9B
Tints of Sprout #BACB9B
RGB
CMYK
RGB Variations
Color information
#BACB9B (or 0xBACB9B) is known color: Sprout. HEX triplet: BA, CB and 9B. RGB value is (186,203,155). Sum of RGB (Red+Green+Blue) = 186+203+155=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACB9B is #453464. Grayscale: #C0C0C0. Windows color (decimal): -4535397 or 10210234. OLE color: 10210234.
HSL color Cylindrical-coordinate representation of color #BACB9B: hue angle of 81.25º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BACB9B is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 203 | 155 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.20 |
| HSL | 81.25º | 0.32% | 0.7% | - |
| HSV(B) | 81.25º | 0.24% | 0.8% | - |
| XYZ | 47.52 | 55.52 | 39.22 | - |
| YUV | 192.45 | 106.87 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 155 | 0.08 | 0 | 0.24 | 0.20 | 81.25 | 0.32 | 0.7 |
| Hex | BA | CB | 9B | 8 | 0 | 18 | 14 | 51 | 20 | 46 |
| Octal | 272 | 313 | 233 | 10 | 0 | 30 | 24 | 121 | 40 | 106 |
| Binary | 10111010 | 11001011 | 10011011 | 1000 | 0 | 11000 | 10100 | 1010001 | 100000 | 1000110 |
Color Harmonies of #BACB9B
Complementary color
Monochromatic Colors of #BACB9B
Black with #BACB9B
Text Example
Text Example
White with #BACB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACB9B; }
p { color: rgb(186,203,155); }
H1.HeaderClassName
{
color: #BACB9B;
}
.AnyTagClassName
{
color: #BACB9B;
}
</style>
background-color css
<style>
a { background-color: #BACB9B; }
a { background-color: rgb(186,203,155); }
div.DivClassName
{
background-color: #BACB9B;
}
.BgClassName
{
background-color: #BACB9B;
}
</style>
border-color css
<style>
span { border-color: #BACB9B; }
span { border-color: rgb(186,203,155); }
td.TdClassName
{
border-color: #BACB9B;
}
.TagClassName
{
border-color: #BACB9B;
}
</style>