Shades of Neutral Green #B2AB7F
Tints of Neutral Green #B2AB7F
RGB
CMYK
RGB Variations
Color information
#B2AB7F (or 0xB2AB7F) is known color: Neutral Green. HEX triplet: B2, AB and 7F. RGB value is (178,171,127). Sum of RGB (Red+Green+Blue) = 178+171+127=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AB7F is #4D5480. Grayscale: #A8A8A8. Windows color (decimal): -5067905 or 8367026. OLE color: 8367026.
HSL color Cylindrical-coordinate representation of color #B2AB7F: hue angle of 51.76º 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 #B2AB7F is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 171 | 127 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.30 |
| HSL | 51.76º | 0.25% | 0.6% | - |
| HSV(B) | 51.76º | 0.29% | 0.7% | - |
| XYZ | 36.75 | 40.12 | 25.89 | - |
| YUV | 168.08 | 104.82 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 127 | 0 | 0.04 | 0.29 | 0.30 | 51.76 | 0.25 | 0.6 |
| Hex | B2 | AB | 7F | 0 | 4 | 1D | 1E | 34 | 19 | 3C |
| Octal | 262 | 253 | 177 | 0 | 4 | 35 | 36 | 64 | 31 | 74 |
| Binary | 10110010 | 10101011 | 1111111 | 0 | 100 | 11101 | 11110 | 110100 | 11001 | 111100 |
Color Harmonies of #B2AB7F
Complementary color
Monochromatic Colors of #B2AB7F
Black with #B2AB7F
Text Example
Text Example
White with #B2AB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AB7F; }
p { color: rgb(178,171,127); }
H1.HeaderClassName
{
color: #B2AB7F;
}
.AnyTagClassName
{
color: #B2AB7F;
}
</style>
background-color css
<style>
a { background-color: #B2AB7F; }
a { background-color: rgb(178,171,127); }
div.DivClassName
{
background-color: #B2AB7F;
}
.BgClassName
{
background-color: #B2AB7F;
}
</style>
border-color css
<style>
span { border-color: #B2AB7F; }
span { border-color: rgb(178,171,127); }
td.TdClassName
{
border-color: #B2AB7F;
}
.TagClassName
{
border-color: #B2AB7F;
}
</style>