Shades of Sprout #BACB91
Tints of Sprout #BACB91
RGB
CMYK
RGB Variations
Color information
#BACB91 (or 0xBACB91) is known color: Sprout. HEX triplet: BA, CB and 91. RGB value is (186,203,145). Sum of RGB (Red+Green+Blue) = 186+203+145=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 145 (57.03% from 255 or 27.15% from 534); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACB91 is #45346E. Grayscale: #BFBFBF. Windows color (decimal): -4535407 or 9554874. OLE color: 9554874.
HSL color Cylindrical-coordinate representation of color #BACB91: hue angle of 77.59º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BACB91 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 203 | 145 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.20 |
| HSL | 77.59º | 0.36% | 0.68% | - |
| HSV(B) | 77.59º | 0.29% | 0.8% | - |
| XYZ | 46.72 | 55.2 | 34.98 | - |
| YUV | 191.31 | 101.87 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 145 | 0.08 | 0 | 0.29 | 0.20 | 77.59 | 0.36 | 0.68 |
| Hex | BA | CB | 91 | 8 | 0 | 1D | 14 | 4E | 24 | 44 |
| Octal | 272 | 313 | 221 | 10 | 0 | 35 | 24 | 116 | 44 | 104 |
| Binary | 10111010 | 11001011 | 10010001 | 1000 | 0 | 11101 | 10100 | 1001110 | 100100 | 1000100 |
Color Harmonies of #BACB91
Complementary color
Monochromatic Colors of #BACB91
Black with #BACB91
Text Example
Text Example
White with #BACB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACB91; }
p { color: rgb(186,203,145); }
H1.HeaderClassName
{
color: #BACB91;
}
.AnyTagClassName
{
color: #BACB91;
}
</style>
background-color css
<style>
a { background-color: #BACB91; }
a { background-color: rgb(186,203,145); }
div.DivClassName
{
background-color: #BACB91;
}
.BgClassName
{
background-color: #BACB91;
}
</style>
border-color css
<style>
span { border-color: #BACB91; }
span { border-color: rgb(186,203,145); }
td.TdClassName
{
border-color: #BACB91;
}
.TagClassName
{
border-color: #BACB91;
}
</style>