Shades of Neutral Green #B1AC7B
Tints of Neutral Green #B1AC7B
RGB
CMYK
RGB Variations
Color information
#B1AC7B (or 0xB1AC7B) is known color: Neutral Green. HEX triplet: B1, AC and 7B. RGB value is (177,172,123). Sum of RGB (Red+Green+Blue) = 177+172+123=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AC7B is #4E5384. Grayscale: #A8A8A8. Windows color (decimal): -5133189 or 8105137. OLE color: 8105137.
HSL color Cylindrical-coordinate representation of color #B1AC7B: hue angle of 54.44º 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 #B1AC7B is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 172 | 123 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.31 |
| HSL | 54.44º | 0.26% | 0.59% | - |
| HSV(B) | 54.44º | 0.31% | 0.69% | - |
| XYZ | 36.46 | 40.28 | 24.59 | - |
| YUV | 167.91 | 102.66 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 172 | 123 | 0 | 0.03 | 0.31 | 0.31 | 54.44 | 0.26 | 0.59 |
| Hex | B1 | AC | 7B | 0 | 3 | 1F | 1F | 36 | 1A | 3B |
| Octal | 261 | 254 | 173 | 0 | 3 | 37 | 37 | 66 | 32 | 73 |
| Binary | 10110001 | 10101100 | 1111011 | 0 | 11 | 11111 | 11111 | 110110 | 11010 | 111011 |
Color Harmonies of #B1AC7B
Complementary color
Monochromatic Colors of #B1AC7B
Black with #B1AC7B
Text Example
Text Example
White with #B1AC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AC7B; }
p { color: rgb(177,172,123); }
H1.HeaderClassName
{
color: #B1AC7B;
}
.AnyTagClassName
{
color: #B1AC7B;
}
</style>
background-color css
<style>
a { background-color: #B1AC7B; }
a { background-color: rgb(177,172,123); }
div.DivClassName
{
background-color: #B1AC7B;
}
.BgClassName
{
background-color: #B1AC7B;
}
</style>
border-color css
<style>
span { border-color: #B1AC7B; }
span { border-color: rgb(177,172,123); }
td.TdClassName
{
border-color: #B1AC7B;
}
.TagClassName
{
border-color: #B1AC7B;
}
</style>