Shades of Neutral Green #B0A87C
Tints of Neutral Green #B0A87C
RGB
CMYK
RGB Variations
Color information
#B0A87C (or 0xB0A87C) is known color: Neutral Green. HEX triplet: B0, A8 and 7C. RGB value is (176,168,124). Sum of RGB (Red+Green+Blue) = 176+168+124=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A87C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A87C is #4F5783. Grayscale: #A5A5A5. Windows color (decimal): -5199748 or 8169648. OLE color: 8169648.
HSL color Cylindrical-coordinate representation of color #B0A87C: hue angle of 50.77º 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 #B0A87C is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 168 | 124 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.31 |
| HSL | 50.77º | 0.25% | 0.59% | - |
| HSV(B) | 50.77º | 0.3% | 0.69% | - |
| XYZ | 35.55 | 38.69 | 24.66 | - |
| YUV | 165.38 | 104.65 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 168 | 124 | 0 | 0.05 | 0.30 | 0.31 | 50.77 | 0.25 | 0.59 |
| Hex | B0 | A8 | 7C | 0 | 5 | 1E | 1F | 33 | 19 | 3B |
| Octal | 260 | 250 | 174 | 0 | 5 | 36 | 37 | 63 | 31 | 73 |
| Binary | 10110000 | 10101000 | 1111100 | 0 | 101 | 11110 | 11111 | 110011 | 11001 | 111011 |
Color Harmonies of #B0A87C
Complementary color
Monochromatic Colors of #B0A87C
Black with #B0A87C
Text Example
Text Example
White with #B0A87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A87C; }
p { color: rgb(176,168,124); }
H1.HeaderClassName
{
color: #B0A87C;
}
.AnyTagClassName
{
color: #B0A87C;
}
</style>
background-color css
<style>
a { background-color: #B0A87C; }
a { background-color: rgb(176,168,124); }
div.DivClassName
{
background-color: #B0A87C;
}
.BgClassName
{
background-color: #B0A87C;
}
</style>
border-color css
<style>
span { border-color: #B0A87C; }
span { border-color: rgb(176,168,124); }
td.TdClassName
{
border-color: #B0A87C;
}
.TagClassName
{
border-color: #B0A87C;
}
</style>