Shades of Neutral Green #B2AD86
Tints of Neutral Green #B2AD86
RGB
CMYK
RGB Variations
Color information
#B2AD86 (or 0xB2AD86) is known color: Neutral Green. HEX triplet: B2, AD and 86. RGB value is (178,173,134). Sum of RGB (Red+Green+Blue) = 178+173+134=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AD86 is #4D5279. Grayscale: #AAAAAA. Windows color (decimal): -5067386 or 8826290. OLE color: 8826290.
HSL color Cylindrical-coordinate representation of color #B2AD86: hue angle of 53.18º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2AD86 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 173 | 134 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.30 |
| HSL | 53.18º | 0.22% | 0.61% | - |
| HSV(B) | 53.18º | 0.25% | 0.7% | - |
| XYZ | 37.61 | 41.07 | 28.5 | - |
| YUV | 170.05 | 107.66 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 134 | 0 | 0.03 | 0.25 | 0.30 | 53.18 | 0.22 | 0.61 |
| Hex | B2 | AD | 86 | 0 | 3 | 19 | 1E | 35 | 16 | 3D |
| Octal | 262 | 255 | 206 | 0 | 3 | 31 | 36 | 65 | 26 | 75 |
| Binary | 10110010 | 10101101 | 10000110 | 0 | 11 | 11001 | 11110 | 110101 | 10110 | 111101 |
Color Harmonies of #B2AD86
Complementary color
Monochromatic Colors of #B2AD86
Black with #B2AD86
Text Example
Text Example
White with #B2AD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AD86; }
p { color: rgb(178,173,134); }
H1.HeaderClassName
{
color: #B2AD86;
}
.AnyTagClassName
{
color: #B2AD86;
}
</style>
background-color css
<style>
a { background-color: #B2AD86; }
a { background-color: rgb(178,173,134); }
div.DivClassName
{
background-color: #B2AD86;
}
.BgClassName
{
background-color: #B2AD86;
}
</style>
border-color css
<style>
span { border-color: #B2AD86; }
span { border-color: rgb(178,173,134); }
td.TdClassName
{
border-color: #B2AD86;
}
.TagClassName
{
border-color: #B2AD86;
}
</style>