Shades of Neutral Green #B1AB7E
Tints of Neutral Green #B1AB7E
RGB
CMYK
RGB Variations
Color information
#B1AB7E (or 0xB1AB7E) is known color: Neutral Green. HEX triplet: B1, AB and 7E. RGB value is (177,171,126). Sum of RGB (Red+Green+Blue) = 177+171+126=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AB7E is #4E5481. Grayscale: #A7A7A7. Windows color (decimal): -5133442 or 8301489. OLE color: 8301489.
HSL color Cylindrical-coordinate representation of color #B1AB7E: hue angle of 52.94º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1AB7E is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 171 | 126 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.31 |
| HSL | 52.94º | 0.25% | 0.59% | - |
| HSV(B) | 52.94º | 0.29% | 0.69% | - |
| XYZ | 36.46 | 39.98 | 25.53 | - |
| YUV | 167.66 | 104.49 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 171 | 126 | 0 | 0.03 | 0.29 | 0.31 | 52.94 | 0.25 | 0.59 |
| Hex | B1 | AB | 7E | 0 | 3 | 1D | 1F | 35 | 19 | 3B |
| Octal | 261 | 253 | 176 | 0 | 3 | 35 | 37 | 65 | 31 | 73 |
| Binary | 10110001 | 10101011 | 1111110 | 0 | 11 | 11101 | 11111 | 110101 | 11001 | 111011 |
Color Harmonies of #B1AB7E
Complementary color
Monochromatic Colors of #B1AB7E
Black with #B1AB7E
Text Example
Text Example
White with #B1AB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AB7E; }
p { color: rgb(177,171,126); }
H1.HeaderClassName
{
color: #B1AB7E;
}
.AnyTagClassName
{
color: #B1AB7E;
}
</style>
background-color css
<style>
a { background-color: #B1AB7E; }
a { background-color: rgb(177,171,126); }
div.DivClassName
{
background-color: #B1AB7E;
}
.BgClassName
{
background-color: #B1AB7E;
}
</style>
border-color css
<style>
span { border-color: #B1AB7E; }
span { border-color: rgb(177,171,126); }
td.TdClassName
{
border-color: #B1AB7E;
}
.TagClassName
{
border-color: #B1AB7E;
}
</style>