#B2AC80

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

Shades of Neutral Green #B2AC80

Tints of Neutral Green #B2AC80

Color information

#B2AC80 (or 0xB2AC80) is unknown color: approx Neutral Green. HEX triplet: B2, AC and 80. RGB value is (178,172,128). Sum of RGB (Red+Green+Blue) = 178+172+128=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AC80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AC80 is #4D537F. Grayscale: #A8A8A8. Windows color (decimal): -5067648 or 8432818. OLE color: 8432818.

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

Color convert

RGB178172128-
CMYK00.030.280.30
HSL52.8º24.51%60%-
HSV(B)52.8º28.09%69.8%-
XYZ37.0140.5326.29-
YUV168.78104.99134.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.24%
GREEN value IS 172 (67.58% from 255) = 35.98%
BLUE value IS 128 (50.39% from 255) = 26.78%
R=37.24%
G=35.98%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817212800.030.280.3052.824.5160
HexB2AC80031C1E35193c
Octal262254200033436653174
Binary101100101010110010000000011111001111011010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AC80; }

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

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

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

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

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

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

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

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