Color Hex Logo

#b6c06e Color Hex

#B6C06E
(182,192,110)
0 Favorites   0 Comments

Color spaces of #b6c06e

RGB 182192110
HSL0.190.390.59
HSV67°43°75°
CMYK 0.050.000.43   0.25
XYZ40.955548.770122.0068
Yxy48.77010.36650.4365
Hunter Lab69.8356-17.529930.2013
CIE-Lab75.3081-15.914940.0563

#b6c06e color RGB value is (182,192,110).

#b6c06e hex color red value is 182, green value is 192 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #b6c06e hue: 0.19 , saturation: 0.39 and the lightness value of b6c06e is 0.59.

The process color (four color CMYK) of #b6c06e color hex is 0.05, 0.00, 0.43, 0.25. Web safe color of #b6c06e is #cccc66. Color #b6c06e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11000000 01101110
Octal 266 300 156
Decimal 182 192 110
Hex B6 C0 6E

RGB Percentages of Color #b6c06e

%37.60
%39.67
%22.73

CMYK Percentages of Color #b6c06e

%5
%0
%43
%25

Triadic Colors of #b6c06e

#b6c06e #6eb6c0 #c06eb6

Analogous Colors of #b6c06e

#b6c06e #8dc06e #c0a16e

Monochromatic Colors of #b6c06e

#b6c06e

Complementary Color

#b6c06e #786ec0

#b6c06e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6c06e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6c06e Color CSS Codes

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

#b6c06e Text Font Color

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

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


#b6c06e Background Color

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

This div background color is #b6c06e


#b6c06e Border Color

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

This div border color is #b6c06e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6c06e


Comments

No comments written yet.

Please login to write comment.