Shades of Neutral Green #B1A97C
Tints of Neutral Green #B1A97C
RGB
CMYK
RGB Variations
Color information
#B1A97C (or 0xB1A97C) is known color: Neutral Green. HEX triplet: B1, A9 and 7C. RGB value is (177,169,124). Sum of RGB (Red+Green+Blue) = 177+169+124=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 169 (66.41% from 255 or 35.96% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A97C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A97C is #4E5683. Grayscale: #A6A6A6. Windows color (decimal): -5133956 or 8169905. OLE color: 8169905.
HSL color Cylindrical-coordinate representation of color #B1A97C: hue angle of 50.94º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1A97C is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 169 | 124 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.31 |
| HSL | 50.94º | 0.25% | 0.59% | - |
| HSV(B) | 50.94º | 0.3% | 0.69% | - |
| XYZ | 35.96 | 39.18 | 24.74 | - |
| YUV | 166.26 | 104.15 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 169 | 124 | 0 | 0.05 | 0.30 | 0.31 | 50.94 | 0.25 | 0.59 |
| Hex | B1 | A9 | 7C | 0 | 5 | 1E | 1F | 33 | 19 | 3B |
| Octal | 261 | 251 | 174 | 0 | 5 | 36 | 37 | 63 | 31 | 73 |
| Binary | 10110001 | 10101001 | 1111100 | 0 | 101 | 11110 | 11111 | 110011 | 11001 | 111011 |
Color Harmonies of #B1A97C
Complementary color
Monochromatic Colors of #B1A97C
Black with #B1A97C
Text Example
Text Example
White with #B1A97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A97C; }
p { color: rgb(177,169,124); }
H1.HeaderClassName
{
color: #B1A97C;
}
.AnyTagClassName
{
color: #B1A97C;
}
</style>
background-color css
<style>
a { background-color: #B1A97C; }
a { background-color: rgb(177,169,124); }
div.DivClassName
{
background-color: #B1A97C;
}
.BgClassName
{
background-color: #B1A97C;
}
</style>
border-color css
<style>
span { border-color: #B1A97C; }
span { border-color: rgb(177,169,124); }
td.TdClassName
{
border-color: #B1A97C;
}
.TagClassName
{
border-color: #B1A97C;
}
</style>