Shades of Neutral Green #B1A977
Tints of Neutral Green #B1A977
RGB
CMYK
RGB Variations
Color information
#B1A977 (or 0xB1A977) is known color: Neutral Green. HEX triplet: B1, A9 and 77. RGB value is (177,169,119). Sum of RGB (Red+Green+Blue) = 177+169+119=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A977 is #4E5688. Grayscale: #A5A5A5. Windows color (decimal): -5133961 or 7842225. OLE color: 7842225.
HSL color Cylindrical-coordinate representation of color #B1A977: hue angle of 51.72º 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 #B1A977 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 169 | 119 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.31 |
| HSL | 51.72º | 0.27% | 0.58% | - |
| HSV(B) | 51.72º | 0.33% | 0.69% | - |
| XYZ | 35.65 | 39.05 | 23.11 | - |
| YUV | 165.69 | 101.65 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 169 | 119 | 0 | 0.05 | 0.33 | 0.31 | 51.72 | 0.27 | 0.58 |
| Hex | B1 | A9 | 77 | 0 | 5 | 21 | 1F | 34 | 1B | 3A |
| Octal | 261 | 251 | 167 | 0 | 5 | 41 | 37 | 64 | 33 | 72 |
| Binary | 10110001 | 10101001 | 1110111 | 0 | 101 | 100001 | 11111 | 110100 | 11011 | 111010 |
Color Harmonies of #B1A977
Complementary color
Monochromatic Colors of #B1A977
Black with #B1A977
Text Example
Text Example
White with #B1A977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A977; }
p { color: rgb(177,169,119); }
H1.HeaderClassName
{
color: #B1A977;
}
.AnyTagClassName
{
color: #B1A977;
}
</style>
background-color css
<style>
a { background-color: #B1A977; }
a { background-color: rgb(177,169,119); }
div.DivClassName
{
background-color: #B1A977;
}
.BgClassName
{
background-color: #B1A977;
}
</style>
border-color css
<style>
span { border-color: #B1A977; }
span { border-color: rgb(177,169,119); }
td.TdClassName
{
border-color: #B1A977;
}
.TagClassName
{
border-color: #B1A977;
}
</style>