Shades of Green Spring #B1BA91
Tints of Green Spring #B1BA91
RGB
CMYK
RGB Variations
Color information
#B1BA91 (or 0xB1BA91) is known color: Green Spring. HEX triplet: B1, BA and 91. RGB value is (177,186,145). Sum of RGB (Red+Green+Blue) = 177+186+145=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 145 (57.03% from 255 or 28.54% from 508); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BA91 is #4E456E. Grayscale: #B2B2B2. Windows color (decimal): -5129583 or 9550513. OLE color: 9550513.
HSL color Cylindrical-coordinate representation of color #B1BA91: hue angle of 73.17º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1BA91 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 186 | 145 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.27 |
| HSL | 73.17º | 0.23% | 0.65% | - |
| HSV(B) | 73.17º | 0.22% | 0.73% | - |
| XYZ | 40.8 | 46.51 | 33.61 | - |
| YUV | 178.64 | 109.02 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 186 | 145 | 0.05 | 0 | 0.22 | 0.27 | 73.17 | 0.23 | 0.65 |
| Hex | B1 | BA | 91 | 5 | 0 | 16 | 1B | 49 | 17 | 41 |
| Octal | 261 | 272 | 221 | 5 | 0 | 26 | 33 | 111 | 27 | 101 |
| Binary | 10110001 | 10111010 | 10010001 | 101 | 0 | 10110 | 11011 | 1001001 | 10111 | 1000001 |
Color Harmonies of #B1BA91
Complementary color
Monochromatic Colors of #B1BA91
Black with #B1BA91
Text Example
Text Example
White with #B1BA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BA91; }
p { color: rgb(177,186,145); }
H1.HeaderClassName
{
color: #B1BA91;
}
.AnyTagClassName
{
color: #B1BA91;
}
</style>
background-color css
<style>
a { background-color: #B1BA91; }
a { background-color: rgb(177,186,145); }
div.DivClassName
{
background-color: #B1BA91;
}
.BgClassName
{
background-color: #B1BA91;
}
</style>
border-color css
<style>
span { border-color: #B1BA91; }
span { border-color: rgb(177,186,145); }
td.TdClassName
{
border-color: #B1BA91;
}
.TagClassName
{
border-color: #B1BA91;
}
</style>