Shades of Neutral Green #B1AA87
Tints of Neutral Green #B1AA87
RGB
CMYK
RGB Variations
Color information
#B1AA87 (or 0xB1AA87) is known color: Neutral Green. HEX triplet: B1, AA and 87. RGB value is (177,170,135). Sum of RGB (Red+Green+Blue) = 177+170+135=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 135 (53.12% from 255 or 28.01% from 482); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AA87 is #4E5578. Grayscale: #A8A8A8. Windows color (decimal): -5133689 or 8891057. OLE color: 8891057.
HSL color Cylindrical-coordinate representation of color #B1AA87: hue angle of 50º degrees, saturation: 0.21, 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 #B1AA87 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 170 | 135 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.31 |
| HSL | 50º | 0.21% | 0.61% | - |
| HSV(B) | 50º | 0.24% | 0.69% | - |
| XYZ | 36.88 | 39.85 | 28.67 | - |
| YUV | 168.1 | 109.32 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 170 | 135 | 0 | 0.04 | 0.24 | 0.31 | 50 | 0.21 | 0.61 |
| Hex | B1 | AA | 87 | 0 | 4 | 18 | 1F | 32 | 15 | 3D |
| Octal | 261 | 252 | 207 | 0 | 4 | 30 | 37 | 62 | 25 | 75 |
| Binary | 10110001 | 10101010 | 10000111 | 0 | 100 | 11000 | 11111 | 110010 | 10101 | 111101 |
Color Harmonies of #B1AA87
Complementary color
Monochromatic Colors of #B1AA87
Black with #B1AA87
Text Example
Text Example
White with #B1AA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AA87; }
p { color: rgb(177,170,135); }
H1.HeaderClassName
{
color: #B1AA87;
}
.AnyTagClassName
{
color: #B1AA87;
}
</style>
background-color css
<style>
a { background-color: #B1AA87; }
a { background-color: rgb(177,170,135); }
div.DivClassName
{
background-color: #B1AA87;
}
.BgClassName
{
background-color: #B1AA87;
}
</style>
border-color css
<style>
span { border-color: #B1AA87; }
span { border-color: rgb(177,170,135); }
td.TdClassName
{
border-color: #B1AA87;
}
.TagClassName
{
border-color: #B1AA87;
}
</style>