Color Hex Logo

#bfc136 Color Hex

#BFC136
(191,193,54)
0 Favorites   0 Comments

Color spaces of #bfc136

RGB 19119354
HSL0.170.560.48
HSV61°72°76°
CMYK 0.010.000.72   0.24
XYZ41.221749.482610.8685
Yxy49.48260.40580.4872
Hunter Lab70.3439-18.500340.0801
CIE-Lab75.7506-17.005765.4152

#bfc136 color RGB value is (191,193,54).

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

The process color (four color CMYK) of #bfc136 color hex is 0.01, 0.00, 0.72, 0.24. Web safe color of #bfc136 is #cccc33. Color #bfc136 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000001 00110110
Octal 277 301 66
Decimal 191 193 54
Hex BF C1 36

RGB Percentages of Color #bfc136

%43.61
%44.06
%12.33

CMYK Percentages of Color #bfc136

%1
%0
%72
%24

Triadic Colors of #bfc136

#bfc136 #36bfc1 #c136bf

Analogous Colors of #bfc136

#bfc136 #7ac136 #c17e36

Monochromatic Colors of #bfc136

#bfc136

Complementary Color

#bfc136 #3836c1

#bfc136 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc136 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc136 Color CSS Codes

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

#bfc136 Text Font Color

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

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


#bfc136 Background Color

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

This div background color is #bfc136


#bfc136 Border Color

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

This div border color is #bfc136


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc136


Comments

No comments written yet.

Please login to write comment.