#B1AE87

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

Shades of Neutral Green #B1AE87

Tints of Neutral Green #B1AE87

Color information

#B1AE87 (or 0xB1AE87) is unknown color: approx Neutral Green. HEX triplet: B1, AE and 87. RGB value is (177,174,135). Sum of RGB (Red+Green+Blue) = 177+174+135=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 135 (53.12% from 255 or 27.78% from 486); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AE87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AE87 is #4E5178. Grayscale: #AAAAAA. Windows color (decimal): -5132665 or 8892081. OLE color: 8892081.

HSL color Cylindrical-coordinate representation of color #B1AE87: hue angle of 55.71º degrees, saturation: 0.21, 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 #B1AE87 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB177174135-
CMYK00.020.240.31
HSL55.71º21.21%61.18%-
HSV(B)55.71º23.73%69.41%-
XYZ37.6441.3728.92-
YUV170.45107.99132.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.42%
GREEN value IS 174 (68.36% from 255) = 35.80%
BLUE value IS 135 (53.12% from 255) = 27.78%
R=36.42%
G=35.80%
B=27.78%

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
Decimal17717413500.020.240.3155.7121.2161.18
HexB1AE8702181F38153d
Octal261256207023037702575
Binary101100011010111010000111010110001111111100010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AE87; }

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

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

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

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

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

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

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

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