Color Hex Logo

#95bb49 Color Hex

#95BB49
(149,187,73)
0 Favorites   0 Comments

Color spaces of #95bb49

RGB 14918773
HSL0.220.460.51
HSV80°61°73°
CMYK 0.200.000.61   0.27
XYZ31.367342.411212.8363
Yxy42.41120.36210.4897
Hunter Lab65.1239-27.991233.9003
CIE-Lab71.1535-30.133952.1976

#95bb49 color RGB value is (149,187,73).

#95bb49 hex color red value is 149, green value is 187 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #95bb49 hue: 0.22 , saturation: 0.46 and the lightness value of 95bb49 is 0.51.

The process color (four color CMYK) of #95bb49 color hex is 0.20, 0.00, 0.61, 0.27. Web safe color of #95bb49 is #99cc33. Color #95bb49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10111011 01001001
Octal 225 273 111
Decimal 149 187 73
Hex 95 BB 49

RGB Percentages of Color #95bb49

%36.43
%45.72
%17.85

CMYK Percentages of Color #95bb49

%20
%0
%61
%27

Triadic Colors of #95bb49

#95bb49 #4995bb #bb4995

Analogous Colors of #95bb49

#95bb49 #5cbb49 #bba849

Monochromatic Colors of #95bb49

#95bb49

Complementary Color

#95bb49 #6f49bb

#95bb49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95bb49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95bb49 Color CSS Codes

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

#95bb49 Text Font Color

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

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


#95bb49 Background Color

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

This div background color is #95bb49


#95bb49 Border Color

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

This div border color is #95bb49


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,187,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95bb49; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95bb49;
  -webkit-box-shadow: 1px 1px 3px 2px #95bb49;
  box-shadow:         1px 1px 3px 2px #95bb49; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,187,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95bb49


Comments

No comments written yet.

Please login to write comment.