Shades of Neutral Green #B1A67E
Tints of Neutral Green #B1A67E
RGB
CMYK
RGB Variations
Color information
#B1A67E (or 0xB1A67E) is known color: Neutral Green. HEX triplet: B1, A6 and 7E. RGB value is (177,166,126). Sum of RGB (Red+Green+Blue) = 177+166+126=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A67E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A67E is #4E5981. Grayscale: #A4A4A4. Windows color (decimal): -5134722 or 8300209. OLE color: 8300209.
HSL color Cylindrical-coordinate representation of color #B1A67E: hue angle of 47.06º 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 #B1A67E is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 166 | 126 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.31 |
| HSL | 47.06º | 0.25% | 0.59% | - |
| HSV(B) | 47.06º | 0.29% | 0.69% | - |
| XYZ | 35.53 | 38.13 | 25.22 | - |
| YUV | 164.73 | 106.14 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 166 | 126 | 0 | 0.06 | 0.29 | 0.31 | 47.06 | 0.25 | 0.59 |
| Hex | B1 | A6 | 7E | 0 | 6 | 1D | 1F | 2F | 19 | 3B |
| Octal | 261 | 246 | 176 | 0 | 6 | 35 | 37 | 57 | 31 | 73 |
| Binary | 10110001 | 10100110 | 1111110 | 0 | 110 | 11101 | 11111 | 101111 | 11001 | 111011 |
Color Harmonies of #B1A67E
Complementary color
Monochromatic Colors of #B1A67E
Black with #B1A67E
Text Example
Text Example
White with #B1A67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A67E; }
p { color: rgb(177,166,126); }
H1.HeaderClassName
{
color: #B1A67E;
}
.AnyTagClassName
{
color: #B1A67E;
}
</style>
background-color css
<style>
a { background-color: #B1A67E; }
a { background-color: rgb(177,166,126); }
div.DivClassName
{
background-color: #B1A67E;
}
.BgClassName
{
background-color: #B1A67E;
}
</style>
border-color css
<style>
span { border-color: #B1A67E; }
span { border-color: rgb(177,166,126); }
td.TdClassName
{
border-color: #B1A67E;
}
.TagClassName
{
border-color: #B1A67E;
}
</style>