Shades of Neutral Green #B2B182
Tints of Neutral Green #B2B182
RGB
CMYK
RGB Variations
Color information
#B2B182 (or 0xB2B182) is known color: Neutral Green. HEX triplet: B2, B1 and 82. RGB value is (178,177,130). Sum of RGB (Red+Green+Blue) = 178+177+130=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B182 is #4D4E7D. Grayscale: #ACACAC. Windows color (decimal): -5066366 or 8565170. OLE color: 8565170.
HSL color Cylindrical-coordinate representation of color #B2B182: hue angle of 58.75º 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 #B2B182 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 177 | 130 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.30 |
| HSL | 58.75º | 0.24% | 0.6% | - |
| HSV(B) | 58.75º | 0.27% | 0.7% | - |
| XYZ | 38.11 | 42.52 | 27.32 | - |
| YUV | 171.94 | 104.33 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 177 | 130 | 0 | 0.01 | 0.27 | 0.30 | 58.75 | 0.24 | 0.6 |
| Hex | B2 | B1 | 82 | 0 | 1 | 1B | 1E | 3B | 18 | 3C |
| Octal | 262 | 261 | 202 | 0 | 1 | 33 | 36 | 73 | 30 | 74 |
| Binary | 10110010 | 10110001 | 10000010 | 0 | 1 | 11011 | 11110 | 111011 | 11000 | 111100 |
Color Harmonies of #B2B182
Complementary color
Monochromatic Colors of #B2B182
Black with #B2B182
Text Example
Text Example
White with #B2B182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B182; }
p { color: rgb(178,177,130); }
H1.HeaderClassName
{
color: #B2B182;
}
.AnyTagClassName
{
color: #B2B182;
}
</style>
background-color css
<style>
a { background-color: #B2B182; }
a { background-color: rgb(178,177,130); }
div.DivClassName
{
background-color: #B2B182;
}
.BgClassName
{
background-color: #B2B182;
}
</style>
border-color css
<style>
span { border-color: #B2B182; }
span { border-color: rgb(178,177,130); }
td.TdClassName
{
border-color: #B2B182;
}
.TagClassName
{
border-color: #B2B182;
}
</style>