Shades of Neutral Green #B2A67E
Tints of Neutral Green #B2A67E
RGB
CMYK
RGB Variations
Color information
#B2A67E (or 0xB2A67E) is known color: Neutral Green. HEX triplet: B2, A6 and 7E. RGB value is (178,166,126). Sum of RGB (Red+Green+Blue) = 178+166+126=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A67E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A67E is #4D5981. Grayscale: #A5A5A5. Windows color (decimal): -5069186 or 8300210. OLE color: 8300210.
HSL color Cylindrical-coordinate representation of color #B2A67E: hue angle of 46.15º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2A67E is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 166 | 126 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.30 |
| HSL | 46.15º | 0.25% | 0.6% | - |
| HSV(B) | 46.15º | 0.29% | 0.7% | - |
| XYZ | 35.76 | 38.24 | 25.24 | - |
| YUV | 165.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 166 | 126 | 0 | 0.07 | 0.29 | 0.30 | 46.15 | 0.25 | 0.6 |
| Hex | B2 | A6 | 7E | 0 | 7 | 1D | 1E | 2E | 19 | 3C |
| Octal | 262 | 246 | 176 | 0 | 7 | 35 | 36 | 56 | 31 | 74 |
| Binary | 10110010 | 10100110 | 1111110 | 0 | 111 | 11101 | 11110 | 101110 | 11001 | 111100 |
Color Harmonies of #B2A67E
Complementary color
Monochromatic Colors of #B2A67E
Black with #B2A67E
Text Example
Text Example
White with #B2A67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A67E; }
p { color: rgb(178,166,126); }
H1.HeaderClassName
{
color: #B2A67E;
}
.AnyTagClassName
{
color: #B2A67E;
}
</style>
background-color css
<style>
a { background-color: #B2A67E; }
a { background-color: rgb(178,166,126); }
div.DivClassName
{
background-color: #B2A67E;
}
.BgClassName
{
background-color: #B2A67E;
}
</style>
border-color css
<style>
span { border-color: #B2A67E; }
span { border-color: rgb(178,166,126); }
td.TdClassName
{
border-color: #B2A67E;
}
.TagClassName
{
border-color: #B2A67E;
}
</style>