Shades of Neutral Green #B3AD76
Tints of Neutral Green #B3AD76
RGB
CMYK
RGB Variations
Color information
#B3AD76 (or 0xB3AD76) is known color: Neutral Green. HEX triplet: B3, AD and 76. RGB value is (179,173,118). Sum of RGB (Red+Green+Blue) = 179+173+118=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AD76 is #4C5289. Grayscale: #A8A8A8. Windows color (decimal): -5001866 or 7777715. OLE color: 7777715.
HSL color Cylindrical-coordinate representation of color #B3AD76: hue angle of 54.1º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B3AD76 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 173 | 118 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.30 |
| HSL | 54.1º | 0.29% | 0.58% | - |
| HSV(B) | 54.1º | 0.34% | 0.7% | - |
| XYZ | 36.8 | 40.78 | 23.07 | - |
| YUV | 168.52 | 99.49 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 173 | 118 | 0 | 0.03 | 0.34 | 0.30 | 54.1 | 0.29 | 0.58 |
| Hex | B3 | AD | 76 | 0 | 3 | 22 | 1E | 36 | 1D | 3A |
| Octal | 263 | 255 | 166 | 0 | 3 | 42 | 36 | 66 | 35 | 72 |
| Binary | 10110011 | 10101101 | 1110110 | 0 | 11 | 100010 | 11110 | 110110 | 11101 | 111010 |
Color Harmonies of #B3AD76
Complementary color
Monochromatic Colors of #B3AD76
Black with #B3AD76
Text Example
Text Example
White with #B3AD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AD76; }
p { color: rgb(179,173,118); }
H1.HeaderClassName
{
color: #B3AD76;
}
.AnyTagClassName
{
color: #B3AD76;
}
</style>
background-color css
<style>
a { background-color: #B3AD76; }
a { background-color: rgb(179,173,118); }
div.DivClassName
{
background-color: #B3AD76;
}
.BgClassName
{
background-color: #B3AD76;
}
</style>
border-color css
<style>
span { border-color: #B3AD76; }
span { border-color: rgb(179,173,118); }
td.TdClassName
{
border-color: #B3AD76;
}
.TagClassName
{
border-color: #B3AD76;
}
</style>