#B2AE84

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

Shades of Neutral Green #B2AE84

Tints of Neutral Green #B2AE84

Color information

#B2AE84 (or 0xB2AE84) is unknown color: approx Neutral Green. HEX triplet: B2, AE and 84. RGB value is (178,174,132). Sum of RGB (Red+Green+Blue) = 178+174+132=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 132 (51.95% from 255 or 27.27% from 484); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AE84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AE84 is #4D517B. Grayscale: #AAAAAA. Windows color (decimal): -5067132 or 8695474. OLE color: 8695474.

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

Color convert

RGB178174132-
CMYK00.020.260.30
HSL54.78º23%60.78%-
HSV(B)54.78º25.84%69.8%-
XYZ37.6641.427.84-
YUV170.41106.33133.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.78%
GREEN value IS 174 (68.36% from 255) = 35.95%
BLUE value IS 132 (51.95% from 255) = 27.27%
R=36.78%
G=35.95%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817413200.020.260.3054.782360.78
HexB2AE84021A1E37173d
Octal262256204023236672775
Binary101100101010111010000100010110101111011011110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AE84; }

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

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

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

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

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

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

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

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