#B1AA86

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

Shades of Neutral Green #B1AA86

Tints of Neutral Green #B1AA86

Color information

#B1AA86 (or 0xB1AA86) is unknown color: approx Neutral Green. HEX triplet: B1, AA and 86. RGB value is (177,170,134). Sum of RGB (Red+Green+Blue) = 177+170+134=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AA86 is #4E5579. Grayscale: #A8A8A8. Windows color (decimal): -5133690 or 8825521. OLE color: 8825521.

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

Color convert

RGB177170134-
CMYK00.040.240.31
HSL50.23º21.61%60.98%-
HSV(B)50.23º24.29%69.41%-
XYZ36.8139.8228.3-
YUV167.99108.82134.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.80%
GREEN value IS 170 (66.80% from 255) = 35.34%
BLUE value IS 134 (52.73% from 255) = 27.86%
R=36.80%
G=35.34%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717013400.040.240.3150.2321.6160.98
HexB1AA8604181F32163d
Octal261252206043037622675
Binary1011000110101010100001100100110001111111001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AA86; }

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

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

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

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

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

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

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

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