COLOR #92C776

HEX: #92C776
RGB: (146,199,118)

Color info

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

RGB color model

#92C776 color RGB value is (146,199,118).

  • red value is 146;
  • green value is 199;
  • blue value is 118.
RGB:
(146,199,118)
(57%,78%,46%)

RGB channels and saturation

R 146 of 255 = 57%
G 199 of 255 = 78%
B 118 of 255 = 46%

146
199
118

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

Portions of RGB colors in percentages

R + G + B =
146 + 199 + 118 = 463 (100%)
R 146 of 463 ~ 31.53%
G 199 of 463 ~ 42.98%
B 118 of 463 ~ 25.49%

%31.53
%42.98
%25.49

CMYK color model

#92C776 color CMYK value is (27,0,41,22).

  • cyan value is 26.63%
  • magenta value is 0.00%
  • yellow value is 40.70%
  • key color value is 21.96%
CMYK:
(27,0,41,22)
C27M0Y41K22 
(27%,0%,41%,22%)
(0.27/0.00/0.41/0.22)	

CMYK percentages

%26.63
%0
%40.7
%21.96

Codes

Color #92C776 in popluar color models

92C776
RGB146199118
HSL99°41.97%62.16%
HSB/HSV99°40.70%78.04%
CMYK26.63%0.00%40.70%
21.96%

Color #92C776 in popluar number systems.

HEX92C776
Decimal146199118
Binary10010010110001111110110
Octal222307166

Shades and tints

Shades of #92C776

#92C776
(146,199,118)
#85B56C
(133,181,108)
#78A362
(120,163,98)
#6B9158
(107,145,88)
#5E7F4E
(94,127,78)
#516D44
(81,109,68)
#445B3A
(68,91,58)
#374930
(55,73,48)
#2A3726
(42,55,38)
#1D251C
(29,37,28)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #92C776

#92C776
(146,199,118)
#9BCC82
(155,204,130)
#A4D18E
(164,209,142)
#ADD69A
(173,214,154)
#B6DBA6
(182,219,166)
#BFE0B2
(191,224,178)
#C8E5BE
(200,229,190)
#D1EACA
(209,234,202)
#DAEFD6
(218,239,214)
#E3F4E2
(227,244,226)
#ECF9EE
(236,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #92C776 color. Also use rgb(146,199,118) instead hex code.

Text Font Color

.myTextColor { color: #92C776; }

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

This text font color is #92C776.


Background Color

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

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

This div background color is #92C776.


Border color

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

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

This div border color is #92C776.


Opacity

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

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

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

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

This text has shadow with #92C776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92C776 on black background.


Color preview on white background

This text has color #92C776 on white background.



Black color preview on #92C776 background

This text has black color on #92C776 background.


White color preview on #92C776 background

This text has white color on #92C776 background.