Shades of Green Spring #B1BD94
Tints of Green Spring #B1BD94
RGB
CMYK
RGB Variations
Color information
#B1BD94 (or 0xB1BD94) is known color: Green Spring. HEX triplet: B1, BD and 94. RGB value is (177,189,148). Sum of RGB (Red+Green+Blue) = 177+189+148=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BD94 is #4E426B. Grayscale: #B4B4B4. Windows color (decimal): -5128812 or 9747889. OLE color: 9747889.
HSL color Cylindrical-coordinate representation of color #B1BD94: hue angle of 77.56º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1BD94 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 189 | 148 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.26 |
| HSL | 77.56º | 0.24% | 0.66% | - |
| HSV(B) | 77.56º | 0.22% | 0.74% | - |
| XYZ | 41.67 | 47.88 | 35.06 | - |
| YUV | 180.74 | 109.52 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 189 | 148 | 0.06 | 0 | 0.22 | 0.26 | 77.56 | 0.24 | 0.66 |
| Hex | B1 | BD | 94 | 6 | 0 | 16 | 1A | 4E | 18 | 42 |
| Octal | 261 | 275 | 224 | 6 | 0 | 26 | 32 | 116 | 30 | 102 |
| Binary | 10110001 | 10111101 | 10010100 | 110 | 0 | 10110 | 11010 | 1001110 | 11000 | 1000010 |
Color Harmonies of #B1BD94
Complementary color
Monochromatic Colors of #B1BD94
Black with #B1BD94
Text Example
Text Example
White with #B1BD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BD94; }
p { color: rgb(177,189,148); }
H1.HeaderClassName
{
color: #B1BD94;
}
.AnyTagClassName
{
color: #B1BD94;
}
</style>
background-color css
<style>
a { background-color: #B1BD94; }
a { background-color: rgb(177,189,148); }
div.DivClassName
{
background-color: #B1BD94;
}
.BgClassName
{
background-color: #B1BD94;
}
</style>
border-color css
<style>
span { border-color: #B1BD94; }
span { border-color: rgb(177,189,148); }
td.TdClassName
{
border-color: #B1BD94;
}
.TagClassName
{
border-color: #B1BD94;
}
</style>