Shades of Neutral Green #B3AD7D
Tints of Neutral Green #B3AD7D
RGB
CMYK
RGB Variations
Color information
#B3AD7D (or 0xB3AD7D) is known color: Neutral Green. HEX triplet: B3, AD and 7D. RGB value is (179,173,125). Sum of RGB (Red+Green+Blue) = 179+173+125=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AD7D is #4C5282. Grayscale: #A9A9A9. Windows color (decimal): -5001859 or 8236467. OLE color: 8236467.
HSL color Cylindrical-coordinate representation of color #B3AD7D: hue angle of 53.33º 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 #B3AD7D is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 173 | 125 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.30 |
| HSL | 53.33º | 0.26% | 0.6% | - |
| HSV(B) | 53.33º | 0.3% | 0.7% | - |
| XYZ | 37.24 | 40.95 | 25.34 | - |
| YUV | 169.32 | 102.99 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 173 | 125 | 0 | 0.03 | 0.30 | 0.30 | 53.33 | 0.26 | 0.6 |
| Hex | B3 | AD | 7D | 0 | 3 | 1E | 1E | 35 | 1A | 3C |
| Octal | 263 | 255 | 175 | 0 | 3 | 36 | 36 | 65 | 32 | 74 |
| Binary | 10110011 | 10101101 | 1111101 | 0 | 11 | 11110 | 11110 | 110101 | 11010 | 111100 |
Color Harmonies of #B3AD7D
Complementary color
Monochromatic Colors of #B3AD7D
Black with #B3AD7D
Text Example
Text Example
White with #B3AD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AD7D; }
p { color: rgb(179,173,125); }
H1.HeaderClassName
{
color: #B3AD7D;
}
.AnyTagClassName
{
color: #B3AD7D;
}
</style>
background-color css
<style>
a { background-color: #B3AD7D; }
a { background-color: rgb(179,173,125); }
div.DivClassName
{
background-color: #B3AD7D;
}
.BgClassName
{
background-color: #B3AD7D;
}
</style>
border-color css
<style>
span { border-color: #B3AD7D; }
span { border-color: rgb(179,173,125); }
td.TdClassName
{
border-color: #B3AD7D;
}
.TagClassName
{
border-color: #B3AD7D;
}
</style>