Color Hex Logo

#b6c59c Color Hex

#B6C59C
(182,197,156)
0 Favorites   0 Comments

Color spaces of #b6c59c

RGB 182197156
HSL0.230.260.69
HSV82°21°77°
CMYK 0.080.000.21   0.23
XYZ45.258452.277939.1578
Yxy52.27790.33110.3824
Hunter Lab72.3035-14.798918.5024
CIE-Lab77.4467-12.345218.8878

#b6c59c color RGB value is (182,197,156).

#b6c59c hex color red value is 182, green value is 197 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #b6c59c hue: 0.23 , saturation: 0.26 and the lightness value of b6c59c is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11000101 10011100
Octal 266 305 234
Decimal 182 197 156
Hex B6 C5 9C

RGB Percentages of Color #b6c59c

%34.02
%36.82
%29.16

CMYK Percentages of Color #b6c59c

%8
%0
%21
%23

Triadic Colors of #b6c59c

#b6c59c #9cb6c5 #c59cb6

Analogous Colors of #b6c59c

#b6c59c #a2c59c #c5c09c

Monochromatic Colors of #b6c59c

#b6c59c

Complementary Color

#b6c59c #ab9cc5

#b6c59c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6c59c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6c59c Color CSS Codes

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

#b6c59c Text Font Color

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

This sample text font color is #b6c59c
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.


#b6c59c Background Color

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

This div background color is #b6c59c


#b6c59c Border Color

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

This div border color is #b6c59c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6c59c


Comments

No comments written yet.

Please login to write comment.