Shades of Green Spring #B1BD95
Tints of Green Spring #B1BD95
RGB
CMYK
RGB Variations
Color information
#B1BD95 (or 0xB1BD95) is known color: Green Spring. HEX triplet: B1, BD and 95. RGB value is (177,189,149). Sum of RGB (Red+Green+Blue) = 177+189+149=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BD95 is #4E426A. Grayscale: #B5B5B5. Windows color (decimal): -5128811 or 9813425. OLE color: 9813425.
HSL color Cylindrical-coordinate representation of color #B1BD95: hue angle of 78º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1BD95 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 189 | 149 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.26 |
| HSL | 78º | 0.23% | 0.66% | - |
| HSV(B) | 78º | 0.21% | 0.74% | - |
| XYZ | 41.75 | 47.91 | 35.48 | - |
| YUV | 180.85 | 110.02 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 189 | 149 | 0.06 | 0 | 0.21 | 0.26 | 78 | 0.23 | 0.66 |
| Hex | B1 | BD | 95 | 6 | 0 | 15 | 1A | 4E | 17 | 42 |
| Octal | 261 | 275 | 225 | 6 | 0 | 25 | 32 | 116 | 27 | 102 |
| Binary | 10110001 | 10111101 | 10010101 | 110 | 0 | 10101 | 11010 | 1001110 | 10111 | 1000010 |
Color Harmonies of #B1BD95
Complementary color
Monochromatic Colors of #B1BD95
Black with #B1BD95
Text Example
Text Example
White with #B1BD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BD95; }
p { color: rgb(177,189,149); }
H1.HeaderClassName
{
color: #B1BD95;
}
.AnyTagClassName
{
color: #B1BD95;
}
</style>
background-color css
<style>
a { background-color: #B1BD95; }
a { background-color: rgb(177,189,149); }
div.DivClassName
{
background-color: #B1BD95;
}
.BgClassName
{
background-color: #B1BD95;
}
</style>
border-color css
<style>
span { border-color: #B1BD95; }
span { border-color: rgb(177,189,149); }
td.TdClassName
{
border-color: #B1BD95;
}
.TagClassName
{
border-color: #B1BD95;
}
</style>