Shades of Neutral Green #B1AA76
Tints of Neutral Green #B1AA76
RGB
CMYK
RGB Variations
Color information
#B1AA76 (or 0xB1AA76) is known color: Neutral Green. HEX triplet: B1, AA and 76. RGB value is (177,170,118). Sum of RGB (Red+Green+Blue) = 177+170+118=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AA76 is #4E5589. Grayscale: #A6A6A6. Windows color (decimal): -5133706 or 7776945. OLE color: 7776945.
HSL color Cylindrical-coordinate representation of color #B1AA76: hue angle of 52.88º 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 #B1AA76 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 170 | 118 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.31 |
| HSL | 52.88º | 0.27% | 0.58% | - |
| HSV(B) | 52.88º | 0.33% | 0.69% | - |
| XYZ | 35.78 | 39.4 | 22.86 | - |
| YUV | 166.17 | 100.82 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 170 | 118 | 0 | 0.04 | 0.33 | 0.31 | 52.88 | 0.27 | 0.58 |
| Hex | B1 | AA | 76 | 0 | 4 | 21 | 1F | 35 | 1B | 3A |
| Octal | 261 | 252 | 166 | 0 | 4 | 41 | 37 | 65 | 33 | 72 |
| Binary | 10110001 | 10101010 | 1110110 | 0 | 100 | 100001 | 11111 | 110101 | 11011 | 111010 |
Color Harmonies of #B1AA76
Complementary color
Monochromatic Colors of #B1AA76
Black with #B1AA76
Text Example
Text Example
White with #B1AA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AA76; }
p { color: rgb(177,170,118); }
H1.HeaderClassName
{
color: #B1AA76;
}
.AnyTagClassName
{
color: #B1AA76;
}
</style>
background-color css
<style>
a { background-color: #B1AA76; }
a { background-color: rgb(177,170,118); }
div.DivClassName
{
background-color: #B1AA76;
}
.BgClassName
{
background-color: #B1AA76;
}
</style>
border-color css
<style>
span { border-color: #B1AA76; }
span { border-color: rgb(177,170,118); }
td.TdClassName
{
border-color: #B1AA76;
}
.TagClassName
{
border-color: #B1AA76;
}
</style>