Shades of Neutral Green #B1AA80
Tints of Neutral Green #B1AA80
RGB
CMYK
RGB Variations
Color information
#B1AA80 (or 0xB1AA80) is known color: Neutral Green. HEX triplet: B1, AA and 80. RGB value is (177,170,128). Sum of RGB (Red+Green+Blue) = 177+170+128=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AA80 is #4E557F. Grayscale: #A7A7A7. Windows color (decimal): -5133696 or 8432305. OLE color: 8432305.
HSL color Cylindrical-coordinate representation of color #B1AA80: hue angle of 51.43º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1AA80 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 170 | 128 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.31 |
| HSL | 51.43º | 0.24% | 0.6% | - |
| HSV(B) | 51.43º | 0.28% | 0.69% | - |
| XYZ | 36.4 | 39.66 | 26.16 | - |
| YUV | 167.31 | 105.82 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 170 | 128 | 0 | 0.04 | 0.28 | 0.31 | 51.43 | 0.24 | 0.6 |
| Hex | B1 | AA | 80 | 0 | 4 | 1C | 1F | 33 | 18 | 3C |
| Octal | 261 | 252 | 200 | 0 | 4 | 34 | 37 | 63 | 30 | 74 |
| Binary | 10110001 | 10101010 | 10000000 | 0 | 100 | 11100 | 11111 | 110011 | 11000 | 111100 |
Color Harmonies of #B1AA80
Complementary color
Monochromatic Colors of #B1AA80
Black with #B1AA80
Text Example
Text Example
White with #B1AA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AA80; }
p { color: rgb(177,170,128); }
H1.HeaderClassName
{
color: #B1AA80;
}
.AnyTagClassName
{
color: #B1AA80;
}
</style>
background-color css
<style>
a { background-color: #B1AA80; }
a { background-color: rgb(177,170,128); }
div.DivClassName
{
background-color: #B1AA80;
}
.BgClassName
{
background-color: #B1AA80;
}
</style>
border-color css
<style>
span { border-color: #B1AA80; }
span { border-color: rgb(177,170,128); }
td.TdClassName
{
border-color: #B1AA80;
}
.TagClassName
{
border-color: #B1AA80;
}
</style>