#B1AE85

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

Shades of Neutral Green #B1AE85

Tints of Neutral Green #B1AE85

Color information

#B1AE85 (or 0xB1AE85) is unknown color: approx Neutral Green. HEX triplet: B1, AE and 85. RGB value is (177,174,133). Sum of RGB (Red+Green+Blue) = 177+174+133=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 133 (52.34% from 255 or 27.48% from 484); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AE85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AE85 is #4E517A. Grayscale: #AAAAAA. Windows color (decimal): -5132667 or 8761009. OLE color: 8761009.

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

Color convert

RGB177174133-
CMYK00.020.250.31
HSL55.91º22%60.78%-
HSV(B)55.91º24.86%69.41%-
XYZ37.541.3128.19-
YUV170.22106.99132.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.57%
GREEN value IS 174 (68.36% from 255) = 35.95%
BLUE value IS 133 (52.34% from 255) = 27.48%
R=36.57%
G=35.95%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717413300.020.250.3155.912260.78
HexB1AE8502191F38163d
Octal261256205023137702675
Binary101100011010111010000101010110011111111100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AE85; }

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

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

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

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

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

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

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

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