#B1AA84

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

Shades of Neutral Green #B1AA84

Tints of Neutral Green #B1AA84

Color information

#B1AA84 (or 0xB1AA84) is unknown color: approx Neutral Green. HEX triplet: B1, AA and 84. RGB value is (177,170,132). Sum of RGB (Red+Green+Blue) = 177+170+132=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 132 (51.95% from 255 or 27.56% from 479); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AA84 is #4E557B. Grayscale: #A7A7A7. Windows color (decimal): -5133692 or 8694449. OLE color: 8694449.

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

Color convert

RGB177170132-
CMYK00.040.250.31
HSL50.67º22.39%60.59%-
HSV(B)50.67º25.42%69.41%-
XYZ36.6739.7627.57-
YUV167.76107.82134.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.95%
GREEN value IS 170 (66.80% from 255) = 35.49%
BLUE value IS 132 (51.95% from 255) = 27.56%
R=36.95%
G=35.49%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717013200.040.250.3150.6722.3960.59
HexB1AA8404191F33163d
Octal261252204043137632675
Binary1011000110101010100001000100110011111111001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AA84; }

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

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

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

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

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

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

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

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