Shades of Neutral Green #B1AB7A
Tints of Neutral Green #B1AB7A
RGB
CMYK
RGB Variations
Color information
#B1AB7A (or 0xB1AB7A) is known color: Neutral Green. HEX triplet: B1, AB and 7A. RGB value is (177,171,122). Sum of RGB (Red+Green+Blue) = 177+171+122=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AB7A is #4E5485. Grayscale: #A7A7A7. Windows color (decimal): -5133446 or 8039345. OLE color: 8039345.
HSL color Cylindrical-coordinate representation of color #B1AB7A: hue angle of 53.45º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1AB7A is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 171 | 122 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.31 |
| HSL | 53.45º | 0.26% | 0.59% | - |
| HSV(B) | 53.45º | 0.31% | 0.69% | - |
| XYZ | 36.21 | 39.88 | 24.2 | - |
| YUV | 167.21 | 102.49 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 171 | 122 | 0 | 0.03 | 0.31 | 0.31 | 53.45 | 0.26 | 0.59 |
| Hex | B1 | AB | 7A | 0 | 3 | 1F | 1F | 35 | 1A | 3B |
| Octal | 261 | 253 | 172 | 0 | 3 | 37 | 37 | 65 | 32 | 73 |
| Binary | 10110001 | 10101011 | 1111010 | 0 | 11 | 11111 | 11111 | 110101 | 11010 | 111011 |
Color Harmonies of #B1AB7A
Complementary color
Monochromatic Colors of #B1AB7A
Black with #B1AB7A
Text Example
Text Example
White with #B1AB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AB7A; }
p { color: rgb(177,171,122); }
H1.HeaderClassName
{
color: #B1AB7A;
}
.AnyTagClassName
{
color: #B1AB7A;
}
</style>
background-color css
<style>
a { background-color: #B1AB7A; }
a { background-color: rgb(177,171,122); }
div.DivClassName
{
background-color: #B1AB7A;
}
.BgClassName
{
background-color: #B1AB7A;
}
</style>
border-color css
<style>
span { border-color: #B1AB7A; }
span { border-color: rgb(177,171,122); }
td.TdClassName
{
border-color: #B1AB7A;
}
.TagClassName
{
border-color: #B1AB7A;
}
</style>