Shades of Neutral Green #B1A877
Tints of Neutral Green #B1A877
RGB
CMYK
RGB Variations
Color information
#B1A877 (or 0xB1A877) is known color: Neutral Green. HEX triplet: B1, A8 and 77. RGB value is (177,168,119). Sum of RGB (Red+Green+Blue) = 177+168+119=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 119 (46.88% from 255 or 25.65% from 464); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A877 is #4E5788. Grayscale: #A5A5A5. Windows color (decimal): -5134217 or 7841969. OLE color: 7841969.
HSL color Cylindrical-coordinate representation of color #B1A877: hue angle of 50.69º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B1A877 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 168 | 119 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.31 |
| HSL | 50.69º | 0.27% | 0.58% | - |
| HSV(B) | 50.69º | 0.33% | 0.69% | - |
| XYZ | 35.46 | 38.68 | 23.05 | - |
| YUV | 165.11 | 101.98 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 168 | 119 | 0 | 0.05 | 0.33 | 0.31 | 50.69 | 0.27 | 0.58 |
| Hex | B1 | A8 | 77 | 0 | 5 | 21 | 1F | 33 | 1B | 3A |
| Octal | 261 | 250 | 167 | 0 | 5 | 41 | 37 | 63 | 33 | 72 |
| Binary | 10110001 | 10101000 | 1110111 | 0 | 101 | 100001 | 11111 | 110011 | 11011 | 111010 |
Color Harmonies of #B1A877
Complementary color
Monochromatic Colors of #B1A877
Black with #B1A877
Text Example
Text Example
White with #B1A877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A877; }
p { color: rgb(177,168,119); }
H1.HeaderClassName
{
color: #B1A877;
}
.AnyTagClassName
{
color: #B1A877;
}
</style>
background-color css
<style>
a { background-color: #B1A877; }
a { background-color: rgb(177,168,119); }
div.DivClassName
{
background-color: #B1A877;
}
.BgClassName
{
background-color: #B1A877;
}
</style>
border-color css
<style>
span { border-color: #B1A877; }
span { border-color: rgb(177,168,119); }
td.TdClassName
{
border-color: #B1A877;
}
.TagClassName
{
border-color: #B1A877;
}
</style>