#B2AE80

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

Shades of Neutral Green #B2AE80

Tints of Neutral Green #B2AE80

Color information

#B2AE80 (or 0xB2AE80) is unknown color: approx Neutral Green. HEX triplet: B2, AE and 80. RGB value is (178,174,128). Sum of RGB (Red+Green+Blue) = 178+174+128=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AE80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AE80 is #4D517F. Grayscale: #AAAAAA. Windows color (decimal): -5067136 or 8433330. OLE color: 8433330.

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

Color convert

RGB178174128-
CMYK00.020.280.30
HSL55.2º24.51%60%-
HSV(B)55.2º28.09%69.8%-
XYZ37.3941.326.42-
YUV169.95104.33133.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.08%
GREEN value IS 174 (68.36% from 255) = 36.25%
BLUE value IS 128 (50.39% from 255) = 26.67%
R=37.08%
G=36.25%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817412800.020.280.3055.224.5160
HexB2AE80021C1E37193c
Octal262256200023436673174
Binary101100101010111010000000010111001111011011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AE80; }

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

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

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

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

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

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

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

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