#B2B17F

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

Shades of Neutral Green #B2B17F

Tints of Neutral Green #B2B17F

Color information

#B2B17F (or 0xB2B17F) is unknown color: approx Neutral Green. HEX triplet: B2, B1 and 7F. RGB value is (178,177,127). Sum of RGB (Red+Green+Blue) = 178+177+127=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B17F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2B17F is #4D4E80. Grayscale: #ABABAB. Windows color (decimal): -5066369 or 8368562. OLE color: 8368562.

HSL color Cylindrical-coordinate representation of color #B2B17F: hue angle of 58.82º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2B17F is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB178177127-
CMYK00.010.290.30
HSL58.82º24.88%59.8%-
HSV(B)58.82º28.65%69.8%-
XYZ37.9142.4426.27-
YUV171.6102.83132.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.93%
GREEN value IS 177 (69.53% from 255) = 36.72%
BLUE value IS 127 (50% from 255) = 26.35%
R=36.93%
G=36.72%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817712700.010.290.3058.8224.8859.8
HexB2B17F011D1E3b193c
Octal262261177013536733174
Binary1011001010110001111111101111011111011101111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B17F; }

 p { color: rgb(178,177,127); }

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

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

 a { background-color: rgb(178,177,127); }

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

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

 span { border-color: rgb(178,177,127); }

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