Shades of Neutral Green #B0AB76
Tints of Neutral Green #B0AB76
RGB
CMYK
RGB Variations
Color information
#B0AB76 (or 0xB0AB76) is known color: Neutral Green. HEX triplet: B0, AB and 76. RGB value is (176,171,118). Sum of RGB (Red+Green+Blue) = 176+171+118=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AB76 is #4F5489. Grayscale: #A6A6A6. Windows color (decimal): -5198986 or 7777200. OLE color: 7777200.
HSL color Cylindrical-coordinate representation of color #B0AB76: hue angle of 54.83º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0AB76 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 171 | 118 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.31 |
| HSL | 54.83º | 0.27% | 0.58% | - |
| HSV(B) | 54.83º | 0.33% | 0.69% | - |
| XYZ | 35.74 | 39.66 | 22.91 | - |
| YUV | 166.45 | 100.66 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 118 | 0 | 0.03 | 0.33 | 0.31 | 54.83 | 0.27 | 0.58 |
| Hex | B0 | AB | 76 | 0 | 3 | 21 | 1F | 37 | 1B | 3A |
| Octal | 260 | 253 | 166 | 0 | 3 | 41 | 37 | 67 | 33 | 72 |
| Binary | 10110000 | 10101011 | 1110110 | 0 | 11 | 100001 | 11111 | 110111 | 11011 | 111010 |
Color Harmonies of #B0AB76
Complementary color
Monochromatic Colors of #B0AB76
Black with #B0AB76
Text Example
Text Example
White with #B0AB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AB76; }
p { color: rgb(176,171,118); }
H1.HeaderClassName
{
color: #B0AB76;
}
.AnyTagClassName
{
color: #B0AB76;
}
</style>
background-color css
<style>
a { background-color: #B0AB76; }
a { background-color: rgb(176,171,118); }
div.DivClassName
{
background-color: #B0AB76;
}
.BgClassName
{
background-color: #B0AB76;
}
</style>
border-color css
<style>
span { border-color: #B0AB76; }
span { border-color: rgb(176,171,118); }
td.TdClassName
{
border-color: #B0AB76;
}
.TagClassName
{
border-color: #B0AB76;
}
</style>