Shades of Neutral Green #B2AA7A
Tints of Neutral Green #B2AA7A
RGB
CMYK
RGB Variations
Color information
#B2AA7A (or 0xB2AA7A) is known color: Neutral Green. HEX triplet: B2, AA and 7A. RGB value is (178,170,122). Sum of RGB (Red+Green+Blue) = 178+170+122=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AA7A is #4D5585. Grayscale: #A7A7A7. Windows color (decimal): -5068166 or 8039090. OLE color: 8039090.
HSL color Cylindrical-coordinate representation of color #B2AA7A: hue angle of 51.43º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B2AA7A is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 170 | 122 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.30 |
| HSL | 51.43º | 0.27% | 0.59% | - |
| HSV(B) | 51.43º | 0.31% | 0.7% | - |
| XYZ | 36.25 | 39.62 | 24.15 | - |
| YUV | 166.92 | 102.65 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 170 | 122 | 0 | 0.04 | 0.31 | 0.30 | 51.43 | 0.27 | 0.59 |
| Hex | B2 | AA | 7A | 0 | 4 | 1F | 1E | 33 | 1B | 3B |
| Octal | 262 | 252 | 172 | 0 | 4 | 37 | 36 | 63 | 33 | 73 |
| Binary | 10110010 | 10101010 | 1111010 | 0 | 100 | 11111 | 11110 | 110011 | 11011 | 111011 |
Color Harmonies of #B2AA7A
Complementary color
Monochromatic Colors of #B2AA7A
Black with #B2AA7A
Text Example
Text Example
White with #B2AA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AA7A; }
p { color: rgb(178,170,122); }
H1.HeaderClassName
{
color: #B2AA7A;
}
.AnyTagClassName
{
color: #B2AA7A;
}
</style>
background-color css
<style>
a { background-color: #B2AA7A; }
a { background-color: rgb(178,170,122); }
div.DivClassName
{
background-color: #B2AA7A;
}
.BgClassName
{
background-color: #B2AA7A;
}
</style>
border-color css
<style>
span { border-color: #B2AA7A; }
span { border-color: rgb(178,170,122); }
td.TdClassName
{
border-color: #B2AA7A;
}
.TagClassName
{
border-color: #B2AA7A;
}
</style>