Color Hex Logo

#b6c496 Color Hex

#B6C496
(182,196,150)
0 Favorites   0 Comments

Color spaces of #b6c496

RGB 182196150
HSL0.220.280.68
HSV78°23°77°
CMYK 0.070.000.23   0.23
XYZ44.536451.626936.4718
Yxy51.62690.33580.3892
Hunter Lab71.8519-15.100020.2009
CIE-Lab77.0572-12.753621.5456

#b6c496 color RGB value is (182,196,150).

#b6c496 hex color red value is 182, green value is 196 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #b6c496 hue: 0.22 , saturation: 0.28 and the lightness value of b6c496 is 0.68.

The process color (four color CMYK) of #b6c496 color hex is 0.07, 0.00, 0.23, 0.23. Web safe color of #b6c496 is #cccc99. Color #b6c496 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11000100 10010110
Octal 266 304 226
Decimal 182 196 150
Hex B6 C4 96

RGB Percentages of Color #b6c496

%34.47
%37.12
%28.41

CMYK Percentages of Color #b6c496

%7
%0
%23
%23

Triadic Colors of #b6c496

#b6c496 #96b6c4 #c496b6

Analogous Colors of #b6c496

#b6c496 #9fc496 #c4bb96

Monochromatic Colors of #b6c496

#b6c496

Complementary Color

#b6c496 #a496c4

#b6c496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6c496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6c496 Color CSS Codes

.mybgcolor {background-color:#b6c496; } 
.myforecolor {color:#b6c496; }
.mybordercolor {border:3px solid #b6c496; }

#b6c496 Text Font Color

<p style="color:#b6c496">Text here</p>

This sample text font color is #b6c496
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b6c496 Background Color

<div style="background-color:#b6c496">
Div content here</div>

This div background color is #b6c496


#b6c496 Border Color

<div style="border:3px solid #b6c496">
Div here</div>

This div border color is #b6c496


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,196,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6c496; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6c496;
  -webkit-box-shadow: 1px 1px 3px 2px #b6c496;
  box-shadow:         1px 1px 3px 2px #b6c496; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,196,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b6c496">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b6c496;
  -webkit-box-shadow: 1px 1px 3px 2px #b6c496;
  box-shadow:         1px 1px 3px 2px #b6c496;">
Div content here</div>

This div box has shadow with color #b6c496


Comments

No comments written yet.

Please login to write comment.