#B5AE7D

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

Shades of Neutral Green #B5AE7D

Tints of Neutral Green #B5AE7D

Color information

#B5AE7D (or 0xB5AE7D) is unknown color: approx Neutral Green. HEX triplet: B5, AE and 7D. RGB value is (181,174,125). Sum of RGB (Red+Green+Blue) = 181+174+125=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AE7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AE7D is #4A5182. Grayscale: #AAAAAA. Windows color (decimal): -4870531 or 8236725. OLE color: 8236725.

HSL color Cylindrical-coordinate representation of color #B5AE7D: hue angle of 52.5º 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 #B5AE7D is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB181174125-
CMYK00.040.310.29
HSL52.5º27.45%60%-
HSV(B)52.5º30.94%70.98%-
XYZ37.8941.5825.43-
YUV170.51102.32135.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.71%
GREEN value IS 174 (68.36% from 255) = 36.25%
BLUE value IS 125 (49.22% from 255) = 26.04%
R=37.71%
G=36.25%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117412500.040.310.2952.527.4560
HexB5AE7D041F1D341b3c
Octal265256175043735643374
Binary101101011010111011111010100111111110111010011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AE7D; }

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

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

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

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

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

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

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

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