Color Hex Logo

#92af4e Color Hex

#92AF4E
(146,175,78)
0 Favorites   0 Comments

Color spaces of #92af4e

RGB 14617578
HSL0.220.380.50
HSV78°55°69°
CMYK 0.170.000.55   0.31
XYZ28.559237.321012.9062
Yxy37.32100.36250.4737
Hunter Lab61.0909-23.462730.2379
CIE-Lab67.5172-25.094945.7503

#92af4e color RGB value is (146,175,78).

#92af4e hex color red value is 146, green value is 175 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #92af4e hue: 0.22 , saturation: 0.38 and the lightness value of 92af4e is 0.50.

The process color (four color CMYK) of #92af4e color hex is 0.17, 0.00, 0.55, 0.31. Web safe color of #92af4e is #999966. Color #92af4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 10101111 01001110
Octal 222 257 116
Decimal 146 175 78
Hex 92 AF 4E

RGB Percentages of Color #92af4e

%36.59
%43.86
%19.55

CMYK Percentages of Color #92af4e

%17
%0
%55
%31

Triadic Colors of #92af4e

#92af4e #4e92af #af4e92

Analogous Colors of #92af4e

#92af4e #62af4e #af9c4e

Monochromatic Colors of #92af4e

#92af4e

Complementary Color

#92af4e #6b4eaf

#92af4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#92af4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#92af4e Color CSS Codes

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

#92af4e Text Font Color

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

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


#92af4e Background Color

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

This div background color is #92af4e


#92af4e Border Color

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

This div border color is #92af4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #92af4e


Comments

No comments written yet.

Please login to write comment.