Shades of Neutral Green #B1AB7C
Tints of Neutral Green #B1AB7C
RGB
CMYK
RGB Variations
Color information
#B1AB7C (or 0xB1AB7C) is known color: Neutral Green. HEX triplet: B1, AB and 7C. RGB value is (177,171,124). Sum of RGB (Red+Green+Blue) = 177+171+124=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AB7C is #4E5483. Grayscale: #A7A7A7. Windows color (decimal): -5133444 or 8170417. OLE color: 8170417.
HSL color Cylindrical-coordinate representation of color #B1AB7C: hue angle of 53.21º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1AB7C is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 171 | 124 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.31 |
| HSL | 53.21º | 0.25% | 0.59% | - |
| HSV(B) | 53.21º | 0.3% | 0.69% | - |
| XYZ | 36.33 | 39.93 | 24.86 | - |
| YUV | 167.44 | 103.49 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 171 | 124 | 0 | 0.03 | 0.30 | 0.31 | 53.21 | 0.25 | 0.59 |
| Hex | B1 | AB | 7C | 0 | 3 | 1E | 1F | 35 | 19 | 3B |
| Octal | 261 | 253 | 174 | 0 | 3 | 36 | 37 | 65 | 31 | 73 |
| Binary | 10110001 | 10101011 | 1111100 | 0 | 11 | 11110 | 11111 | 110101 | 11001 | 111011 |
Color Harmonies of #B1AB7C
Complementary color
Monochromatic Colors of #B1AB7C
Black with #B1AB7C
Text Example
Text Example
White with #B1AB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AB7C; }
p { color: rgb(177,171,124); }
H1.HeaderClassName
{
color: #B1AB7C;
}
.AnyTagClassName
{
color: #B1AB7C;
}
</style>
background-color css
<style>
a { background-color: #B1AB7C; }
a { background-color: rgb(177,171,124); }
div.DivClassName
{
background-color: #B1AB7C;
}
.BgClassName
{
background-color: #B1AB7C;
}
</style>
border-color css
<style>
span { border-color: #B1AB7C; }
span { border-color: rgb(177,171,124); }
td.TdClassName
{
border-color: #B1AB7C;
}
.TagClassName
{
border-color: #B1AB7C;
}
</style>