Color Hex Logo

#95b647 Color Hex

#95B647
(149,182,71)
0 Favorites   0 Comments

Color spaces of #95b647

RGB 14918271
HSL0.220.440.50
HSV78°61°71°
CMYK 0.180.000.61   0.29
XYZ30.259740.300412.1451
Yxy40.30040.36590.4873
Hunter Lab63.4826-26.010533.0948
CIE-Lab69.6830-27.911151.4549

#95b647 color RGB value is (149,182,71).

#95b647 hex color red value is 149, green value is 182 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #95b647 hue: 0.22 , saturation: 0.44 and the lightness value of 95b647 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10110110 01000111
Octal 225 266 107
Decimal 149 182 71
Hex 95 B6 47

RGB Percentages of Color #95b647

%37.06
%45.27
%17.66

CMYK Percentages of Color #95b647

%18
%0
%61
%29

Triadic Colors of #95b647

#95b647 #4795b6 #b64795

Analogous Colors of #95b647

#95b647 #5eb647 #b6a047

Monochromatic Colors of #95b647

#95b647

Complementary Color

#95b647 #6847b6

#95b647 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95b647 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95b647 Color CSS Codes

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

#95b647 Text Font Color

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

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


#95b647 Background Color

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

This div background color is #95b647


#95b647 Border Color

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

This div border color is #95b647


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95b647


Comments

No comments written yet.

Please login to write comment.