#B3AE7D

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

Shades of Neutral Green #B3AE7D

Tints of Neutral Green #B3AE7D

Color information

#B3AE7D (or 0xB3AE7D) is unknown color: approx Neutral Green. HEX triplet: B3, AE and 7D. RGB value is (179,174,125). Sum of RGB (Red+Green+Blue) = 179+174+125=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AE7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AE7D is #4C5182. Grayscale: #AAAAAA. Windows color (decimal): -5001603 or 8236723. OLE color: 8236723.

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

Color convert

RGB179174125-
CMYK00.030.300.30
HSL54.44º26.21%59.61%-
HSV(B)54.44º30.17%70.2%-
XYZ37.4341.3425.41-
YUV169.91102.66134.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.45%
GREEN value IS 174 (68.36% from 255) = 36.40%
BLUE value IS 125 (49.22% from 255) = 26.15%
R=37.45%
G=36.40%
B=26.15%

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
Decimal17917412500.030.300.3054.4426.2159.61
HexB3AE7D031E1E361a3c
Octal263256175033636663274
Binary10110011101011101111101011111101111011011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AE7D; }

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

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

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

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

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

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

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

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