Color Hex Logo

#9b981e Color Hex

#9B981E
(155,152,30)
0 Favorites   0 Comments

Color spaces of #9b981e

RGB 15515230
HSL0.160.680.36
HSV59°81°61°
CMYK 0.000.020.81   0.39
XYZ24.980129.51885.6094
Yxy29.51880.41560.4911
Hunter Lab54.3312-13.009931.9105
CIE-Lab61.2368-12.643058.7482

#9b981e color RGB value is (155,152,30).

#9b981e hex color red value is 155, green value is 152 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #9b981e hue: 0.16 , saturation: 0.68 and the lightness value of 9b981e is 0.36.

The process color (four color CMYK) of #9b981e color hex is 0.00, 0.02, 0.81, 0.39. Web safe color of #9b981e is #999933. Color #9b981e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10011000 00011110
Octal 233 230 36
Decimal 155 152 30
Hex 9B 98 1E

RGB Percentages of Color #9b981e

%45.99
%45.10
%8.90

CMYK Percentages of Color #9b981e

%0
%2
%81
%39

Triadic Colors of #9b981e

#9b981e #1e9b98 #981e9b

Analogous Colors of #9b981e

#9b981e #609b1e #9b5a1e

Monochromatic Colors of #9b981e

#9b981e

Complementary Color

#9b981e #1e219b

#9b981e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b981e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b981e Color CSS Codes

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

#9b981e Text Font Color

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

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


#9b981e Background Color

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

This div background color is #9b981e


#9b981e Border Color

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

This div border color is #9b981e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,152,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9b981e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9b981e;
  -webkit-box-shadow: 1px 1px 3px 2px #9b981e;
  box-shadow:         1px 1px 3px 2px #9b981e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,152,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b981e


Comments

No comments written yet.

Please login to write comment.