COLOR #92C766

HEX: #92C766
RGB: (146,199,102)

Color info

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

RGB color model

#92C766 color RGB value is (146,199,102).

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

RGB channels and saturation

R 146 of 255 = 57%
G 199 of 255 = 78%
B 102 of 255 = 40%

146
199
102

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

Portions of RGB colors in percentages

R + G + B =
146 + 199 + 102 = 447 (100%)
R 146 of 447 ~ 32.66%
G 199 of 447 ~ 44.52%
B 102 of 447 ~ 22.82%

%32.66
%44.52
%22.82

CMYK color model

#92C766 color CMYK value is (27,0,49,22).

  • cyan value is 26.63%
  • magenta value is 0.00%
  • yellow value is 48.74%
  • key color value is 21.96%
CMYK:
(27,0,49,22)
C27M0Y49K22 
(27%,0%,49%,22%)
(0.27/0.00/0.49/0.22)	

CMYK percentages

%26.63
%0
%48.74
%21.96

Codes

Color #92C766 in popluar color models

92C766
RGB146199102
HSL93°46.41%59.02%
HSB/HSV93°48.74%78.04%
CMYK26.63%0.00%48.74%
21.96%

Color #92C766 in popluar number systems.

HEX92C766
Decimal146199102
Binary10010010110001111100110
Octal222307146

Shades and tints

Shades of #92C766

#92C766
(146,199,102)
#85B55D
(133,181,93)
#78A354
(120,163,84)
#6B914B
(107,145,75)
#5E7F42
(94,127,66)
#516D39
(81,109,57)
#445B30
(68,91,48)
#374927
(55,73,39)
#2A371E
(42,55,30)
#1D2515
(29,37,21)
#10130C
(16,19,12)
#000000
(0,0,0)

Tints of #92C766

#92C766
(146,199,102)
#9BCC73
(155,204,115)
#A4D180
(164,209,128)
#ADD68D
(173,214,141)
#B6DB9A
(182,219,154)
#BFE0A7
(191,224,167)
#C8E5B4
(200,229,180)
#D1EAC1
(209,234,193)
#DAEFCE
(218,239,206)
#E3F4DB
(227,244,219)
#ECF9E8
(236,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #92C766; }

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

This text font color is #92C766.


Background Color

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

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

This div background color is #92C766.


Border color

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

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

This div border color is #92C766.


Opacity

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

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

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

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

This text has shadow with #92C766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92C766 on black background.


Color preview on white background

This text has color #92C766 on white background.



Black color preview on #92C766 background

This text has black color on #92C766 background.


White color preview on #92C766 background

This text has white color on #92C766 background.