Shades of Neutral Green #B3A879
Tints of Neutral Green #B3A879
RGB
CMYK
RGB Variations
Color information
#B3A879 (or 0xB3A879) is known color: Neutral Green. HEX triplet: B3, A8 and 79. RGB value is (179,168,121). Sum of RGB (Red+Green+Blue) = 179+168+121=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A879 is #4C5786. Grayscale: #A6A6A6. Windows color (decimal): -5003143 or 7973043. OLE color: 7973043.
HSL color Cylindrical-coordinate representation of color #B3A879: hue angle of 48.62º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B3A879 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 168 | 121 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.30 |
| HSL | 48.62º | 0.28% | 0.59% | - |
| HSV(B) | 48.62º | 0.32% | 0.7% | - |
| XYZ | 36.04 | 38.97 | 23.71 | - |
| YUV | 165.93 | 102.64 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 168 | 121 | 0 | 0.06 | 0.32 | 0.30 | 48.62 | 0.28 | 0.59 |
| Hex | B3 | A8 | 79 | 0 | 6 | 20 | 1E | 31 | 1C | 3B |
| Octal | 263 | 250 | 171 | 0 | 6 | 40 | 36 | 61 | 34 | 73 |
| Binary | 10110011 | 10101000 | 1111001 | 0 | 110 | 100000 | 11110 | 110001 | 11100 | 111011 |
Color Harmonies of #B3A879
Complementary color
Monochromatic Colors of #B3A879
Black with #B3A879
Text Example
Text Example
White with #B3A879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A879; }
p { color: rgb(179,168,121); }
H1.HeaderClassName
{
color: #B3A879;
}
.AnyTagClassName
{
color: #B3A879;
}
</style>
background-color css
<style>
a { background-color: #B3A879; }
a { background-color: rgb(179,168,121); }
div.DivClassName
{
background-color: #B3A879;
}
.BgClassName
{
background-color: #B3A879;
}
</style>
border-color css
<style>
span { border-color: #B3A879; }
span { border-color: rgb(179,168,121); }
td.TdClassName
{
border-color: #B3A879;
}
.TagClassName
{
border-color: #B3A879;
}
</style>