Shades of Neutral Green #B2AB7E
Tints of Neutral Green #B2AB7E
RGB
CMYK
RGB Variations
Color information
#B2AB7E (or 0xB2AB7E) is known color: Neutral Green. HEX triplet: B2, AB and 7E. RGB value is (178,171,126). Sum of RGB (Red+Green+Blue) = 178+171+126=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AB7E is #4D5481. Grayscale: #A8A8A8. Windows color (decimal): -5067906 or 8301490. OLE color: 8301490.
HSL color Cylindrical-coordinate representation of color #B2AB7E: hue angle of 51.92º 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 #B2AB7E is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 171 | 126 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.30 |
| HSL | 51.92º | 0.25% | 0.6% | - |
| HSV(B) | 51.92º | 0.29% | 0.7% | - |
| XYZ | 36.69 | 40.1 | 25.54 | - |
| YUV | 167.96 | 104.32 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 126 | 0 | 0.04 | 0.29 | 0.30 | 51.92 | 0.25 | 0.6 |
| Hex | B2 | AB | 7E | 0 | 4 | 1D | 1E | 34 | 19 | 3C |
| Octal | 262 | 253 | 176 | 0 | 4 | 35 | 36 | 64 | 31 | 74 |
| Binary | 10110010 | 10101011 | 1111110 | 0 | 100 | 11101 | 11110 | 110100 | 11001 | 111100 |
Color Harmonies of #B2AB7E
Complementary color
Monochromatic Colors of #B2AB7E
Black with #B2AB7E
Text Example
Text Example
White with #B2AB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AB7E; }
p { color: rgb(178,171,126); }
H1.HeaderClassName
{
color: #B2AB7E;
}
.AnyTagClassName
{
color: #B2AB7E;
}
</style>
background-color css
<style>
a { background-color: #B2AB7E; }
a { background-color: rgb(178,171,126); }
div.DivClassName
{
background-color: #B2AB7E;
}
.BgClassName
{
background-color: #B2AB7E;
}
</style>
border-color css
<style>
span { border-color: #B2AB7E; }
span { border-color: rgb(178,171,126); }
td.TdClassName
{
border-color: #B2AB7E;
}
.TagClassName
{
border-color: #B2AB7E;
}
</style>