Color Hex Logo

#92b03d Color Hex

#92B03D
(146,176,61)
0 Favorites   0 Comments

Color spaces of #92b03d

RGB 14617661
HSL0.210.490.46
HSV76°65°69°
CMYK 0.170.000.65   0.31
XYZ28.221737.498610.1654
Yxy37.49860.37190.4941
Hunter Lab61.2361-24.898433.0229
CIE-Lab67.6494-26.989553.4930

#92b03d color RGB value is (146,176,61).

#92b03d hex color red value is 146, green value is 176 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #92b03d hue: 0.21 , saturation: 0.49 and the lightness value of 92b03d is 0.46.

The process color (four color CMYK) of #92b03d color hex is 0.17, 0.00, 0.65, 0.31. Web safe color of #92b03d is #999933. Color #92b03d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 10110000 00111101
Octal 222 260 75
Decimal 146 176 61
Hex 92 B0 3D

RGB Percentages of Color #92b03d

%38.12
%45.95
%15.93

CMYK Percentages of Color #92b03d

%17
%0
%65
%31

Triadic Colors of #92b03d

#92b03d #3d92b0 #b03d92

Analogous Colors of #92b03d

#92b03d #58b03d #b0953d

Monochromatic Colors of #92b03d

#92b03d

Complementary Color

#92b03d #5b3db0

#92b03d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#92b03d Color Preview on White Background

Lorem ipsum dolor sit amet.

#92b03d Color CSS Codes

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

#92b03d Text Font Color

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

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


#92b03d Background Color

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

This div background color is #92b03d


#92b03d Border Color

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

This div border color is #92b03d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #92b03d


Comments

No comments written yet.

Please login to write comment.