Shades of Neutral Green #B4AB7E
Tints of Neutral Green #B4AB7E
RGB
CMYK
RGB Variations
Color information
#B4AB7E (or 0xB4AB7E) is known color: Neutral Green. HEX triplet: B4, AB and 7E. RGB value is (180,171,126). Sum of RGB (Red+Green+Blue) = 180+171+126=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AB7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AB7E is #4B5481. Grayscale: #A8A8A8. Windows color (decimal): -4936834 or 8301492. OLE color: 8301492.
HSL color Cylindrical-coordinate representation of color #B4AB7E: hue angle of 50º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B4AB7E is Cyan = 0, Magento = 0.05, Yellow = 0.3 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 171 | 126 | - |
| CMYK | 0 | 0.05 | 0.3 | 0.29 |
| HSL | 50º | 0.26% | 0.6% | - |
| HSV(B) | 50º | 0.3% | 0.71% | - |
| XYZ | 37.15 | 40.34 | 25.57 | - |
| YUV | 168.56 | 103.98 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 171 | 126 | 0 | 0.05 | 0.3 | 0.29 | 50 | 0.26 | 0.6 |
| Hex | B4 | AB | 7E | 0 | 5 | 1E | 1D | 32 | 1A | 3C |
| Octal | 264 | 253 | 176 | 0 | 5 | 36 | 35 | 62 | 32 | 74 |
| Binary | 10110100 | 10101011 | 1111110 | 0 | 101 | 11110 | 11101 | 110010 | 11010 | 111100 |
Color Harmonies of #B4AB7E
Complementary color
Monochromatic Colors of #B4AB7E
Black with #B4AB7E
Text Example
Text Example
White with #B4AB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AB7E; }
p { color: rgb(180,171,126); }
H1.HeaderClassName
{
color: #B4AB7E;
}
.AnyTagClassName
{
color: #B4AB7E;
}
</style>
background-color css
<style>
a { background-color: #B4AB7E; }
a { background-color: rgb(180,171,126); }
div.DivClassName
{
background-color: #B4AB7E;
}
.BgClassName
{
background-color: #B4AB7E;
}
</style>
border-color css
<style>
span { border-color: #B4AB7E; }
span { border-color: rgb(180,171,126); }
td.TdClassName
{
border-color: #B4AB7E;
}
.TagClassName
{
border-color: #B4AB7E;
}
</style>