#B1AE86

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

Shades of Neutral Green #B1AE86

Tints of Neutral Green #B1AE86

Color information

#B1AE86 (or 0xB1AE86) is unknown color: approx Neutral Green. HEX triplet: B1, AE and 86. RGB value is (177,174,134). Sum of RGB (Red+Green+Blue) = 177+174+134=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AE86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AE86 is #4E5179. Grayscale: #AAAAAA. Windows color (decimal): -5132666 or 8826545. OLE color: 8826545.

HSL color Cylindrical-coordinate representation of color #B1AE86: hue angle of 55.81º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1AE86 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB177174134-
CMYK00.020.240.31
HSL55.81º21.61%60.98%-
HSV(B)55.81º24.29%69.41%-
XYZ37.5741.3428.55-
YUV170.34107.49132.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.49%
GREEN value IS 174 (68.36% from 255) = 35.88%
BLUE value IS 134 (52.73% from 255) = 27.63%
R=36.49%
G=35.88%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717413400.020.240.3155.8121.6160.98
HexB1AE8602181F38163d
Octal261256206023037702675
Binary101100011010111010000110010110001111111100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AE86; }

 p { color: rgb(177,174,134); }

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

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

 a { background-color: rgb(177,174,134); }

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

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

 span { border-color: rgb(177,174,134); }

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