#B1AE88

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

Shades of Neutral Green #B1AE88

Tints of Neutral Green #B1AE88

Color information

#B1AE88 (or 0xB1AE88) is unknown color: approx Neutral Green. HEX triplet: B1, AE and 88. RGB value is (177,174,136). Sum of RGB (Red+Green+Blue) = 177+174+136=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AE88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AE88 is #4E5177. Grayscale: #AAAAAA. Windows color (decimal): -5132664 or 8957617. OLE color: 8957617.

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

Color convert

RGB177174136-
CMYK00.020.230.31
HSL55.61º20.81%61.37%-
HSV(B)55.61º23.16%69.41%-
XYZ37.7141.429.3-
YUV170.56108.49132.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.34%
GREEN value IS 174 (68.36% from 255) = 35.73%
BLUE value IS 136 (53.52% from 255) = 27.93%
R=36.34%
G=35.73%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717413600.020.230.3155.6120.8161.37
HexB1AE8802171F38153d
Octal261256210022737702575
Binary101100011010111010001000010101111111111100010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AE88; }

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

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

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

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

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

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

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

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