Shades of Neutral Green #B2B082
Tints of Neutral Green #B2B082
RGB
CMYK
RGB Variations
Color information
#B2B082 (or 0xB2B082) is known color: Neutral Green. HEX triplet: B2, B0 and 82. RGB value is (178,176,130). Sum of RGB (Red+Green+Blue) = 178+176+130=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B082 is #4D4F7D. Grayscale: #ABABAB. Windows color (decimal): -5066622 or 8564914. OLE color: 8564914.
HSL color Cylindrical-coordinate representation of color #B2B082: hue angle of 57.5º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2B082 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 176 | 130 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.30 |
| HSL | 57.5º | 0.24% | 0.6% | - |
| HSV(B) | 57.5º | 0.27% | 0.7% | - |
| XYZ | 37.91 | 42.13 | 27.25 | - |
| YUV | 171.35 | 104.66 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 176 | 130 | 0 | 0.01 | 0.27 | 0.30 | 57.5 | 0.24 | 0.6 |
| Hex | B2 | B0 | 82 | 0 | 1 | 1B | 1E | 3A | 18 | 3C |
| Octal | 262 | 260 | 202 | 0 | 1 | 33 | 36 | 72 | 30 | 74 |
| Binary | 10110010 | 10110000 | 10000010 | 0 | 1 | 11011 | 11110 | 111010 | 11000 | 111100 |
Color Harmonies of #B2B082
Complementary color
Monochromatic Colors of #B2B082
Black with #B2B082
Text Example
Text Example
White with #B2B082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B082; }
p { color: rgb(178,176,130); }
H1.HeaderClassName
{
color: #B2B082;
}
.AnyTagClassName
{
color: #B2B082;
}
</style>
background-color css
<style>
a { background-color: #B2B082; }
a { background-color: rgb(178,176,130); }
div.DivClassName
{
background-color: #B2B082;
}
.BgClassName
{
background-color: #B2B082;
}
</style>
border-color css
<style>
span { border-color: #B2B082; }
span { border-color: rgb(178,176,130); }
td.TdClassName
{
border-color: #B2B082;
}
.TagClassName
{
border-color: #B2B082;
}
</style>