Shades of Neutral Green #B1A783
Tints of Neutral Green #B1A783
RGB
CMYK
RGB Variations
Color information
#B1A783 (or 0xB1A783) is known color: Neutral Green. HEX triplet: B1, A7 and 83. RGB value is (177,167,131). Sum of RGB (Red+Green+Blue) = 177+167+131=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 167 (65.62% from 255 or 35.16% from 475); Blue value is 131 (51.56% from 255 or 27.58% from 475); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A783 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A783 is #4E587C. Grayscale: #A6A6A6. Windows color (decimal): -5134461 or 8628145. OLE color: 8628145.
HSL color Cylindrical-coordinate representation of color #B1A783: hue angle of 46.96º 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 #B1A783 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 167 | 131 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.31 |
| HSL | 46.96º | 0.23% | 0.6% | - |
| HSV(B) | 46.96º | 0.26% | 0.69% | - |
| XYZ | 36.05 | 38.62 | 27.03 | - |
| YUV | 165.89 | 108.31 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 167 | 131 | 0 | 0.06 | 0.26 | 0.31 | 46.96 | 0.23 | 0.6 |
| Hex | B1 | A7 | 83 | 0 | 6 | 1A | 1F | 2F | 17 | 3C |
| Octal | 261 | 247 | 203 | 0 | 6 | 32 | 37 | 57 | 27 | 74 |
| Binary | 10110001 | 10100111 | 10000011 | 0 | 110 | 11010 | 11111 | 101111 | 10111 | 111100 |
Color Harmonies of #B1A783
Complementary color
Monochromatic Colors of #B1A783
Black with #B1A783
Text Example
Text Example
White with #B1A783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A783; }
p { color: rgb(177,167,131); }
H1.HeaderClassName
{
color: #B1A783;
}
.AnyTagClassName
{
color: #B1A783;
}
</style>
background-color css
<style>
a { background-color: #B1A783; }
a { background-color: rgb(177,167,131); }
div.DivClassName
{
background-color: #B1A783;
}
.BgClassName
{
background-color: #B1A783;
}
</style>
border-color css
<style>
span { border-color: #B1A783; }
span { border-color: rgb(177,167,131); }
td.TdClassName
{
border-color: #B1A783;
}
.TagClassName
{
border-color: #B1A783;
}
</style>