Shades of Green Spring #B1B6A3
Tints of Green Spring #B1B6A3
RGB
CMYK
RGB Variations
Color information
#B1B6A3 (or 0xB1B6A3) is known color: Green Spring. HEX triplet: B1, B6 and A3. RGB value is (177,182,163). Sum of RGB (Red+Green+Blue) = 177+182+163=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 163 (64.06% from 255 or 31.23% from 522); Max value from RGB is 182 - color contains mainly: green. Hex color #B1B6A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B6A3 is #4E495C. Grayscale: #B2B2B2. Windows color (decimal): -5130589 or 10729137. OLE color: 10729137.
HSL color Cylindrical-coordinate representation of color #B1B6A3: hue angle of 75.79º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B1B6A3 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 182 | 163 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.29 |
| HSL | 75.79º | 0.12% | 0.68% | - |
| HSV(B) | 75.79º | 0.1% | 0.71% | - |
| XYZ | 41.47 | 45.45 | 41.24 | - |
| YUV | 178.34 | 119.34 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 182 | 163 | 0.03 | 0 | 0.10 | 0.29 | 75.79 | 0.12 | 0.68 |
| Hex | B1 | B6 | A3 | 3 | 0 | A | 1D | 4C | C | 44 |
| Octal | 261 | 266 | 243 | 3 | 0 | 12 | 35 | 114 | 14 | 104 |
| Binary | 10110001 | 10110110 | 10100011 | 11 | 0 | 1010 | 11101 | 1001100 | 1100 | 1000100 |
Color Harmonies of #B1B6A3
Complementary color
Monochromatic Colors of #B1B6A3
Black with #B1B6A3
Text Example
Text Example
White with #B1B6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B6A3; }
p { color: rgb(177,182,163); }
H1.HeaderClassName
{
color: #B1B6A3;
}
.AnyTagClassName
{
color: #B1B6A3;
}
</style>
background-color css
<style>
a { background-color: #B1B6A3; }
a { background-color: rgb(177,182,163); }
div.DivClassName
{
background-color: #B1B6A3;
}
.BgClassName
{
background-color: #B1B6A3;
}
</style>
border-color css
<style>
span { border-color: #B1B6A3; }
span { border-color: rgb(177,182,163); }
td.TdClassName
{
border-color: #B1B6A3;
}
.TagClassName
{
border-color: #B1B6A3;
}
</style>