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