Shades of Neutral Green #B3AB7C
Tints of Neutral Green #B3AB7C
RGB
CMYK
RGB Variations
Color information
#B3AB7C (or 0xB3AB7C) is known color: Neutral Green. HEX triplet: B3, AB and 7C. RGB value is (179,171,124). Sum of RGB (Red+Green+Blue) = 179+171+124=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AB7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AB7C is #4C5483. Grayscale: #A8A8A8. Windows color (decimal): -5002372 or 8170419. OLE color: 8170419.
HSL color Cylindrical-coordinate representation of color #B3AB7C: hue angle of 51.27º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B3AB7C is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 171 | 124 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.30 |
| HSL | 51.27º | 0.27% | 0.59% | - |
| HSV(B) | 51.27º | 0.31% | 0.7% | - |
| XYZ | 36.79 | 40.16 | 24.88 | - |
| YUV | 168.03 | 103.15 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 171 | 124 | 0 | 0.04 | 0.31 | 0.30 | 51.27 | 0.27 | 0.59 |
| Hex | B3 | AB | 7C | 0 | 4 | 1F | 1E | 33 | 1B | 3B |
| Octal | 263 | 253 | 174 | 0 | 4 | 37 | 36 | 63 | 33 | 73 |
| Binary | 10110011 | 10101011 | 1111100 | 0 | 100 | 11111 | 11110 | 110011 | 11011 | 111011 |
Color Harmonies of #B3AB7C
Complementary color
Monochromatic Colors of #B3AB7C
Black with #B3AB7C
Text Example
Text Example
White with #B3AB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AB7C; }
p { color: rgb(179,171,124); }
H1.HeaderClassName
{
color: #B3AB7C;
}
.AnyTagClassName
{
color: #B3AB7C;
}
</style>
background-color css
<style>
a { background-color: #B3AB7C; }
a { background-color: rgb(179,171,124); }
div.DivClassName
{
background-color: #B3AB7C;
}
.BgClassName
{
background-color: #B3AB7C;
}
</style>
border-color css
<style>
span { border-color: #B3AB7C; }
span { border-color: rgb(179,171,124); }
td.TdClassName
{
border-color: #B3AB7C;
}
.TagClassName
{
border-color: #B3AB7C;
}
</style>