Shades of Neutral Green #B4A77A
Tints of Neutral Green #B4A77A
RGB
CMYK
RGB Variations
Color information
#B4A77A (or 0xB4A77A) is known color: Neutral Green. HEX triplet: B4, A7 and 7A. RGB value is (180,167,122). Sum of RGB (Red+Green+Blue) = 180+167+122=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A77A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A77A is #4B5885. Grayscale: #A5A5A5. Windows color (decimal): -4937862 or 8038324. OLE color: 8038324.
HSL color Cylindrical-coordinate representation of color #B4A77A: hue angle of 46.55º 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 #B4A77A is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 167 | 122 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.29 |
| HSL | 46.55º | 0.28% | 0.59% | - |
| HSV(B) | 46.55º | 0.32% | 0.71% | - |
| XYZ | 36.15 | 38.75 | 23.99 | - |
| YUV | 165.76 | 103.31 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 167 | 122 | 0 | 0.07 | 0.32 | 0.29 | 46.55 | 0.28 | 0.59 |
| Hex | B4 | A7 | 7A | 0 | 7 | 20 | 1D | 2F | 1C | 3B |
| Octal | 264 | 247 | 172 | 0 | 7 | 40 | 35 | 57 | 34 | 73 |
| Binary | 10110100 | 10100111 | 1111010 | 0 | 111 | 100000 | 11101 | 101111 | 11100 | 111011 |
Color Harmonies of #B4A77A
Complementary color
Monochromatic Colors of #B4A77A
Black with #B4A77A
Text Example
Text Example
White with #B4A77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A77A; }
p { color: rgb(180,167,122); }
H1.HeaderClassName
{
color: #B4A77A;
}
.AnyTagClassName
{
color: #B4A77A;
}
</style>
background-color css
<style>
a { background-color: #B4A77A; }
a { background-color: rgb(180,167,122); }
div.DivClassName
{
background-color: #B4A77A;
}
.BgClassName
{
background-color: #B4A77A;
}
</style>
border-color css
<style>
span { border-color: #B4A77A; }
span { border-color: rgb(180,167,122); }
td.TdClassName
{
border-color: #B4A77A;
}
.TagClassName
{
border-color: #B4A77A;
}
</style>