Shades of Neutral Green #B2B080
Tints of Neutral Green #B2B080
RGB
CMYK
RGB Variations
Color information
#B2B080 (or 0xB2B080) is known color: Neutral Green. HEX triplet: B2, B0 and 80. RGB value is (178,176,128). Sum of RGB (Red+Green+Blue) = 178+176+128=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B080 is #4D4F7F. Grayscale: #ABABAB. Windows color (decimal): -5066624 or 8433842. OLE color: 8433842.
HSL color Cylindrical-coordinate representation of color #B2B080: hue angle of 57.6º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2B080 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 176 | 128 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.30 |
| HSL | 57.6º | 0.25% | 0.6% | - |
| HSV(B) | 57.6º | 0.28% | 0.7% | - |
| XYZ | 37.78 | 42.07 | 26.55 | - |
| YUV | 171.13 | 103.66 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 176 | 128 | 0 | 0.01 | 0.28 | 0.30 | 57.6 | 0.25 | 0.6 |
| Hex | B2 | B0 | 80 | 0 | 1 | 1C | 1E | 3A | 19 | 3C |
| Octal | 262 | 260 | 200 | 0 | 1 | 34 | 36 | 72 | 31 | 74 |
| Binary | 10110010 | 10110000 | 10000000 | 0 | 1 | 11100 | 11110 | 111010 | 11001 | 111100 |
Color Harmonies of #B2B080
Complementary color
Monochromatic Colors of #B2B080
Black with #B2B080
Text Example
Text Example
White with #B2B080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B080; }
p { color: rgb(178,176,128); }
H1.HeaderClassName
{
color: #B2B080;
}
.AnyTagClassName
{
color: #B2B080;
}
</style>
background-color css
<style>
a { background-color: #B2B080; }
a { background-color: rgb(178,176,128); }
div.DivClassName
{
background-color: #B2B080;
}
.BgClassName
{
background-color: #B2B080;
}
</style>
border-color css
<style>
span { border-color: #B2B080; }
span { border-color: rgb(178,176,128); }
td.TdClassName
{
border-color: #B2B080;
}
.TagClassName
{
border-color: #B2B080;
}
</style>