Shades of Neutral Green #B1A975
Tints of Neutral Green #B1A975
RGB
CMYK
RGB Variations
Color information
#B1A975 (or 0xB1A975) is known color: Neutral Green. HEX triplet: B1, A9 and 75. RGB value is (177,169,117). Sum of RGB (Red+Green+Blue) = 177+169+117=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A975 is #4E568A. Grayscale: #A5A5A5. Windows color (decimal): -5133963 or 7711153. OLE color: 7711153.
HSL color Cylindrical-coordinate representation of color #B1A975: hue angle of 52º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B1A975 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 169 | 117 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.31 |
| HSL | 52º | 0.28% | 0.58% | - |
| HSV(B) | 52º | 0.34% | 0.69% | - |
| XYZ | 35.53 | 39.01 | 22.49 | - |
| YUV | 165.46 | 100.65 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 169 | 117 | 0 | 0.05 | 0.34 | 0.31 | 52 | 0.28 | 0.58 |
| Hex | B1 | A9 | 75 | 0 | 5 | 22 | 1F | 34 | 1C | 3A |
| Octal | 261 | 251 | 165 | 0 | 5 | 42 | 37 | 64 | 34 | 72 |
| Binary | 10110001 | 10101001 | 1110101 | 0 | 101 | 100010 | 11111 | 110100 | 11100 | 111010 |
Color Harmonies of #B1A975
Complementary color
Monochromatic Colors of #B1A975
Black with #B1A975
Text Example
Text Example
White with #B1A975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A975; }
p { color: rgb(177,169,117); }
H1.HeaderClassName
{
color: #B1A975;
}
.AnyTagClassName
{
color: #B1A975;
}
</style>
background-color css
<style>
a { background-color: #B1A975; }
a { background-color: rgb(177,169,117); }
div.DivClassName
{
background-color: #B1A975;
}
.BgClassName
{
background-color: #B1A975;
}
</style>
border-color css
<style>
span { border-color: #B1A975; }
span { border-color: rgb(177,169,117); }
td.TdClassName
{
border-color: #B1A975;
}
.TagClassName
{
border-color: #B1A975;
}
</style>