COLOR #92BE74

HEX: #92BE74
RGB: (146,190,116)

Color info

#92BE74 contains mainly red and green colors. Web safe color of #92BE74 is #99CC66 (or #9C6).

RGB color model

#92BE74 color RGB value is (146,190,116).

  • red value is 146;
  • green value is 190;
  • blue value is 116.
RGB:
(146,190,116)
(57%,75%,45%)

RGB channels and saturation

R 146 of 255 = 57%
G 190 of 255 = 75%
B 116 of 255 = 45%

146
190
116

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

Portions of RGB colors in percentages

R + G + B =
146 + 190 + 116 = 452 (100%)
R 146 of 452 ~ 32.3%
G 190 of 452 ~ 42.04%
B 116 of 452 ~ 25.66%

%32.3
%42.04
%25.66

CMYK color model

#92BE74 color CMYK value is (23,0,39,25).

  • cyan value is 23.16%
  • magenta value is 0.00%
  • yellow value is 38.95%
  • key color value is 25.49%
CMYK:
(23,0,39,25)
C23M0Y39K25 
(23%,0%,39%,25%)
(0.23/0.00/0.39/0.25)	

CMYK percentages

%23.16
%0
%38.95
%25.49

Codes

Color #92BE74 in popluar color models

92BE74
RGB146190116
HSL96°36.27%60.00%
HSB/HSV96°38.95%74.51%
CMYK23.16%0.00%38.95%
25.49%

Color #92BE74 in popluar number systems.

HEX92BE74
Decimal146190116
Binary10010010101111101110100
Octal222276164

Shades and tints

Shades of #92BE74

#92BE74
(146,190,116)
#85AD6A
(133,173,106)
#789C60
(120,156,96)
#6B8B56
(107,139,86)
#5E7A4C
(94,122,76)
#516942
(81,105,66)
#445838
(68,88,56)
#37472E
(55,71,46)
#2A3624
(42,54,36)
#1D251A
(29,37,26)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #92BE74

#92BE74
(146,190,116)
#9BC380
(155,195,128)
#A4C88C
(164,200,140)
#ADCD98
(173,205,152)
#B6D2A4
(182,210,164)
#BFD7B0
(191,215,176)
#C8DCBC
(200,220,188)
#D1E1C8
(209,225,200)
#DAE6D4
(218,230,212)
#E3EBE0
(227,235,224)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #92BE74 color. Also use rgb(146,190,116) instead hex code.

Text Font Color

.myTextColor { color: #92BE74; }

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

This text font color is #92BE74.


Background Color

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

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

This div background color is #92BE74.


Border color

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

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

This div border color is #92BE74.


Opacity

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

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

Text with #92BE74 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 #92BE74;}

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

This text has shadow with #92BE74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92BE74 on black background.


Color preview on white background

This text has color #92BE74 on white background.



Black color preview on #92BE74 background

This text has black color on #92BE74 background.


White color preview on #92BE74 background

This text has white color on #92BE74 background.