Shades of Neutral Green #B2AA7C
Tints of Neutral Green #B2AA7C
RGB
CMYK
RGB Variations
Color information
#B2AA7C (or 0xB2AA7C) is known color: Neutral Green. HEX triplet: B2, AA and 7C. RGB value is (178,170,124). Sum of RGB (Red+Green+Blue) = 178+170+124=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AA7C is #4D5583. Grayscale: #A7A7A7. Windows color (decimal): -5068164 or 8170162. OLE color: 8170162.
HSL color Cylindrical-coordinate representation of color #B2AA7C: hue angle of 51.11º 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 #B2AA7C is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 170 | 124 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.30 |
| HSL | 51.11º | 0.26% | 0.59% | - |
| HSV(B) | 51.11º | 0.3% | 0.7% | - |
| XYZ | 36.37 | 39.67 | 24.81 | - |
| YUV | 167.15 | 103.65 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 170 | 124 | 0 | 0.04 | 0.30 | 0.30 | 51.11 | 0.26 | 0.59 |
| Hex | B2 | AA | 7C | 0 | 4 | 1E | 1E | 33 | 1A | 3B |
| Octal | 262 | 252 | 174 | 0 | 4 | 36 | 36 | 63 | 32 | 73 |
| Binary | 10110010 | 10101010 | 1111100 | 0 | 100 | 11110 | 11110 | 110011 | 11010 | 111011 |
Color Harmonies of #B2AA7C
Complementary color
Monochromatic Colors of #B2AA7C
Black with #B2AA7C
Text Example
Text Example
White with #B2AA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AA7C; }
p { color: rgb(178,170,124); }
H1.HeaderClassName
{
color: #B2AA7C;
}
.AnyTagClassName
{
color: #B2AA7C;
}
</style>
background-color css
<style>
a { background-color: #B2AA7C; }
a { background-color: rgb(178,170,124); }
div.DivClassName
{
background-color: #B2AA7C;
}
.BgClassName
{
background-color: #B2AA7C;
}
</style>
border-color css
<style>
span { border-color: #B2AA7C; }
span { border-color: rgb(178,170,124); }
td.TdClassName
{
border-color: #B2AA7C;
}
.TagClassName
{
border-color: #B2AA7C;
}
</style>