Shades of Neutral Green #B1AB86
Tints of Neutral Green #B1AB86
RGB
CMYK
RGB Variations
Color information
#B1AB86 (or 0xB1AB86) is known color: Neutral Green. HEX triplet: B1, AB and 86. RGB value is (177,171,134). Sum of RGB (Red+Green+Blue) = 177+171+134=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 134 (52.73% from 255 or 27.80% from 482); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AB86 is #4E5479. Grayscale: #A8A8A8. Windows color (decimal): -5133434 or 8825777. OLE color: 8825777.
HSL color Cylindrical-coordinate representation of color #B1AB86: hue angle of 51.63º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1AB86 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 171 | 134 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.31 |
| HSL | 51.63º | 0.22% | 0.61% | - |
| HSV(B) | 51.63º | 0.24% | 0.69% | - |
| XYZ | 37 | 40.19 | 28.36 | - |
| YUV | 168.58 | 108.49 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 171 | 134 | 0 | 0.03 | 0.24 | 0.31 | 51.63 | 0.22 | 0.61 |
| Hex | B1 | AB | 86 | 0 | 3 | 18 | 1F | 34 | 16 | 3D |
| Octal | 261 | 253 | 206 | 0 | 3 | 30 | 37 | 64 | 26 | 75 |
| Binary | 10110001 | 10101011 | 10000110 | 0 | 11 | 11000 | 11111 | 110100 | 10110 | 111101 |
Color Harmonies of #B1AB86
Complementary color
Monochromatic Colors of #B1AB86
Black with #B1AB86
Text Example
Text Example
White with #B1AB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AB86; }
p { color: rgb(177,171,134); }
H1.HeaderClassName
{
color: #B1AB86;
}
.AnyTagClassName
{
color: #B1AB86;
}
</style>
background-color css
<style>
a { background-color: #B1AB86; }
a { background-color: rgb(177,171,134); }
div.DivClassName
{
background-color: #B1AB86;
}
.BgClassName
{
background-color: #B1AB86;
}
</style>
border-color css
<style>
span { border-color: #B1AB86; }
span { border-color: rgb(177,171,134); }
td.TdClassName
{
border-color: #B1AB86;
}
.TagClassName
{
border-color: #B1AB86;
}
</style>