Color Hex Logo

#b2bf36 Color Hex

#B2BF36
(178,191,54)
0 Favorites   0 Comments

Color spaces of #b2bf36

RGB 17819154
HSL0.180.560.48
HSV66°72°75°
CMYK 0.070.000.72   0.25
XYZ37.656846.992910.5758
Yxy46.99290.39540.4935
Hunter Lab68.5514-21.910838.8390
CIE-Lab74.1852-21.499363.5567

#b2bf36 color RGB value is (178,191,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10111111 00110110
Octal 262 277 66
Decimal 178 191 54
Hex B2 BF 36

RGB Percentages of Color #b2bf36

%42.08
%45.15
%12.77

CMYK Percentages of Color #b2bf36

%7
%0
%72
%25

Triadic Colors of #b2bf36

#b2bf36 #36b2bf #bf36b2

Analogous Colors of #b2bf36

#b2bf36 #6ebf36 #bf8836

Monochromatic Colors of #b2bf36

#b2bf36

Complementary Color

#b2bf36 #4336bf

#b2bf36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2bf36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2bf36 Color CSS Codes

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

#b2bf36 Text Font Color

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

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


#b2bf36 Background Color

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

This div background color is #b2bf36


#b2bf36 Border Color

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

This div border color is #b2bf36


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,191,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 #b2bf36">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2bf36


Comments

No comments written yet.

Please login to write comment.