#B1B083

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

Shades of Neutral Green #B1B083

Tints of Neutral Green #B1B083

Color information

#B1B083 (or 0xB1B083) is unknown color: approx Neutral Green. HEX triplet: B1, B0 and 83. RGB value is (177,176,131). Sum of RGB (Red+Green+Blue) = 177+176+131=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 131 (51.56% from 255 or 27.07% from 484); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1B083 is #4E4F7C. Grayscale: #ABABAB. Windows color (decimal): -5132157 or 8630449. OLE color: 8630449.

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

Color convert

RGB177176131-
CMYK00.010.260.31
HSL58.7º22.77%60.39%-
HSV(B)58.7º25.99%69.41%-
XYZ37.7542.0427.6-
YUV171.17105.33132.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.57%
GREEN value IS 176 (69.14% from 255) = 36.36%
BLUE value IS 131 (51.56% from 255) = 27.07%
R=36.57%
G=36.36%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717613100.010.260.3158.722.7760.39
HexB1B083011A1F3b173c
Octal261260203013237732774
Binary10110001101100001000001101110101111111101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B083; }

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

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

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

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

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

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

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

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