#B1AA80

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

Shades of Neutral Green #B1AA80

Tints of Neutral Green #B1AA80

Color information

#B1AA80 (or 0xB1AA80) is unknown color: approx Neutral Green. HEX triplet: B1, AA and 80. RGB value is (177,170,128). Sum of RGB (Red+Green+Blue) = 177+170+128=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AA80 is #4E557F. Grayscale: #A7A7A7. Windows color (decimal): -5133696 or 8432305. OLE color: 8432305.

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

Color convert

RGB177170128-
CMYK00.040.280.31
HSL51.43º23.9%59.8%-
HSV(B)51.43º27.68%69.41%-
XYZ36.439.6626.16-
YUV167.3105.82134.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.26%
GREEN value IS 170 (66.80% from 255) = 35.79%
BLUE value IS 128 (50.39% from 255) = 26.95%
R=37.26%
G=35.79%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717012800.040.280.3151.4323.959.8
HexB1AA80041C1F33183c
Octal261252200043437633074
Binary1011000110101010100000000100111001111111001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AA80; }

 p { color: rgb(177,170,128); }

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

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

 a { background-color: rgb(177,170,128); }

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

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

 span { border-color: rgb(177,170,128); }

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