Shades of Neutral Green #B1AC76
Tints of Neutral Green #B1AC76
RGB
CMYK
RGB Variations
Color information
#B1AC76 (or 0xB1AC76) is known color: Neutral Green. HEX triplet: B1, AC and 76. RGB value is (177,172,118). Sum of RGB (Red+Green+Blue) = 177+172+118=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AC76 is #4E5389. Grayscale: #A7A7A7. Windows color (decimal): -5133194 or 7777457. OLE color: 7777457.
HSL color Cylindrical-coordinate representation of color #B1AC76: hue angle of 54.92º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B1AC76 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 172 | 118 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.31 |
| HSL | 54.92º | 0.27% | 0.58% | - |
| HSV(B) | 54.92º | 0.33% | 0.69% | - |
| XYZ | 36.15 | 40.16 | 22.99 | - |
| YUV | 167.34 | 100.16 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 172 | 118 | 0 | 0.03 | 0.33 | 0.31 | 54.92 | 0.27 | 0.58 |
| Hex | B1 | AC | 76 | 0 | 3 | 21 | 1F | 37 | 1B | 3A |
| Octal | 261 | 254 | 166 | 0 | 3 | 41 | 37 | 67 | 33 | 72 |
| Binary | 10110001 | 10101100 | 1110110 | 0 | 11 | 100001 | 11111 | 110111 | 11011 | 111010 |
Color Harmonies of #B1AC76
Complementary color
Monochromatic Colors of #B1AC76
Black with #B1AC76
Text Example
Text Example
White with #B1AC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AC76; }
p { color: rgb(177,172,118); }
H1.HeaderClassName
{
color: #B1AC76;
}
.AnyTagClassName
{
color: #B1AC76;
}
</style>
background-color css
<style>
a { background-color: #B1AC76; }
a { background-color: rgb(177,172,118); }
div.DivClassName
{
background-color: #B1AC76;
}
.BgClassName
{
background-color: #B1AC76;
}
</style>
border-color css
<style>
span { border-color: #B1AC76; }
span { border-color: rgb(177,172,118); }
td.TdClassName
{
border-color: #B1AC76;
}
.TagClassName
{
border-color: #B1AC76;
}
</style>