Shades of Neutral Green #B1B17C
Tints of Neutral Green #B1B17C
RGB
CMYK
RGB Variations
Color information
#B1B17C (or 0xB1B17C) is known color: Neutral Green. HEX triplet: B1, B1 and 7C. RGB value is (177,177,124). Sum of RGB (Red+Green+Blue) = 177+177+124=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 177 - color contains mainly: red, green. Hex color #B1B17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1B17C is #4E4E83. Grayscale: #ABABAB. Windows color (decimal): -5131908 or 8171953. OLE color: 8171953.
HSL color Cylindrical-coordinate representation of color #B1B17C: hue angle of 60º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1B17C is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 177 | 124 | - |
| CMYK | 0 | 0 | 0.30 | 0.31 |
| HSL | 60º | 0.25% | 0.59% | - |
| HSV(B) | 60º | 0.3% | 0.69% | - |
| XYZ | 37.49 | 42.25 | 25.25 | - |
| YUV | 170.96 | 101.5 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 177 | 124 | 0 | 0 | 0.30 | 0.31 | 60 | 0.25 | 0.59 |
| Hex | B1 | B1 | 7C | 0 | 0 | 1E | 1F | 3C | 19 | 3B |
| Octal | 261 | 261 | 174 | 0 | 0 | 36 | 37 | 74 | 31 | 73 |
| Binary | 10110001 | 10110001 | 1111100 | 0 | 0 | 11110 | 11111 | 111100 | 11001 | 111011 |
Color Harmonies of #B1B17C
Complementary color
Monochromatic Colors of #B1B17C
Black with #B1B17C
Text Example
Text Example
White with #B1B17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B17C; }
p { color: rgb(177,177,124); }
H1.HeaderClassName
{
color: #B1B17C;
}
.AnyTagClassName
{
color: #B1B17C;
}
</style>
background-color css
<style>
a { background-color: #B1B17C; }
a { background-color: rgb(177,177,124); }
div.DivClassName
{
background-color: #B1B17C;
}
.BgClassName
{
background-color: #B1B17C;
}
</style>
border-color css
<style>
span { border-color: #B1B17C; }
span { border-color: rgb(177,177,124); }
td.TdClassName
{
border-color: #B1B17C;
}
.TagClassName
{
border-color: #B1B17C;
}
</style>