Shades of Neutral Green #B4AA7A
Tints of Neutral Green #B4AA7A
RGB
CMYK
RGB Variations
Color information
#B4AA7A (or 0xB4AA7A) is known color: Neutral Green. HEX triplet: B4, AA and 7A. RGB value is (180,170,122). Sum of RGB (Red+Green+Blue) = 180+170+122=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AA7A is #4B5585. Grayscale: #A7A7A7. Windows color (decimal): -4937094 or 8039092. OLE color: 8039092.
HSL color Cylindrical-coordinate representation of color #B4AA7A: hue angle of 49.66º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B4AA7A is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 170 | 122 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.29 |
| HSL | 49.66º | 0.28% | 0.59% | - |
| HSV(B) | 49.66º | 0.32% | 0.71% | - |
| XYZ | 36.71 | 39.86 | 24.17 | - |
| YUV | 167.52 | 102.31 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 170 | 122 | 0 | 0.06 | 0.32 | 0.29 | 49.66 | 0.28 | 0.59 |
| Hex | B4 | AA | 7A | 0 | 6 | 20 | 1D | 32 | 1C | 3B |
| Octal | 264 | 252 | 172 | 0 | 6 | 40 | 35 | 62 | 34 | 73 |
| Binary | 10110100 | 10101010 | 1111010 | 0 | 110 | 100000 | 11101 | 110010 | 11100 | 111011 |
Color Harmonies of #B4AA7A
Complementary color
Monochromatic Colors of #B4AA7A
Black with #B4AA7A
Text Example
Text Example
White with #B4AA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AA7A; }
p { color: rgb(180,170,122); }
H1.HeaderClassName
{
color: #B4AA7A;
}
.AnyTagClassName
{
color: #B4AA7A;
}
</style>
background-color css
<style>
a { background-color: #B4AA7A; }
a { background-color: rgb(180,170,122); }
div.DivClassName
{
background-color: #B4AA7A;
}
.BgClassName
{
background-color: #B4AA7A;
}
</style>
border-color css
<style>
span { border-color: #B4AA7A; }
span { border-color: rgb(180,170,122); }
td.TdClassName
{
border-color: #B4AA7A;
}
.TagClassName
{
border-color: #B4AA7A;
}
</style>