Color Hex Logo

#90b85a Color Hex

#90B85A
(144,184,90)
0 Favorites   0 Comments

Color spaces of #90b85a

RGB 14418490
HSL0.240.400.54
HSV86°51°72°
CMYK 0.220.000.51   0.28
XYZ30.487640.948515.9698
Yxy40.94850.34880.4685
Hunter Lab63.9910-26.940529.9971
CIE-Lab70.1398-29.025443.0435

#90b85a color RGB value is (144,184,90).

#90b85a hex color red value is 144, green value is 184 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #90b85a hue: 0.24 , saturation: 0.40 and the lightness value of 90b85a is 0.54.

The process color (four color CMYK) of #90b85a color hex is 0.22, 0.00, 0.51, 0.28. Web safe color of #90b85a is #99cc66. Color #90b85a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10111000 01011010
Octal 220 270 132
Decimal 144 184 90
Hex 90 B8 5A

RGB Percentages of Color #90b85a

%34.45
%44.02
%21.53

CMYK Percentages of Color #90b85a

%22
%0
%51
%28

Triadic Colors of #90b85a

#90b85a #5a90b8 #b85a90

Analogous Colors of #90b85a

#90b85a #61b85a #b8b15a

Monochromatic Colors of #90b85a

#90b85a

Complementary Color

#90b85a #825ab8

#90b85a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90b85a Color Preview on White Background

Lorem ipsum dolor sit amet.

#90b85a Color CSS Codes

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

#90b85a Text Font Color

<p style="color:#90b85a">Text here</p>

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


#90b85a Background Color

<div style="background-color:#90b85a">
Div content here</div>

This div background color is #90b85a


#90b85a Border Color

<div style="border:3px solid #90b85a">
Div here</div>

This div border color is #90b85a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,184,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #90b85a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #90b85a;
  -webkit-box-shadow: 1px 1px 3px 2px #90b85a;
  box-shadow:         1px 1px 3px 2px #90b85a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,184,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90b85a


Comments

No comments written yet.

Please login to write comment.