Shades of Neutral Green #B0A982
Tints of Neutral Green #B0A982
RGB
CMYK
RGB Variations
Color information
#B0A982 (or 0xB0A982) is known color: Neutral Green. HEX triplet: B0, A9 and 82. RGB value is (176,169,130). Sum of RGB (Red+Green+Blue) = 176+169+130=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A982 is #4F567D. Grayscale: #A6A6A6. Windows color (decimal): -5199486 or 8563120. OLE color: 8563120.
HSL color Cylindrical-coordinate representation of color #B0A982: hue angle of 50.87º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0A982 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 169 | 130 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.31 |
| HSL | 50.87º | 0.23% | 0.6% | - |
| HSV(B) | 50.87º | 0.26% | 0.69% | - |
| XYZ | 36.12 | 39.22 | 26.79 | - |
| YUV | 166.65 | 107.32 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 169 | 130 | 0 | 0.04 | 0.26 | 0.31 | 50.87 | 0.23 | 0.6 |
| Hex | B0 | A9 | 82 | 0 | 4 | 1A | 1F | 33 | 17 | 3C |
| Octal | 260 | 251 | 202 | 0 | 4 | 32 | 37 | 63 | 27 | 74 |
| Binary | 10110000 | 10101001 | 10000010 | 0 | 100 | 11010 | 11111 | 110011 | 10111 | 111100 |
Color Harmonies of #B0A982
Complementary color
Monochromatic Colors of #B0A982
Black with #B0A982
Text Example
Text Example
White with #B0A982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A982; }
p { color: rgb(176,169,130); }
H1.HeaderClassName
{
color: #B0A982;
}
.AnyTagClassName
{
color: #B0A982;
}
</style>
background-color css
<style>
a { background-color: #B0A982; }
a { background-color: rgb(176,169,130); }
div.DivClassName
{
background-color: #B0A982;
}
.BgClassName
{
background-color: #B0A982;
}
</style>
border-color css
<style>
span { border-color: #B0A982; }
span { border-color: rgb(176,169,130); }
td.TdClassName
{
border-color: #B0A982;
}
.TagClassName
{
border-color: #B0A982;
}
</style>