Color Hex Logo

#b1c036 Color Hex

#B1C036
(177,192,54)
0 Favorites   0 Comments

Color spaces of #b1c036

RGB 17719254
HSL0.180.560.48
HSV67°72°75°
CMYK 0.080.000.72   0.25
XYZ37.647047.312710.6381
Yxy47.31270.39380.4949
Hunter Lab68.7842-22.675738.9792
CIE-Lab74.3893-22.410963.7285

#b1c036 color RGB value is (177,192,54).

#b1c036 hex color red value is 177, green value is 192 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #b1c036 hue: 0.18 , saturation: 0.56 and the lightness value of b1c036 is 0.48.

The process color (four color CMYK) of #b1c036 color hex is 0.08, 0.00, 0.72, 0.25. Web safe color of #b1c036 is #99cc33. Color #b1c036 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11000000 00110110
Octal 261 300 66
Decimal 177 192 54
Hex B1 C0 36

RGB Percentages of Color #b1c036

%41.84
%45.39
%12.77

CMYK Percentages of Color #b1c036

%8
%0
%72
%25

Triadic Colors of #b1c036

#b1c036 #36b1c0 #c036b1

Analogous Colors of #b1c036

#b1c036 #6cc036 #c08a36

Monochromatic Colors of #b1c036

#b1c036

Complementary Color

#b1c036 #4536c0

#b1c036 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1c036 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1c036 Color CSS Codes

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

#b1c036 Text Font Color

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

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


#b1c036 Background Color

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

This div background color is #b1c036


#b1c036 Border Color

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

This div border color is #b1c036


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1c036


Comments

No comments written yet.

Please login to write comment.