Color Hex Logo

#b6c616 Color Hex

#B6C616
(182,198,22)
0 Favorites   0 Comments

Color spaces of #b6c616

RGB 18219822
HSL0.180.800.43
HSV65°89°78°
CMYK 0.080.000.89   0.22
XYZ39.630350.39128.3968
Yxy50.39120.40270.5120
Hunter Lab70.9868-24.574342.6775
CIE-Lab76.3088-24.346174.0233

#b6c616 color RGB value is (182,198,22).

#b6c616 hex color red value is 182, green value is 198 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #b6c616 hue: 0.18 , saturation: 0.80 and the lightness value of b6c616 is 0.43.

The process color (four color CMYK) of #b6c616 color hex is 0.08, 0.00, 0.89, 0.22. Web safe color of #b6c616 is #cccc00. Color #b6c616 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11000110 00010110
Octal 266 306 26
Decimal 182 198 22
Hex B6 C6 16

RGB Percentages of Color #b6c616

%45.27
%49.25
%5.47

CMYK Percentages of Color #b6c616

%8
%0
%89
%22

Triadic Colors of #b6c616

#b6c616 #16b6c6 #c616b6

Analogous Colors of #b6c616

#b6c616 #5ec616 #c67e16

Monochromatic Colors of #b6c616

#b6c616

Complementary Color

#b6c616 #2616c6

#b6c616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6c616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6c616 Color CSS Codes

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

#b6c616 Text Font Color

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

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


#b6c616 Background Color

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

This div background color is #b6c616


#b6c616 Border Color

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

This div border color is #b6c616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6c616


Comments

No comments written yet.

Please login to write comment.