#B3AA7E

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

Shades of Neutral Green #B3AA7E

Tints of Neutral Green #B3AA7E

Color information

#B3AA7E (or 0xB3AA7E) is unknown color: approx Neutral Green. HEX triplet: B3, AA and 7E. RGB value is (179,170,126). Sum of RGB (Red+Green+Blue) = 179+170+126=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AA7E is #4C5581. Grayscale: #A7A7A7. Windows color (decimal): -5002626 or 8301235. OLE color: 8301235.

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

Color convert

RGB179170126-
CMYK00.050.300.30
HSL49.81º25.85%59.8%-
HSV(B)49.81º29.61%70.2%-
XYZ36.7339.8425.49-
YUV167.68104.48136.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.68%
GREEN value IS 170 (66.80% from 255) = 35.79%
BLUE value IS 126 (49.61% from 255) = 26.53%
R=37.68%
G=35.79%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917012600.050.300.3049.8125.8559.8
HexB3AA7E051E1E321a3c
Octal263252176053636623274
Binary101100111010101011111100101111101111011001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AA7E; }

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

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

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

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

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

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

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

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