Color Hex Logo

#9ba362 Color Hex

#9BA362
(155,163,98)
0 Favorites   0 Comments

Color spaces of #9ba362

RGB 15516398
HSL0.190.260.51
HSV67°40°64°
CMYK 0.050.000.40   0.36
XYZ28.819434.044816.6076
Yxy34.04480.36260.4284
Hunter Lab58.3479-13.943523.9678
CIE-Lab64.9981-13.223032.7926

#9ba362 color RGB value is (155,163,98).

#9ba362 hex color red value is 155, green value is 163 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #9ba362 hue: 0.19 , saturation: 0.26 and the lightness value of 9ba362 is 0.51.

The process color (four color CMYK) of #9ba362 color hex is 0.05, 0.00, 0.40, 0.36. Web safe color of #9ba362 is #999966. Color #9ba362 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10100011 01100010
Octal 233 243 142
Decimal 155 163 98
Hex 9B A3 62

RGB Percentages of Color #9ba362

%37.26
%39.18
%23.56

CMYK Percentages of Color #9ba362

%5
%0
%40
%36

Triadic Colors of #9ba362

#9ba362 #629ba3 #a3629b

Analogous Colors of #9ba362

#9ba362 #7ba362 #a38b62

Monochromatic Colors of #9ba362

#9ba362

Complementary Color

#9ba362 #6a62a3

#9ba362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ba362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ba362 Color CSS Codes

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

#9ba362 Text Font Color

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

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


#9ba362 Background Color

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

This div background color is #9ba362


#9ba362 Border Color

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

This div border color is #9ba362


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ba362


Comments

No comments written yet.

Please login to write comment.