Shades of Neutral Green #B1A882
Tints of Neutral Green #B1A882
RGB
CMYK
RGB Variations
Color information
#B1A882 (or 0xB1A882) is known color: Neutral Green. HEX triplet: B1, A8 and 82. RGB value is (177,168,130). Sum of RGB (Red+Green+Blue) = 177+168+130=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A882 is #4E577D. Grayscale: #A6A6A6. Windows color (decimal): -5134206 or 8562865. OLE color: 8562865.
HSL color Cylindrical-coordinate representation of color #B1A882: hue angle of 48.51º degrees, saturation: 0.23, 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 #B1A882 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 168 | 130 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.31 |
| HSL | 48.51º | 0.23% | 0.6% | - |
| HSV(B) | 48.51º | 0.27% | 0.69% | - |
| XYZ | 36.16 | 38.96 | 26.73 | - |
| YUV | 166.36 | 107.48 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 168 | 130 | 0 | 0.05 | 0.27 | 0.31 | 48.51 | 0.23 | 0.6 |
| Hex | B1 | A8 | 82 | 0 | 5 | 1B | 1F | 31 | 17 | 3C |
| Octal | 261 | 250 | 202 | 0 | 5 | 33 | 37 | 61 | 27 | 74 |
| Binary | 10110001 | 10101000 | 10000010 | 0 | 101 | 11011 | 11111 | 110001 | 10111 | 111100 |
Color Harmonies of #B1A882
Complementary color
Monochromatic Colors of #B1A882
Black with #B1A882
Text Example
Text Example
White with #B1A882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A882; }
p { color: rgb(177,168,130); }
H1.HeaderClassName
{
color: #B1A882;
}
.AnyTagClassName
{
color: #B1A882;
}
</style>
background-color css
<style>
a { background-color: #B1A882; }
a { background-color: rgb(177,168,130); }
div.DivClassName
{
background-color: #B1A882;
}
.BgClassName
{
background-color: #B1A882;
}
</style>
border-color css
<style>
span { border-color: #B1A882; }
span { border-color: rgb(177,168,130); }
td.TdClassName
{
border-color: #B1A882;
}
.TagClassName
{
border-color: #B1A882;
}
</style>