Shades of Neutral Green #B0AB7B
Tints of Neutral Green #B0AB7B
RGB
CMYK
RGB Variations
Color information
#B0AB7B (or 0xB0AB7B) is known color: Neutral Green. HEX triplet: B0, AB and 7B. RGB value is (176,171,123). Sum of RGB (Red+Green+Blue) = 176+171+123=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AB7B is #4F5484. Grayscale: #A7A7A7. Windows color (decimal): -5198981 or 8104880. OLE color: 8104880.
HSL color Cylindrical-coordinate representation of color #B0AB7B: hue angle of 54.34º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0AB7B is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 171 | 123 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.31 |
| HSL | 54.34º | 0.25% | 0.59% | - |
| HSV(B) | 54.34º | 0.3% | 0.69% | - |
| XYZ | 36.04 | 39.79 | 24.52 | - |
| YUV | 167.02 | 103.16 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 123 | 0 | 0.03 | 0.30 | 0.31 | 54.34 | 0.25 | 0.59 |
| Hex | B0 | AB | 7B | 0 | 3 | 1E | 1F | 36 | 19 | 3B |
| Octal | 260 | 253 | 173 | 0 | 3 | 36 | 37 | 66 | 31 | 73 |
| Binary | 10110000 | 10101011 | 1111011 | 0 | 11 | 11110 | 11111 | 110110 | 11001 | 111011 |
Color Harmonies of #B0AB7B
Complementary color
Monochromatic Colors of #B0AB7B
Black with #B0AB7B
Text Example
Text Example
White with #B0AB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AB7B; }
p { color: rgb(176,171,123); }
H1.HeaderClassName
{
color: #B0AB7B;
}
.AnyTagClassName
{
color: #B0AB7B;
}
</style>
background-color css
<style>
a { background-color: #B0AB7B; }
a { background-color: rgb(176,171,123); }
div.DivClassName
{
background-color: #B0AB7B;
}
.BgClassName
{
background-color: #B0AB7B;
}
</style>
border-color css
<style>
span { border-color: #B0AB7B; }
span { border-color: rgb(176,171,123); }
td.TdClassName
{
border-color: #B0AB7B;
}
.TagClassName
{
border-color: #B0AB7B;
}
</style>