Shades of Neutral Green #B3A97E
Tints of Neutral Green #B3A97E
RGB
CMYK
RGB Variations
Color information
#B3A97E (or 0xB3A97E) is known color: Neutral Green. HEX triplet: B3, A9 and 7E. RGB value is (179,169,126). Sum of RGB (Red+Green+Blue) = 179+169+126=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A97E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A97E is #4C5681. Grayscale: #A7A7A7. Windows color (decimal): -5002882 or 8300979. OLE color: 8300979.
HSL color Cylindrical-coordinate representation of color #B3A97E: hue angle of 48.68º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3A97E is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 169 | 126 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.30 |
| HSL | 48.68º | 0.26% | 0.6% | - |
| HSV(B) | 48.68º | 0.3% | 0.7% | - |
| XYZ | 36.54 | 39.47 | 25.43 | - |
| YUV | 167.09 | 104.81 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 169 | 126 | 0 | 0.06 | 0.30 | 0.30 | 48.68 | 0.26 | 0.6 |
| Hex | B3 | A9 | 7E | 0 | 6 | 1E | 1E | 31 | 1A | 3C |
| Octal | 263 | 251 | 176 | 0 | 6 | 36 | 36 | 61 | 32 | 74 |
| Binary | 10110011 | 10101001 | 1111110 | 0 | 110 | 11110 | 11110 | 110001 | 11010 | 111100 |
Color Harmonies of #B3A97E
Complementary color
Monochromatic Colors of #B3A97E
Black with #B3A97E
Text Example
Text Example
White with #B3A97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A97E; }
p { color: rgb(179,169,126); }
H1.HeaderClassName
{
color: #B3A97E;
}
.AnyTagClassName
{
color: #B3A97E;
}
</style>
background-color css
<style>
a { background-color: #B3A97E; }
a { background-color: rgb(179,169,126); }
div.DivClassName
{
background-color: #B3A97E;
}
.BgClassName
{
background-color: #B3A97E;
}
</style>
border-color css
<style>
span { border-color: #B3A97E; }
span { border-color: rgb(179,169,126); }
td.TdClassName
{
border-color: #B3A97E;
}
.TagClassName
{
border-color: #B3A97E;
}
</style>