Shades of Neutral Green #B0A986
Tints of Neutral Green #B0A986
RGB
CMYK
RGB Variations
Color information
#B0A986 (or 0xB0A986) is known color: Neutral Green. HEX triplet: B0, A9 and 86. RGB value is (176,169,134). Sum of RGB (Red+Green+Blue) = 176+169+134=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A986 is #4F5679. Grayscale: #A7A7A7. Windows color (decimal): -5199482 or 8825264. OLE color: 8825264.
HSL color Cylindrical-coordinate representation of color #B0A986: hue angle of 50º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0A986 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 169 | 134 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.31 |
| HSL | 50º | 0.21% | 0.61% | - |
| HSV(B) | 50º | 0.24% | 0.69% | - |
| XYZ | 36.4 | 39.33 | 28.23 | - |
| YUV | 167.1 | 109.32 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 169 | 134 | 0 | 0.04 | 0.24 | 0.31 | 50 | 0.21 | 0.61 |
| Hex | B0 | A9 | 86 | 0 | 4 | 18 | 1F | 32 | 15 | 3D |
| Octal | 260 | 251 | 206 | 0 | 4 | 30 | 37 | 62 | 25 | 75 |
| Binary | 10110000 | 10101001 | 10000110 | 0 | 100 | 11000 | 11111 | 110010 | 10101 | 111101 |
Color Harmonies of #B0A986
Complementary color
Monochromatic Colors of #B0A986
Black with #B0A986
Text Example
Text Example
White with #B0A986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A986; }
p { color: rgb(176,169,134); }
H1.HeaderClassName
{
color: #B0A986;
}
.AnyTagClassName
{
color: #B0A986;
}
</style>
background-color css
<style>
a { background-color: #B0A986; }
a { background-color: rgb(176,169,134); }
div.DivClassName
{
background-color: #B0A986;
}
.BgClassName
{
background-color: #B0A986;
}
</style>
border-color css
<style>
span { border-color: #B0A986; }
span { border-color: rgb(176,169,134); }
td.TdClassName
{
border-color: #B0A986;
}
.TagClassName
{
border-color: #B0A986;
}
</style>