COLOR #92B13E

HEX: #92B13E
RGB: (146,177,62)

Color info

#92B13E contains mainly red and green colors. Web safe color of #92B13E is #999933 (or #993).

RGB color model

#92B13E color RGB value is (146,177,62).

  • red value is 146;
  • green value is 177;
  • blue value is 62.
RGB:
(146,177,62)
(57%,69%,24%)

RGB channels and saturation

R 146 of 255 = 57%
G 177 of 255 = 69%
B 62 of 255 = 24%

146
177
62

R + G + B ~ 50%. #92B13E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
146 + 177 + 62 = 385 (100%)
R 146 of 385 ~ 37.92%
G 177 of 385 ~ 45.97%
B 62 of 385 ~ 16.1%

%37.92
%45.97
%16.1

CMYK color model

#92B13E color CMYK value is (18,0,65,31).

  • cyan value is 17.51%
  • magenta value is 0.00%
  • yellow value is 64.97%
  • key color value is 30.59%
CMYK:
(18,0,65,31)
C18M0Y65K31 
(18%,0%,65%,31%)
(0.18/0.00/0.65/0.31)	

CMYK percentages

%17.51
%0
%64.97
%30.59

Codes

Color #92B13E in popluar color models

92B13E
RGB14617762
HSL76°48.12%46.86%
HSB/HSV76°64.97%69.41%
CMYK17.51%0.00%64.97%
30.59%

Color #92B13E in popluar number systems.

HEX92B13E
Decimal14617762
Binary1001001010110001111110
Octal22226176

Shades and tints

Shades of #92B13E

#92B13E
(146,177,62)
#85A139
(133,161,57)
#789134
(120,145,52)
#6B812F
(107,129,47)
#5E712A
(94,113,42)
#516125
(81,97,37)
#445120
(68,81,32)
#37411B
(55,65,27)
#2A3116
(42,49,22)
#1D2111
(29,33,17)
#10110C
(16,17,12)
#000000
(0,0,0)

Tints of #92B13E

#92B13E
(146,177,62)
#9BB84F
(155,184,79)
#A4BF60
(164,191,96)
#ADC671
(173,198,113)
#B6CD82
(182,205,130)
#BFD493
(191,212,147)
#C8DBA4
(200,219,164)
#D1E2B5
(209,226,181)
#DAE9C6
(218,233,198)
#E3F0D7
(227,240,215)
#ECF7E8
(236,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #92B13E color. Also use rgb(146,177,62) instead hex code.

Text Font Color

.myTextColor { color: #92B13E; }

<p style="color:#92B13E">This sample text font color is #92B13E.</p>

This text font color is #92B13E.


Background Color

.myBgColor { background-color: #92B13E; }

<div style="background-color:#92B13E">Inner text</div>

This div background color is #92B13E.


Border color

.myBorderColor { border: 1px solid #92B13E; }

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

This div border color is #92B13E.


Opacity

.myOpacity80 { color: #92B13E; opacity: 0.8; }

<p style="color:#92B13E;opacity:0.8;">80%</p>

Text with #92B13E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #92B13E;}

<p style="text-shadow: 3px 3px 1px #92B13E">Text here.</p>

This text has shadow with #92B13E color.

.textShadow {text-shadow: 3px 3px 1px #92B13E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #92B13E, 5px 5px 20px red">Text here.</p>

This text has shadow with #92B13E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#92B13E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#92B13E, Direction=45, Strength=4)">Text</p>

This text has shadow with #92B13E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #92B13E;
  -webkit-box-shadow:	1px 1px 3px 2px #92B13E;
  box-shadow:		1px 1px 3px 2px #92B13E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #92B13E;
-webkit-box-shadow: 1px 1px 3px 2px #92B13E;
box-shadow:1px 1px 3px 2px #92B13E;">
Div content here</div>
This div box has shadow with color #92B13E.

Preview

Color preview on black background

This text has color #92B13E on black background.


Color preview on white background

This text has color #92B13E on white background.



Black color preview on #92B13E background

This text has black color on #92B13E background.


White color preview on #92B13E background

This text has white color on #92B13E background.