Shades of Neutral Green #B1B17E
Tints of Neutral Green #B1B17E
RGB
CMYK
RGB Variations
Color information
#B1B17E (or 0xB1B17E) is known color: Neutral Green. HEX triplet: B1, B1 and 7E. RGB value is (177,177,126). Sum of RGB (Red+Green+Blue) = 177+177+126=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 177 (69.53% from 255 or 36.88% from 480); Blue value is 126 (49.61% from 255 or 26.25% from 480); Max value from RGB is 177 - color contains mainly: red, green. Hex color #B1B17E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1B17E is #4E4E81. Grayscale: #ABABAB. Windows color (decimal): -5131906 or 8303025. OLE color: 8303025.
HSL color Cylindrical-coordinate representation of color #B1B17E: 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.29%. Process color model (Four color, CMYK) of #B1B17E is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 177 | 126 | - |
| CMYK | 0 | 0 | 0.29 | 0.31 |
| HSL | 60º | 0.25% | 0.59% | - |
| HSV(B) | 60º | 0.29% | 0.69% | - |
| XYZ | 37.62 | 42.3 | 25.92 | - |
| YUV | 171.19 | 102.5 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 177 | 126 | 0 | 0 | 0.29 | 0.31 | 60 | 0.25 | 0.59 |
| Hex | B1 | B1 | 7E | 0 | 0 | 1D | 1F | 3C | 19 | 3B |
| Octal | 261 | 261 | 176 | 0 | 0 | 35 | 37 | 74 | 31 | 73 |
| Binary | 10110001 | 10110001 | 1111110 | 0 | 0 | 11101 | 11111 | 111100 | 11001 | 111011 |
Color Harmonies of #B1B17E
Complementary color
Monochromatic Colors of #B1B17E
Black with #B1B17E
Text Example
Text Example
White with #B1B17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B17E; }
p { color: rgb(177,177,126); }
H1.HeaderClassName
{
color: #B1B17E;
}
.AnyTagClassName
{
color: #B1B17E;
}
</style>
background-color css
<style>
a { background-color: #B1B17E; }
a { background-color: rgb(177,177,126); }
div.DivClassName
{
background-color: #B1B17E;
}
.BgClassName
{
background-color: #B1B17E;
}
</style>
border-color css
<style>
span { border-color: #B1B17E; }
span { border-color: rgb(177,177,126); }
td.TdClassName
{
border-color: #B1B17E;
}
.TagClassName
{
border-color: #B1B17E;
}
</style>