Color Hex Logo

#9ba63c Color Hex

#9BA63C
(155,166,60)
0 Favorites   0 Comments

Color spaces of #9ba63c

RGB 15516660
HSL0.180.470.44
HSV66°64°65°
CMYK 0.070.000.64   0.35
XYZ27.969434.56729.4730
Yxy34.56720.38840.4800
Hunter Lab58.7939-17.973331.6028
CIE-Lab65.4103-18.335151.7411

#9ba63c color RGB value is (155,166,60).

#9ba63c hex color red value is 155, green value is 166 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #9ba63c hue: 0.18 , saturation: 0.47 and the lightness value of 9ba63c is 0.44.

The process color (four color CMYK) of #9ba63c color hex is 0.07, 0.00, 0.64, 0.35. Web safe color of #9ba63c is #999933. Color #9ba63c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10100110 00111100
Octal 233 246 74
Decimal 155 166 60
Hex 9B A6 3C

RGB Percentages of Color #9ba63c

%40.68
%43.57
%15.75

CMYK Percentages of Color #9ba63c

%7
%0
%64
%35

Triadic Colors of #9ba63c

#9ba63c #3c9ba6 #a63c9b

Analogous Colors of #9ba63c

#9ba63c #66a63c #a67c3c

Monochromatic Colors of #9ba63c

#9ba63c

Complementary Color

#9ba63c #473ca6

#9ba63c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ba63c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ba63c Color CSS Codes

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

#9ba63c Text Font Color

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

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


#9ba63c Background Color

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

This div background color is #9ba63c


#9ba63c Border Color

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

This div border color is #9ba63c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ba63c


Comments

No comments written yet.

Please login to write comment.