Shades of Neutral Green #B1B083
Tints of Neutral Green #B1B083
RGB
CMYK
RGB Variations
Color information
#B1B083 (or 0xB1B083) is known color: Neutral Green. HEX triplet: B1, B0 and 83. RGB value is (177,176,131). Sum of RGB (Red+Green+Blue) = 177+176+131=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 131 (51.56% from 255 or 27.07% from 484); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1B083 is #4E4F7C. Grayscale: #ABABAB. Windows color (decimal): -5132157 or 8630449. OLE color: 8630449.
HSL color Cylindrical-coordinate representation of color #B1B083: hue angle of 58.7º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1B083 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 176 | 131 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.31 |
| HSL | 58.7º | 0.23% | 0.6% | - |
| HSV(B) | 58.7º | 0.26% | 0.69% | - |
| XYZ | 37.75 | 42.04 | 27.6 | - |
| YUV | 171.17 | 105.33 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 176 | 131 | 0 | 0.01 | 0.26 | 0.31 | 58.7 | 0.23 | 0.6 |
| Hex | B1 | B0 | 83 | 0 | 1 | 1A | 1F | 3B | 17 | 3C |
| Octal | 261 | 260 | 203 | 0 | 1 | 32 | 37 | 73 | 27 | 74 |
| Binary | 10110001 | 10110000 | 10000011 | 0 | 1 | 11010 | 11111 | 111011 | 10111 | 111100 |
Color Harmonies of #B1B083
Complementary color
Monochromatic Colors of #B1B083
Black with #B1B083
Text Example
Text Example
White with #B1B083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B083; }
p { color: rgb(177,176,131); }
H1.HeaderClassName
{
color: #B1B083;
}
.AnyTagClassName
{
color: #B1B083;
}
</style>
background-color css
<style>
a { background-color: #B1B083; }
a { background-color: rgb(177,176,131); }
div.DivClassName
{
background-color: #B1B083;
}
.BgClassName
{
background-color: #B1B083;
}
</style>
border-color css
<style>
span { border-color: #B1B083; }
span { border-color: rgb(177,176,131); }
td.TdClassName
{
border-color: #B1B083;
}
.TagClassName
{
border-color: #B1B083;
}
</style>