Shades of Neutral Green #B4A879
Tints of Neutral Green #B4A879
RGB
CMYK
RGB Variations
Color information
#B4A879 (or 0xB4A879) is known color: Neutral Green. HEX triplet: B4, A8 and 79. RGB value is (180,168,121). Sum of RGB (Red+Green+Blue) = 180+168+121=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 121 (47.66% from 255 or 25.80% from 469); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A879 is #4B5786. Grayscale: #A6A6A6. Windows color (decimal): -4937607 or 7973044. OLE color: 7973044.
HSL color Cylindrical-coordinate representation of color #B4A879: hue angle of 47.8º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B4A879 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 168 | 121 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.29 |
| HSL | 47.8º | 0.28% | 0.59% | - |
| HSV(B) | 47.8º | 0.33% | 0.71% | - |
| XYZ | 36.28 | 39.09 | 23.72 | - |
| YUV | 166.23 | 102.48 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 121 | 0 | 0.07 | 0.33 | 0.29 | 47.8 | 0.28 | 0.59 |
| Hex | B4 | A8 | 79 | 0 | 7 | 21 | 1D | 30 | 1C | 3B |
| Octal | 264 | 250 | 171 | 0 | 7 | 41 | 35 | 60 | 34 | 73 |
| Binary | 10110100 | 10101000 | 1111001 | 0 | 111 | 100001 | 11101 | 110000 | 11100 | 111011 |
Color Harmonies of #B4A879
Complementary color
Monochromatic Colors of #B4A879
Black with #B4A879
Text Example
Text Example
White with #B4A879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A879; }
p { color: rgb(180,168,121); }
H1.HeaderClassName
{
color: #B4A879;
}
.AnyTagClassName
{
color: #B4A879;
}
</style>
background-color css
<style>
a { background-color: #B4A879; }
a { background-color: rgb(180,168,121); }
div.DivClassName
{
background-color: #B4A879;
}
.BgClassName
{
background-color: #B4A879;
}
</style>
border-color css
<style>
span { border-color: #B4A879; }
span { border-color: rgb(180,168,121); }
td.TdClassName
{
border-color: #B4A879;
}
.TagClassName
{
border-color: #B4A879;
}
</style>