Shades of Neutral Green #B1A881
Tints of Neutral Green #B1A881
RGB
CMYK
RGB Variations
Color information
#B1A881 (or 0xB1A881) is known color: Neutral Green. HEX triplet: B1, A8 and 81. RGB value is (177,168,129). Sum of RGB (Red+Green+Blue) = 177+168+129=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A881 is #4E577E. Grayscale: #A6A6A6. Windows color (decimal): -5134207 or 8497329. OLE color: 8497329.
HSL color Cylindrical-coordinate representation of color #B1A881: hue angle of 48.75º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1A881 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 168 | 129 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.31 |
| HSL | 48.75º | 0.24% | 0.6% | - |
| HSV(B) | 48.75º | 0.27% | 0.69% | - |
| XYZ | 36.1 | 38.94 | 26.38 | - |
| YUV | 166.25 | 106.98 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 168 | 129 | 0 | 0.05 | 0.27 | 0.31 | 48.75 | 0.24 | 0.6 |
| Hex | B1 | A8 | 81 | 0 | 5 | 1B | 1F | 31 | 18 | 3C |
| Octal | 261 | 250 | 201 | 0 | 5 | 33 | 37 | 61 | 30 | 74 |
| Binary | 10110001 | 10101000 | 10000001 | 0 | 101 | 11011 | 11111 | 110001 | 11000 | 111100 |
Color Harmonies of #B1A881
Complementary color
Monochromatic Colors of #B1A881
Black with #B1A881
Text Example
Text Example
White with #B1A881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A881; }
p { color: rgb(177,168,129); }
H1.HeaderClassName
{
color: #B1A881;
}
.AnyTagClassName
{
color: #B1A881;
}
</style>
background-color css
<style>
a { background-color: #B1A881; }
a { background-color: rgb(177,168,129); }
div.DivClassName
{
background-color: #B1A881;
}
.BgClassName
{
background-color: #B1A881;
}
</style>
border-color css
<style>
span { border-color: #B1A881; }
span { border-color: rgb(177,168,129); }
td.TdClassName
{
border-color: #B1A881;
}
.TagClassName
{
border-color: #B1A881;
}
</style>