#B2AA84

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

Shades of Neutral Green #B2AA84

Tints of Neutral Green #B2AA84

Color information

#B2AA84 (or 0xB2AA84) is unknown color: approx Neutral Green. HEX triplet: B2, AA and 84. RGB value is (178,170,132). Sum of RGB (Red+Green+Blue) = 178+170+132=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 132 (51.95% from 255 or 27.5% from 480); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AA84 is #4D557B. Grayscale: #A8A8A8. Windows color (decimal): -5068156 or 8694450. OLE color: 8694450.

HSL color Cylindrical-coordinate representation of color #B2AA84: hue angle of 49.57º 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 #B2AA84 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB178170132-
CMYK00.040.260.30
HSL49.57º23%60.78%-
HSV(B)49.57º25.84%69.8%-
XYZ36.939.8827.58-
YUV168.06107.65135.09-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.08%
GREEN value IS 170 (66.80% from 255) = 35.42%
BLUE value IS 132 (51.95% from 255) = 27.5%
R=37.08%
G=35.42%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817013200.040.260.3049.572360.78
HexB2AA84041A1E32173d
Octal262252204043236622775
Binary1011001010101010100001000100110101111011001010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AA84; }

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

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

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

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

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

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

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

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