Color Hex Logo

#b1c06f Color Hex

#B1C06F
(177,192,111)
0 Favorites   0 Comments

Color spaces of #b1c06f

RGB 177192111
HSL0.200.390.59
HSV71°42°75°
CMYK 0.080.000.42   0.25
XYZ39.850348.194122.2410
Yxy48.19410.36130.4370
Hunter Lab69.4220-19.024129.6004
CIE-Lab74.9472-17.787439.0192

#b1c06f color RGB value is (177,192,111).

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

The process color (four color CMYK) of #b1c06f color hex is 0.08, 0.00, 0.42, 0.25. Web safe color of #b1c06f is #99cc66. Color #b1c06f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11000000 01101111
Octal 261 300 157
Decimal 177 192 111
Hex B1 C0 6F

RGB Percentages of Color #b1c06f

%36.88
%40.00
%23.13

CMYK Percentages of Color #b1c06f

%8
%0
%42
%25

Triadic Colors of #b1c06f

#b1c06f #6fb1c0 #c06fb1

Analogous Colors of #b1c06f

#b1c06f #89c06f #c0a76f

Monochromatic Colors of #b1c06f

#b1c06f

Complementary Color

#b1c06f #7e6fc0

#b1c06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1c06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1c06f Color CSS Codes

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

#b1c06f Text Font Color

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

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


#b1c06f Background Color

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

This div background color is #b1c06f


#b1c06f Border Color

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

This div border color is #b1c06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1c06f


Comments

No comments written yet.

Please login to write comment.