#B4AE7D

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

Shades of Neutral Green #B4AE7D

Tints of Neutral Green #B4AE7D

Color information

#B4AE7D (or 0xB4AE7D) is unknown color: approx Neutral Green. HEX triplet: B4, AE and 7D. RGB value is (180,174,125). Sum of RGB (Red+Green+Blue) = 180+174+125=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AE7D is #4B5182. Grayscale: #AAAAAA. Windows color (decimal): -4936067 or 8236724. OLE color: 8236724.

HSL color Cylindrical-coordinate representation of color #B4AE7D: hue angle of 53.45º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B4AE7D is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB180174125-
CMYK00.030.310.29
HSL53.45º26.83%59.8%-
HSV(B)53.45º30.56%70.59%-
XYZ37.6641.4625.42-
YUV170.21102.49134.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.58%
GREEN value IS 174 (68.36% from 255) = 36.33%
BLUE value IS 125 (49.22% from 255) = 26.10%
R=37.58%
G=36.33%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017412500.030.310.2953.4526.8359.8
HexB4AE7D031F1D351b3c
Octal264256175033735653374
Binary10110100101011101111101011111111110111010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AE7D; }

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

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

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

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

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

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

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

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