#B5B17C

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

Shades of Neutral Green #B5B17C

Tints of Neutral Green #B5B17C

Color information

#B5B17C (or 0xB5B17C) is unknown color: approx Neutral Green. HEX triplet: B5, B1 and 7C. RGB value is (181,177,124). Sum of RGB (Red+Green+Blue) = 181+177+124=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B17C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B17C is #4A4E83. Grayscale: #ACACAC. Windows color (decimal): -4869764 or 8171957. OLE color: 8171957.

HSL color Cylindrical-coordinate representation of color #B5B17C: hue angle of 55.79º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B5B17C is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB181177124-
CMYK00.020.310.29
HSL55.79º27.8%59.8%-
HSV(B)55.79º31.49%70.98%-
XYZ38.4242.7225.29-
YUV172.15100.83134.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.55%
GREEN value IS 177 (69.53% from 255) = 36.72%
BLUE value IS 124 (48.83% from 255) = 25.73%
R=37.55%
G=36.72%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117712400.020.310.2955.7927.859.8
HexB5B17C021F1D381c3c
Octal265261174023735703474
Binary10110101101100011111100010111111110111100011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B17C; }

 p { color: rgb(181,177,124); }

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

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

 a { background-color: rgb(181,177,124); }

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

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

 span { border-color: rgb(181,177,124); }

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