#B3AE7E

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

Shades of Neutral Green #B3AE7E

Tints of Neutral Green #B3AE7E

Color information

#B3AE7E (or 0xB3AE7E) is unknown color: approx Neutral Green. HEX triplet: B3, AE and 7E. RGB value is (179,174,126). Sum of RGB (Red+Green+Blue) = 179+174+126=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AE7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AE7E is #4C5181. Grayscale: #AAAAAA. Windows color (decimal): -5001602 or 8302259. OLE color: 8302259.

HSL color Cylindrical-coordinate representation of color #B3AE7E: hue angle of 54.34º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3AE7E is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB179174126-
CMYK00.030.300.30
HSL54.34º25.85%59.8%-
HSV(B)54.34º29.61%70.2%-
XYZ37.4941.3625.75-
YUV170.02103.16134.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.37%
GREEN value IS 174 (68.36% from 255) = 36.33%
BLUE value IS 126 (49.61% from 255) = 26.30%
R=37.37%
G=36.33%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917412600.030.300.3054.3425.8559.8
HexB3AE7E031E1E361a3c
Octal263256176033636663274
Binary10110011101011101111110011111101111011011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AE7E; }

 p { color: rgb(179,174,126); }

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

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

 a { background-color: rgb(179,174,126); }

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

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

 span { border-color: rgb(179,174,126); }

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