#B2AE83

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

Shades of Neutral Green #B2AE83

Tints of Neutral Green #B2AE83

Color information

#B2AE83 (or 0xB2AE83) is unknown color: approx Neutral Green. HEX triplet: B2, AE and 83. RGB value is (178,174,131). Sum of RGB (Red+Green+Blue) = 178+174+131=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AE83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AE83 is #4D517C. Grayscale: #AAAAAA. Windows color (decimal): -5067133 or 8629938. OLE color: 8629938.

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

Color convert

RGB178174131-
CMYK00.020.260.30
HSL54.89º23.38%60.59%-
HSV(B)54.89º26.4%69.8%-
XYZ37.5941.3827.48-
YUV170.29105.83133.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.85%
GREEN value IS 174 (68.36% from 255) = 36.02%
BLUE value IS 131 (51.56% from 255) = 27.12%
R=36.85%
G=36.02%
B=27.12%

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
Decimal17817413100.020.260.3054.8923.3860.59
HexB2AE83021A1E37173d
Octal262256203023236672775
Binary101100101010111010000011010110101111011011110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AE83; }

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

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

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

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

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

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

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

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