Color Hex Logo

#92ab31 Color Hex

#92AB31
(146,171,49)
0 Favorites   0 Comments

Color spaces of #92ab31

RGB 14617149
HSL0.200.550.43
HSV72°71°67°
CMYK 0.150.000.71   0.33
XYZ26.971335.45868.3284
Yxy35.45860.38120.5011
Hunter Lab59.5471-23.357633.3905
CIE-Lab66.1042-25.329856.6610

#92ab31 color RGB value is (146,171,49).

#92ab31 hex color red value is 146, green value is 171 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #92ab31 hue: 0.20 , saturation: 0.55 and the lightness value of 92ab31 is 0.43.

The process color (four color CMYK) of #92ab31 color hex is 0.15, 0.00, 0.71, 0.33. Web safe color of #92ab31 is #999933. Color #92ab31 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 10101011 00110001
Octal 222 253 61
Decimal 146 171 49
Hex 92 AB 31

RGB Percentages of Color #92ab31

%39.89
%46.72
%13.39

CMYK Percentages of Color #92ab31

%15
%0
%71
%33

Triadic Colors of #92ab31

#92ab31 #3192ab #ab3192

Analogous Colors of #92ab31

#92ab31 #55ab31 #ab8731

Monochromatic Colors of #92ab31

#92ab31

Complementary Color

#92ab31 #4a31ab

#92ab31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#92ab31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#92ab31 Color CSS Codes

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

#92ab31 Text Font Color

<p style="color:#92ab31">Text here</p>

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


#92ab31 Background Color

<div style="background-color:#92ab31">
Div content here</div>

This div background color is #92ab31


#92ab31 Border Color

<div style="border:3px solid #92ab31">
Div here</div>

This div border color is #92ab31


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(146,171,49, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #92ab31; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #92ab31;
  -webkit-box-shadow: 1px 1px 3px 2px #92ab31;
  box-shadow:         1px 1px 3px 2px #92ab31; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(146,171,49, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #92ab31


Comments

No comments written yet.

Please login to write comment.