#B2B182

Color #B2B182 Neutral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neutral Green #B2B182

Tints of Neutral Green #B2B182

Color information

#B2B182 (or 0xB2B182) is unknown color: approx 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

RGB178177130-
CMYK00.010.270.30
HSL58.75º23.76%60.39%-
HSV(B)58.75º26.97%69.8%-
XYZ38.1142.5227.32-
YUV171.94104.33132.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 36.70%
GREEN value IS 177 (69.53% from 255) = 36.49%
BLUE value IS 130 (51.17% from 255) = 26.80%
R=36.70%
G=36.49%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817713000.010.270.3058.7523.7660.39
HexB2B182011B1E3b183c
Octal262261202013336733074
Binary10110010101100011000001001110111111011101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>