#B1A986

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

Shades of Neutral Green #B1A986

Tints of Neutral Green #B1A986

Color information

#B1A986 (or 0xB1A986) is unknown color: approx Neutral Green. HEX triplet: B1, A9 and 86. RGB value is (177,169,134). Sum of RGB (Red+Green+Blue) = 177+169+134=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 169 (66.41% from 255 or 35.21% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A986 is #4E5679. Grayscale: #A7A7A7. Windows color (decimal): -5133946 or 8825265. OLE color: 8825265.

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

Color convert

RGB177169134-
CMYK00.050.240.31
HSL48.84º21.61%60.98%-
HSV(B)48.84º24.29%69.41%-
XYZ36.6239.4428.24-
YUV167.4109.15134.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.88%
GREEN value IS 169 (66.41% from 255) = 35.21%
BLUE value IS 134 (52.73% from 255) = 27.92%
R=36.88%
G=35.21%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716913400.050.240.3148.8421.6160.98
HexB1A98605181F31163d
Octal261251206053037612675
Binary1011000110101001100001100101110001111111000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A986; }

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

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

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

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

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

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

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

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