#B1B081

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

Shades of Neutral Green #B1B081

Tints of Neutral Green #B1B081

Color information

#B1B081 (or 0xB1B081) is unknown color: approx Neutral Green. HEX triplet: B1, B0 and 81. RGB value is (177,176,129). Sum of RGB (Red+Green+Blue) = 177+176+129=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1B081 is #4E4F7E. Grayscale: #ABABAB. Windows color (decimal): -5132159 or 8499377. OLE color: 8499377.

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

Color convert

RGB177176129-
CMYK00.010.270.31
HSL58.75º23.53%60%-
HSV(B)58.75º27.12%69.41%-
XYZ37.6241.9826.89-
YUV170.94104.33132.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.72%
GREEN value IS 176 (69.14% from 255) = 36.51%
BLUE value IS 129 (50.78% from 255) = 26.76%
R=36.72%
G=36.51%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717612900.010.270.3158.7523.5360
HexB1B081011B1F3b183c
Octal261260201013337733074
Binary10110001101100001000000101110111111111101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B081; }

 p { color: rgb(177,176,129); }

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

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

 a { background-color: rgb(177,176,129); }

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

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

 span { border-color: rgb(177,176,129); }

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