Shades of Neutral Green #B2AD7E
Tints of Neutral Green #B2AD7E
RGB
CMYK
RGB Variations
Color information
#B2AD7E (or 0xB2AD7E) is known color: Neutral Green. HEX triplet: B2, AD and 7E. RGB value is (178,173,126). Sum of RGB (Red+Green+Blue) = 178+173+126=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AD7E is #4D5281. Grayscale: #A9A9A9. Windows color (decimal): -5067394 or 8302002. OLE color: 8302002.
HSL color Cylindrical-coordinate representation of color #B2AD7E: hue angle of 54.23º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2AD7E is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 173 | 126 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.30 |
| HSL | 54.23º | 0.25% | 0.6% | - |
| HSV(B) | 54.23º | 0.29% | 0.7% | - |
| XYZ | 37.07 | 40.86 | 25.67 | - |
| YUV | 169.14 | 103.66 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 126 | 0 | 0.03 | 0.29 | 0.30 | 54.23 | 0.25 | 0.6 |
| Hex | B2 | AD | 7E | 0 | 3 | 1D | 1E | 36 | 19 | 3C |
| Octal | 262 | 255 | 176 | 0 | 3 | 35 | 36 | 66 | 31 | 74 |
| Binary | 10110010 | 10101101 | 1111110 | 0 | 11 | 11101 | 11110 | 110110 | 11001 | 111100 |
Color Harmonies of #B2AD7E
Complementary color
Monochromatic Colors of #B2AD7E
Black with #B2AD7E
Text Example
Text Example
White with #B2AD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AD7E; }
p { color: rgb(178,173,126); }
H1.HeaderClassName
{
color: #B2AD7E;
}
.AnyTagClassName
{
color: #B2AD7E;
}
</style>
background-color css
<style>
a { background-color: #B2AD7E; }
a { background-color: rgb(178,173,126); }
div.DivClassName
{
background-color: #B2AD7E;
}
.BgClassName
{
background-color: #B2AD7E;
}
</style>
border-color css
<style>
span { border-color: #B2AD7E; }
span { border-color: rgb(178,173,126); }
td.TdClassName
{
border-color: #B2AD7E;
}
.TagClassName
{
border-color: #B2AD7E;
}
</style>