Shades of Neutral Green #B3AD7C
Tints of Neutral Green #B3AD7C
RGB
CMYK
RGB Variations
Color information
#B3AD7C (or 0xB3AD7C) is known color: Neutral Green. HEX triplet: B3, AD and 7C. RGB value is (179,173,124). Sum of RGB (Red+Green+Blue) = 179+173+124=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AD7C is #4C5283. Grayscale: #A9A9A9. Windows color (decimal): -5001860 or 8170931. OLE color: 8170931.
HSL color Cylindrical-coordinate representation of color #B3AD7C: hue angle of 53.45º 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 #B3AD7C is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 173 | 124 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.30 |
| HSL | 53.45º | 0.27% | 0.59% | - |
| HSV(B) | 53.45º | 0.31% | 0.7% | - |
| XYZ | 37.17 | 40.93 | 25.01 | - |
| YUV | 169.21 | 102.49 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 173 | 124 | 0 | 0.03 | 0.31 | 0.30 | 53.45 | 0.27 | 0.59 |
| Hex | B3 | AD | 7C | 0 | 3 | 1F | 1E | 35 | 1B | 3B |
| Octal | 263 | 255 | 174 | 0 | 3 | 37 | 36 | 65 | 33 | 73 |
| Binary | 10110011 | 10101101 | 1111100 | 0 | 11 | 11111 | 11110 | 110101 | 11011 | 111011 |
Color Harmonies of #B3AD7C
Complementary color
Monochromatic Colors of #B3AD7C
Black with #B3AD7C
Text Example
Text Example
White with #B3AD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AD7C; }
p { color: rgb(179,173,124); }
H1.HeaderClassName
{
color: #B3AD7C;
}
.AnyTagClassName
{
color: #B3AD7C;
}
</style>
background-color css
<style>
a { background-color: #B3AD7C; }
a { background-color: rgb(179,173,124); }
div.DivClassName
{
background-color: #B3AD7C;
}
.BgClassName
{
background-color: #B3AD7C;
}
</style>
border-color css
<style>
span { border-color: #B3AD7C; }
span { border-color: rgb(179,173,124); }
td.TdClassName
{
border-color: #B3AD7C;
}
.TagClassName
{
border-color: #B3AD7C;
}
</style>