Shades of Neutral Green #B1B07E
Tints of Neutral Green #B1B07E
RGB
CMYK
RGB Variations
Color information
#B1B07E (or 0xB1B07E) is known color: Neutral Green. HEX triplet: B1, B0 and 7E. RGB value is (177,176,126). Sum of RGB (Red+Green+Blue) = 177+176+126=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B07E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1B07E is #4E4F81. Grayscale: #AAAAAA. Windows color (decimal): -5132162 or 8302769. OLE color: 8302769.
HSL color Cylindrical-coordinate representation of color #B1B07E: hue angle of 58.82º 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 #B1B07E is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 176 | 126 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.31 |
| HSL | 58.82º | 0.25% | 0.59% | - |
| HSV(B) | 58.82º | 0.29% | 0.69% | - |
| XYZ | 37.42 | 41.9 | 25.85 | - |
| YUV | 170.6 | 102.83 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 176 | 126 | 0 | 0.01 | 0.29 | 0.31 | 58.82 | 0.25 | 0.59 |
| Hex | B1 | B0 | 7E | 0 | 1 | 1D | 1F | 3B | 19 | 3B |
| Octal | 261 | 260 | 176 | 0 | 1 | 35 | 37 | 73 | 31 | 73 |
| Binary | 10110001 | 10110000 | 1111110 | 0 | 1 | 11101 | 11111 | 111011 | 11001 | 111011 |
Color Harmonies of #B1B07E
Complementary color
Monochromatic Colors of #B1B07E
Black with #B1B07E
Text Example
Text Example
White with #B1B07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B07E; }
p { color: rgb(177,176,126); }
H1.HeaderClassName
{
color: #B1B07E;
}
.AnyTagClassName
{
color: #B1B07E;
}
</style>
background-color css
<style>
a { background-color: #B1B07E; }
a { background-color: rgb(177,176,126); }
div.DivClassName
{
background-color: #B1B07E;
}
.BgClassName
{
background-color: #B1B07E;
}
</style>
border-color css
<style>
span { border-color: #B1B07E; }
span { border-color: rgb(177,176,126); }
td.TdClassName
{
border-color: #B1B07E;
}
.TagClassName
{
border-color: #B1B07E;
}
</style>