#B2B084

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

Shades of Neutral Green #B2B084

Tints of Neutral Green #B2B084

Color information

#B2B084 (or 0xB2B084) is unknown color: approx Neutral Green. HEX triplet: B2, B0 and 84. RGB value is (178,176,132). Sum of RGB (Red+Green+Blue) = 178+176+132=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B084 is #4D4F7B. Grayscale: #ABABAB. Windows color (decimal): -5066620 or 8695986. OLE color: 8695986.

HSL color Cylindrical-coordinate representation of color #B2B084: hue angle of 57.39º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2B084 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB178176132-
CMYK00.010.260.30
HSL57.39º23%60.78%-
HSV(B)57.39º25.84%69.8%-
XYZ38.0542.1827.97-
YUV171.58105.66132.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.63%
GREEN value IS 176 (69.14% from 255) = 36.21%
BLUE value IS 132 (51.95% from 255) = 27.16%
R=36.63%
G=36.21%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817613200.010.260.3057.392360.78
HexB2B084011A1E39173d
Octal262260204013236712775
Binary10110010101100001000010001110101111011100110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B084; }

 p { color: rgb(178,176,132); }

 H1.HeaderClassName
 {
   color: #B2B084;
 }
 .AnyTagClassName
 {
   color: #B2B084;
 }
</style>
background-color css

<style>
 a { background-color: #B2B084; }

 a { background-color: rgb(178,176,132); }

 div.DivClassName
 {
   background-color: #B2B084;
 }
 .BgClassName
 {
   background-color: #B2B084;
 }
</style>
border-color css

<style>
 span { border-color: #B2B084; }

 span { border-color: rgb(178,176,132); }

 td.TdClassName
 {
   border-color: #B2B084;
 }
 .TagClassName
 {
   border-color: #B2B084;
 }
</style>