Shades of Neutral Green #B1A980
Tints of Neutral Green #B1A980
RGB
CMYK
RGB Variations
Color information
#B1A980 (or 0xB1A980) is known color: Neutral Green. HEX triplet: B1, A9 and 80. RGB value is (177,169,128). Sum of RGB (Red+Green+Blue) = 177+169+128=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A980 is #4E567F. Grayscale: #A6A6A6. Windows color (decimal): -5133952 or 8432049. OLE color: 8432049.
HSL color Cylindrical-coordinate representation of color #B1A980: hue angle of 50.2º 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 #B1A980 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 169 | 128 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.31 |
| HSL | 50.2º | 0.24% | 0.6% | - |
| HSV(B) | 50.2º | 0.28% | 0.69% | - |
| XYZ | 36.22 | 39.28 | 26.1 | - |
| YUV | 166.72 | 106.15 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 169 | 128 | 0 | 0.05 | 0.28 | 0.31 | 50.2 | 0.24 | 0.6 |
| Hex | B1 | A9 | 80 | 0 | 5 | 1C | 1F | 32 | 18 | 3C |
| Octal | 261 | 251 | 200 | 0 | 5 | 34 | 37 | 62 | 30 | 74 |
| Binary | 10110001 | 10101001 | 10000000 | 0 | 101 | 11100 | 11111 | 110010 | 11000 | 111100 |
Color Harmonies of #B1A980
Complementary color
Monochromatic Colors of #B1A980
Black with #B1A980
Text Example
Text Example
White with #B1A980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A980; }
p { color: rgb(177,169,128); }
H1.HeaderClassName
{
color: #B1A980;
}
.AnyTagClassName
{
color: #B1A980;
}
</style>
background-color css
<style>
a { background-color: #B1A980; }
a { background-color: rgb(177,169,128); }
div.DivClassName
{
background-color: #B1A980;
}
.BgClassName
{
background-color: #B1A980;
}
</style>
border-color css
<style>
span { border-color: #B1A980; }
span { border-color: rgb(177,169,128); }
td.TdClassName
{
border-color: #B1A980;
}
.TagClassName
{
border-color: #B1A980;
}
</style>