Shades of Neutral Green #B4AA76
Tints of Neutral Green #B4AA76
RGB
CMYK
RGB Variations
Color information
#B4AA76 (or 0xB4AA76) is known color: Neutral Green. HEX triplet: B4, AA and 76. RGB value is (180,170,118). Sum of RGB (Red+Green+Blue) = 180+170+118=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AA76 is #4B5589. Grayscale: #A7A7A7. Windows color (decimal): -4937098 or 7776948. OLE color: 7776948.
HSL color Cylindrical-coordinate representation of color #B4AA76: hue angle of 50.32º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B4AA76 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 170 | 118 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.29 |
| HSL | 50.32º | 0.29% | 0.58% | - |
| HSV(B) | 50.32º | 0.34% | 0.71% | - |
| XYZ | 36.47 | 39.76 | 22.89 | - |
| YUV | 167.06 | 100.31 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 170 | 118 | 0 | 0.06 | 0.34 | 0.29 | 50.32 | 0.29 | 0.58 |
| Hex | B4 | AA | 76 | 0 | 6 | 22 | 1D | 32 | 1D | 3A |
| Octal | 264 | 252 | 166 | 0 | 6 | 42 | 35 | 62 | 35 | 72 |
| Binary | 10110100 | 10101010 | 1110110 | 0 | 110 | 100010 | 11101 | 110010 | 11101 | 111010 |
Color Harmonies of #B4AA76
Complementary color
Monochromatic Colors of #B4AA76
Black with #B4AA76
Text Example
Text Example
White with #B4AA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AA76; }
p { color: rgb(180,170,118); }
H1.HeaderClassName
{
color: #B4AA76;
}
.AnyTagClassName
{
color: #B4AA76;
}
</style>
background-color css
<style>
a { background-color: #B4AA76; }
a { background-color: rgb(180,170,118); }
div.DivClassName
{
background-color: #B4AA76;
}
.BgClassName
{
background-color: #B4AA76;
}
</style>
border-color css
<style>
span { border-color: #B4AA76; }
span { border-color: rgb(180,170,118); }
td.TdClassName
{
border-color: #B4AA76;
}
.TagClassName
{
border-color: #B4AA76;
}
</style>