Color Hex Logo

#9ab967 Color Hex

#9AB967
(154,185,103)
0 Favorites   0 Comments

Color spaces of #9ab967

RGB 154185103
HSL0.230.370.56
HSV83°44°73°
CMYK 0.170.000.44   0.27
XYZ33.123642.547219.2986
Yxy42.54720.34880.4480
Hunter Lab65.2282-23.505128.1180
CIE-Lab71.2466-24.202938.0806

#9ab967 color RGB value is (154,185,103).

#9ab967 hex color red value is 154, green value is 185 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #9ab967 hue: 0.23 , saturation: 0.37 and the lightness value of 9ab967 is 0.56.

The process color (four color CMYK) of #9ab967 color hex is 0.17, 0.00, 0.44, 0.27. Web safe color of #9ab967 is #99cc66. Color #9ab967 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111001 01100111
Octal 232 271 147
Decimal 154 185 103
Hex 9A B9 67

RGB Percentages of Color #9ab967

%34.84
%41.86
%23.30

CMYK Percentages of Color #9ab967

%17
%0
%44
%27

Triadic Colors of #9ab967

#9ab967 #679ab9 #b9679a

Analogous Colors of #9ab967

#9ab967 #71b967 #b9af67

Monochromatic Colors of #9ab967

#9ab967

Complementary Color

#9ab967 #8667b9

#9ab967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ab967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ab967 Color CSS Codes

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

#9ab967 Text Font Color

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

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


#9ab967 Background Color

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

This div background color is #9ab967


#9ab967 Border Color

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

This div border color is #9ab967


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,185,103, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9ab967; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9ab967;
  -webkit-box-shadow: 1px 1px 3px 2px #9ab967;
  box-shadow:         1px 1px 3px 2px #9ab967; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,185,103, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ab967


Comments

No comments written yet.

Please login to write comment.