Shades of Green Spring #B1B995
Tints of Green Spring #B1B995
RGB
CMYK
RGB Variations
Color information
#B1B995 (or 0xB1B995) is known color: Green Spring. HEX triplet: B1, B9 and 95. RGB value is (177,185,149). Sum of RGB (Red+Green+Blue) = 177+185+149=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 149 (58.59% from 255 or 29.16% from 511); Max value from RGB is 185 - color contains mainly: green. Hex color #B1B995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B995 is #4E466A. Grayscale: #B2B2B2. Windows color (decimal): -5129835 or 9812401. OLE color: 9812401.
HSL color Cylindrical-coordinate representation of color #B1B995: hue angle of 73.33º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1B995 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 185 | 149 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.27 |
| HSL | 73.33º | 0.2% | 0.65% | - |
| HSV(B) | 73.33º | 0.19% | 0.73% | - |
| XYZ | 40.91 | 46.21 | 35.2 | - |
| YUV | 178.5 | 111.35 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 185 | 149 | 0.04 | 0 | 0.19 | 0.27 | 73.33 | 0.2 | 0.65 |
| Hex | B1 | B9 | 95 | 4 | 0 | 13 | 1B | 49 | 14 | 41 |
| Octal | 261 | 271 | 225 | 4 | 0 | 23 | 33 | 111 | 24 | 101 |
| Binary | 10110001 | 10111001 | 10010101 | 100 | 0 | 10011 | 11011 | 1001001 | 10100 | 1000001 |
Color Harmonies of #B1B995
Complementary color
Monochromatic Colors of #B1B995
Black with #B1B995
Text Example
Text Example
White with #B1B995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B995; }
p { color: rgb(177,185,149); }
H1.HeaderClassName
{
color: #B1B995;
}
.AnyTagClassName
{
color: #B1B995;
}
</style>
background-color css
<style>
a { background-color: #B1B995; }
a { background-color: rgb(177,185,149); }
div.DivClassName
{
background-color: #B1B995;
}
.BgClassName
{
background-color: #B1B995;
}
</style>
border-color css
<style>
span { border-color: #B1B995; }
span { border-color: rgb(177,185,149); }
td.TdClassName
{
border-color: #B1B995;
}
.TagClassName
{
border-color: #B1B995;
}
</style>