Shades of Neutral Green #B2AA7E
Tints of Neutral Green #B2AA7E
RGB
CMYK
RGB Variations
Color information
#B2AA7E (or 0xB2AA7E) is known color: Neutral Green. HEX triplet: B2, AA and 7E. RGB value is (178,170,126). Sum of RGB (Red+Green+Blue) = 178+170+126=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AA7E is #4D5581. Grayscale: #A7A7A7. Windows color (decimal): -5068162 or 8301234. OLE color: 8301234.
HSL color Cylindrical-coordinate representation of color #B2AA7E: hue angle of 50.77º 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 #B2AA7E is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 170 | 126 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.30 |
| HSL | 50.77º | 0.25% | 0.6% | - |
| HSV(B) | 50.77º | 0.29% | 0.7% | - |
| XYZ | 36.5 | 39.72 | 25.48 | - |
| YUV | 167.38 | 104.65 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 170 | 126 | 0 | 0.04 | 0.29 | 0.30 | 50.77 | 0.25 | 0.6 |
| Hex | B2 | AA | 7E | 0 | 4 | 1D | 1E | 33 | 19 | 3C |
| Octal | 262 | 252 | 176 | 0 | 4 | 35 | 36 | 63 | 31 | 74 |
| Binary | 10110010 | 10101010 | 1111110 | 0 | 100 | 11101 | 11110 | 110011 | 11001 | 111100 |
Color Harmonies of #B2AA7E
Complementary color
Monochromatic Colors of #B2AA7E
Black with #B2AA7E
Text Example
Text Example
White with #B2AA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AA7E; }
p { color: rgb(178,170,126); }
H1.HeaderClassName
{
color: #B2AA7E;
}
.AnyTagClassName
{
color: #B2AA7E;
}
</style>
background-color css
<style>
a { background-color: #B2AA7E; }
a { background-color: rgb(178,170,126); }
div.DivClassName
{
background-color: #B2AA7E;
}
.BgClassName
{
background-color: #B2AA7E;
}
</style>
border-color css
<style>
span { border-color: #B2AA7E; }
span { border-color: rgb(178,170,126); }
td.TdClassName
{
border-color: #B2AA7E;
}
.TagClassName
{
border-color: #B2AA7E;
}
</style>