Color Hex Logo

#9ba228 Color Hex

#9BA228
(155,162,40)
0 Favorites   0 Comments

Color spaces of #9ba228

RGB 15516240
HSL0.180.600.40
HSV63°75°64°
CMYK 0.040.000.75   0.36
XYZ26.820932.96246.9563
Yxy32.96240.40190.4939
Hunter Lab57.4129-17.084833.0053
CIE-Lab64.1305-17.434358.2027

#9ba228 color RGB value is (155,162,40).

#9ba228 hex color red value is 155, green value is 162 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #9ba228 hue: 0.18 , saturation: 0.60 and the lightness value of 9ba228 is 0.40.

The process color (four color CMYK) of #9ba228 color hex is 0.04, 0.00, 0.75, 0.36. Web safe color of #9ba228 is #999933. Color #9ba228 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10100010 00101000
Octal 233 242 50
Decimal 155 162 40
Hex 9B A2 28

RGB Percentages of Color #9ba228

%43.42
%45.38
%11.20

CMYK Percentages of Color #9ba228

%4
%0
%75
%36

Triadic Colors of #9ba228

#9ba228 #289ba2 #a2289b

Analogous Colors of #9ba228

#9ba228 #5ea228 #a26c28

Monochromatic Colors of #9ba228

#9ba228

Complementary Color

#9ba228 #2f28a2

#9ba228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ba228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ba228 Color CSS Codes

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

#9ba228 Text Font Color

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

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


#9ba228 Background Color

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

This div background color is #9ba228


#9ba228 Border Color

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

This div border color is #9ba228


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ba228


Comments

No comments written yet.

Please login to write comment.