Color Hex Logo

#92a317 Color Hex

#92A317
(146,163,23)
0 Favorites   0 Comments

Color spaces of #92a317

RGB 14616323
HSL0.190.750.36
HSV67°86°64°
CMYK 0.100.000.86   0.36
XYZ25.105932.36725.7349
Yxy32.36720.39720.5121
Hunter Lab56.8922-20.791233.8479
CIE-Lab63.6452-22.487462.3497

#92a317 color RGB value is (146,163,23).

#92a317 hex color red value is 146, green value is 163 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #92a317 hue: 0.19 , saturation: 0.75 and the lightness value of 92a317 is 0.36.

The process color (four color CMYK) of #92a317 color hex is 0.10, 0.00, 0.86, 0.36. Web safe color of #92a317 is #999900. Color #92a317 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 10100011 00010111
Octal 222 243 27
Decimal 146 163 23
Hex 92 A3 17

RGB Percentages of Color #92a317

%43.98
%49.10
%6.93

CMYK Percentages of Color #92a317

%10
%0
%86
%36

Triadic Colors of #92a317

#92a317 #1792a3 #a31792

Analogous Colors of #92a317

#92a317 #4ca317 #a36e17

Monochromatic Colors of #92a317

#92a317

Complementary Color

#92a317 #2817a3

#92a317 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#92a317 Color Preview on White Background

Lorem ipsum dolor sit amet.

#92a317 Color CSS Codes

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

#92a317 Text Font Color

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

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


#92a317 Background Color

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

This div background color is #92a317


#92a317 Border Color

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

This div border color is #92a317


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #92a317


Comments

No comments written yet.

Please login to write comment.