Shades of Neutral Green #B2B081
Tints of Neutral Green #B2B081
RGB
CMYK
RGB Variations
Color information
#B2B081 (or 0xB2B081) is known color: Neutral Green. HEX triplet: B2, B0 and 81. RGB value is (178,176,129). Sum of RGB (Red+Green+Blue) = 178+176+129=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 129 (50.78% from 255 or 26.71% from 483); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B081 is #4D4F7E. Grayscale: #ABABAB. Windows color (decimal): -5066623 or 8499378. OLE color: 8499378.
HSL color Cylindrical-coordinate representation of color #B2B081: hue angle of 57.55º degrees, saturation: 0.24, 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 #B2B081 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 176 | 129 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.30 |
| HSL | 57.55º | 0.24% | 0.6% | - |
| HSV(B) | 57.55º | 0.28% | 0.7% | - |
| XYZ | 37.85 | 42.1 | 26.9 | - |
| YUV | 171.24 | 104.16 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 176 | 129 | 0 | 0.01 | 0.28 | 0.30 | 57.55 | 0.24 | 0.6 |
| Hex | B2 | B0 | 81 | 0 | 1 | 1C | 1E | 3A | 18 | 3C |
| Octal | 262 | 260 | 201 | 0 | 1 | 34 | 36 | 72 | 30 | 74 |
| Binary | 10110010 | 10110000 | 10000001 | 0 | 1 | 11100 | 11110 | 111010 | 11000 | 111100 |
Color Harmonies of #B2B081
Complementary color
Monochromatic Colors of #B2B081
Black with #B2B081
Text Example
Text Example
White with #B2B081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B081; }
p { color: rgb(178,176,129); }
H1.HeaderClassName
{
color: #B2B081;
}
.AnyTagClassName
{
color: #B2B081;
}
</style>
background-color css
<style>
a { background-color: #B2B081; }
a { background-color: rgb(178,176,129); }
div.DivClassName
{
background-color: #B2B081;
}
.BgClassName
{
background-color: #B2B081;
}
</style>
border-color css
<style>
span { border-color: #B2B081; }
span { border-color: rgb(178,176,129); }
td.TdClassName
{
border-color: #B2B081;
}
.TagClassName
{
border-color: #B2B081;
}
</style>