#B2AC84

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

Shades of Neutral Green #B2AC84

Tints of Neutral Green #B2AC84

Color information

#B2AC84 (or 0xB2AC84) is unknown color: approx Neutral Green. HEX triplet: B2, AC and 84. RGB value is (178,172,132). Sum of RGB (Red+Green+Blue) = 178+172+132=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 132 (51.95% from 255 or 27.39% from 482); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AC84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AC84 is #4D537B. Grayscale: #A9A9A9. Windows color (decimal): -5067644 or 8694962. OLE color: 8694962.

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

Color convert

RGB178172132-
CMYK00.030.260.30
HSL52.17º23%60.78%-
HSV(B)52.17º25.84%69.8%-
XYZ37.2840.6427.71-
YUV169.23106.99134.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.93%
GREEN value IS 172 (67.58% from 255) = 35.68%
BLUE value IS 132 (51.95% from 255) = 27.39%
R=36.93%
G=35.68%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817213200.030.260.3052.172360.78
HexB2AC84031A1E34173d
Octal262254204033236642775
Binary101100101010110010000100011110101111011010010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AC84; }

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

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

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

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

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

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

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

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