Shades of Neutral Green #B2AA7D
Tints of Neutral Green #B2AA7D
RGB
CMYK
RGB Variations
Color information
#B2AA7D (or 0xB2AA7D) is known color: Neutral Green. HEX triplet: B2, AA and 7D. RGB value is (178,170,125). Sum of RGB (Red+Green+Blue) = 178+170+125=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AA7D is #4D5582. Grayscale: #A7A7A7. Windows color (decimal): -5068163 or 8235698. OLE color: 8235698.
HSL color Cylindrical-coordinate representation of color #B2AA7D: hue angle of 50.94º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2AA7D is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 170 | 125 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.30 |
| HSL | 50.94º | 0.26% | 0.59% | - |
| HSV(B) | 50.94º | 0.3% | 0.7% | - |
| XYZ | 36.44 | 39.7 | 25.14 | - |
| YUV | 167.26 | 104.15 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 170 | 125 | 0 | 0.04 | 0.30 | 0.30 | 50.94 | 0.26 | 0.59 |
| Hex | B2 | AA | 7D | 0 | 4 | 1E | 1E | 33 | 1A | 3B |
| Octal | 262 | 252 | 175 | 0 | 4 | 36 | 36 | 63 | 32 | 73 |
| Binary | 10110010 | 10101010 | 1111101 | 0 | 100 | 11110 | 11110 | 110011 | 11010 | 111011 |
Color Harmonies of #B2AA7D
Complementary color
Monochromatic Colors of #B2AA7D
Black with #B2AA7D
Text Example
Text Example
White with #B2AA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AA7D; }
p { color: rgb(178,170,125); }
H1.HeaderClassName
{
color: #B2AA7D;
}
.AnyTagClassName
{
color: #B2AA7D;
}
</style>
background-color css
<style>
a { background-color: #B2AA7D; }
a { background-color: rgb(178,170,125); }
div.DivClassName
{
background-color: #B2AA7D;
}
.BgClassName
{
background-color: #B2AA7D;
}
</style>
border-color css
<style>
span { border-color: #B2AA7D; }
span { border-color: rgb(178,170,125); }
td.TdClassName
{
border-color: #B2AA7D;
}
.TagClassName
{
border-color: #B2AA7D;
}
</style>