Shades of Neutral Green #B2AD7A
Tints of Neutral Green #B2AD7A
RGB
CMYK
RGB Variations
Color information
#B2AD7A (or 0xB2AD7A) is known color: Neutral Green. HEX triplet: B2, AD and 7A. RGB value is (178,173,122). Sum of RGB (Red+Green+Blue) = 178+173+122=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AD7A is #4D5285. Grayscale: #A8A8A8. Windows color (decimal): -5067398 or 8039858. OLE color: 8039858.
HSL color Cylindrical-coordinate representation of color #B2AD7A: hue angle of 54.64º 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 #B2AD7A is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 173 | 122 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.30 |
| HSL | 54.64º | 0.27% | 0.59% | - |
| HSV(B) | 54.64º | 0.31% | 0.7% | - |
| XYZ | 36.82 | 40.76 | 24.34 | - |
| YUV | 168.68 | 101.66 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 122 | 0 | 0.03 | 0.31 | 0.30 | 54.64 | 0.27 | 0.59 |
| Hex | B2 | AD | 7A | 0 | 3 | 1F | 1E | 37 | 1B | 3B |
| Octal | 262 | 255 | 172 | 0 | 3 | 37 | 36 | 67 | 33 | 73 |
| Binary | 10110010 | 10101101 | 1111010 | 0 | 11 | 11111 | 11110 | 110111 | 11011 | 111011 |
Color Harmonies of #B2AD7A
Complementary color
Monochromatic Colors of #B2AD7A
Black with #B2AD7A
Text Example
Text Example
White with #B2AD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AD7A; }
p { color: rgb(178,173,122); }
H1.HeaderClassName
{
color: #B2AD7A;
}
.AnyTagClassName
{
color: #B2AD7A;
}
</style>
background-color css
<style>
a { background-color: #B2AD7A; }
a { background-color: rgb(178,173,122); }
div.DivClassName
{
background-color: #B2AD7A;
}
.BgClassName
{
background-color: #B2AD7A;
}
</style>
border-color css
<style>
span { border-color: #B2AD7A; }
span { border-color: rgb(178,173,122); }
td.TdClassName
{
border-color: #B2AD7A;
}
.TagClassName
{
border-color: #B2AD7A;
}
</style>