Shades of Green Spring #B1B99E
Tints of Green Spring #B1B99E
RGB
CMYK
RGB Variations
Color information
#B1B99E (or 0xB1B99E) is known color: Green Spring. HEX triplet: B1, B9 and 9E. RGB value is (177,185,158). Sum of RGB (Red+Green+Blue) = 177+185+158=520 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.04% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 158 (62.11% from 255 or 30.38% from 520); Max value from RGB is 185 - color contains mainly: green. Hex color #B1B99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B99E is #4E4661. Grayscale: #B3B3B3. Windows color (decimal): -5129826 or 10402225. OLE color: 10402225.
HSL color Cylindrical-coordinate representation of color #B1B99E: hue angle of 77.78º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B1B99E is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 185 | 158 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.27 |
| HSL | 77.78º | 0.16% | 0.67% | - |
| HSV(B) | 77.78º | 0.15% | 0.73% | - |
| XYZ | 41.65 | 46.51 | 39.13 | - |
| YUV | 179.53 | 115.85 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 185 | 158 | 0.04 | 0 | 0.15 | 0.27 | 77.78 | 0.16 | 0.67 |
| Hex | B1 | B9 | 9E | 4 | 0 | F | 1B | 4E | 10 | 43 |
| Octal | 261 | 271 | 236 | 4 | 0 | 17 | 33 | 116 | 20 | 103 |
| Binary | 10110001 | 10111001 | 10011110 | 100 | 0 | 1111 | 11011 | 1001110 | 10000 | 1000011 |
Color Harmonies of #B1B99E
Complementary color
Monochromatic Colors of #B1B99E
Black with #B1B99E
Text Example
Text Example
White with #B1B99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B99E; }
p { color: rgb(177,185,158); }
H1.HeaderClassName
{
color: #B1B99E;
}
.AnyTagClassName
{
color: #B1B99E;
}
</style>
background-color css
<style>
a { background-color: #B1B99E; }
a { background-color: rgb(177,185,158); }
div.DivClassName
{
background-color: #B1B99E;
}
.BgClassName
{
background-color: #B1B99E;
}
</style>
border-color css
<style>
span { border-color: #B1B99E; }
span { border-color: rgb(177,185,158); }
td.TdClassName
{
border-color: #B1B99E;
}
.TagClassName
{
border-color: #B1B99E;
}
</style>