#B1AA82

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

Shades of Neutral Green #B1AA82

Tints of Neutral Green #B1AA82

Color information

#B1AA82 (or 0xB1AA82) is unknown color: approx Neutral Green. HEX triplet: B1, AA and 82. RGB value is (177,170,130). Sum of RGB (Red+Green+Blue) = 177+170+130=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AA82 is #4E557D. Grayscale: #A7A7A7. Windows color (decimal): -5133694 or 8563377. OLE color: 8563377.

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

Color convert

RGB177170130-
CMYK00.040.270.31
HSL51.06º23.15%60.2%-
HSV(B)51.06º26.55%69.41%-
XYZ36.5439.7126.86-
YUV167.53106.82134.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.11%
GREEN value IS 170 (66.80% from 255) = 35.64%
BLUE value IS 130 (51.17% from 255) = 27.25%
R=37.11%
G=35.64%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717013000.040.270.3151.0623.1560.2
HexB1AA82041B1F33173c
Octal261252202043337632774
Binary1011000110101010100000100100110111111111001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AA82; }

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

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

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

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

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

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

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

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