Shades of Neutral Green #B3AD7A
Tints of Neutral Green #B3AD7A
RGB
CMYK
RGB Variations
Color information
#B3AD7A (or 0xB3AD7A) is known color: Neutral Green. HEX triplet: B3, AD and 7A. RGB value is (179,173,122). Sum of RGB (Red+Green+Blue) = 179+173+122=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AD7A is #4C5285. Grayscale: #A9A9A9. Windows color (decimal): -5001862 or 8039859. OLE color: 8039859.
HSL color Cylindrical-coordinate representation of color #B3AD7A: hue angle of 53.68º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B3AD7A is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 173 | 122 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.30 |
| HSL | 53.68º | 0.27% | 0.59% | - |
| HSV(B) | 53.68º | 0.32% | 0.7% | - |
| XYZ | 37.05 | 40.88 | 24.35 | - |
| YUV | 168.98 | 101.49 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 173 | 122 | 0 | 0.03 | 0.32 | 0.30 | 53.68 | 0.27 | 0.59 |
| Hex | B3 | AD | 7A | 0 | 3 | 20 | 1E | 36 | 1B | 3B |
| Octal | 263 | 255 | 172 | 0 | 3 | 40 | 36 | 66 | 33 | 73 |
| Binary | 10110011 | 10101101 | 1111010 | 0 | 11 | 100000 | 11110 | 110110 | 11011 | 111011 |
Color Harmonies of #B3AD7A
Complementary color
Monochromatic Colors of #B3AD7A
Black with #B3AD7A
Text Example
Text Example
White with #B3AD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AD7A; }
p { color: rgb(179,173,122); }
H1.HeaderClassName
{
color: #B3AD7A;
}
.AnyTagClassName
{
color: #B3AD7A;
}
</style>
background-color css
<style>
a { background-color: #B3AD7A; }
a { background-color: rgb(179,173,122); }
div.DivClassName
{
background-color: #B3AD7A;
}
.BgClassName
{
background-color: #B3AD7A;
}
</style>
border-color css
<style>
span { border-color: #B3AD7A; }
span { border-color: rgb(179,173,122); }
td.TdClassName
{
border-color: #B3AD7A;
}
.TagClassName
{
border-color: #B3AD7A;
}
</style>