Shades of Neutral Green #B1AC7D
Tints of Neutral Green #B1AC7D
RGB
CMYK
RGB Variations
Color information
#B1AC7D (or 0xB1AC7D) is known color: Neutral Green. HEX triplet: B1, AC and 7D. RGB value is (177,172,125). Sum of RGB (Red+Green+Blue) = 177+172+125=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AC7D is #4E5382. Grayscale: #A8A8A8. Windows color (decimal): -5133187 or 8236209. OLE color: 8236209.
HSL color Cylindrical-coordinate representation of color #B1AC7D: hue angle of 54.23º 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 #B1AC7D is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 172 | 125 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.31 |
| HSL | 54.23º | 0.25% | 0.59% | - |
| HSV(B) | 54.23º | 0.29% | 0.69% | - |
| XYZ | 36.59 | 40.33 | 25.26 | - |
| YUV | 168.14 | 103.66 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 172 | 125 | 0 | 0.03 | 0.29 | 0.31 | 54.23 | 0.25 | 0.59 |
| Hex | B1 | AC | 7D | 0 | 3 | 1D | 1F | 36 | 19 | 3B |
| Octal | 261 | 254 | 175 | 0 | 3 | 35 | 37 | 66 | 31 | 73 |
| Binary | 10110001 | 10101100 | 1111101 | 0 | 11 | 11101 | 11111 | 110110 | 11001 | 111011 |
Color Harmonies of #B1AC7D
Complementary color
Monochromatic Colors of #B1AC7D
Black with #B1AC7D
Text Example
Text Example
White with #B1AC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AC7D; }
p { color: rgb(177,172,125); }
H1.HeaderClassName
{
color: #B1AC7D;
}
.AnyTagClassName
{
color: #B1AC7D;
}
</style>
background-color css
<style>
a { background-color: #B1AC7D; }
a { background-color: rgb(177,172,125); }
div.DivClassName
{
background-color: #B1AC7D;
}
.BgClassName
{
background-color: #B1AC7D;
}
</style>
border-color css
<style>
span { border-color: #B1AC7D; }
span { border-color: rgb(177,172,125); }
td.TdClassName
{
border-color: #B1AC7D;
}
.TagClassName
{
border-color: #B1AC7D;
}
</style>