COLOR #92B25E

HEX: #92B25E
RGB: (146,178,94)

Color info

#92B25E contains mainly red and green colors. Web safe color of #92B25E is #999966 (or #996).

RGB color model

#92B25E color RGB value is (146,178,94).

  • red value is 146;
  • green value is 178;
  • blue value is 94.
RGB:
(146,178,94)
(57%,70%,37%)

RGB channels and saturation

R 146 of 255 = 57%
G 178 of 255 = 70%
B 94 of 255 = 37%

146
178
94

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

Portions of RGB colors in percentages

R + G + B =
146 + 178 + 94 = 418 (100%)
R 146 of 418 ~ 34.93%
G 178 of 418 ~ 42.58%
B 94 of 418 ~ 22.49%

%34.93
%42.58
%22.49

CMYK color model

#92B25E color CMYK value is (18,0,47,30).

  • cyan value is 17.98%
  • magenta value is 0.00%
  • yellow value is 47.19%
  • key color value is 30.20%
CMYK:
(18,0,47,30)
C18M0Y47K30 
(18%,0%,47%,30%)
(0.18/0.00/0.47/0.30)	

CMYK percentages

%17.98
%0
%47.19
%30.2

Codes

Color #92B25E in popluar color models

92B25E
RGB14617894
HSL83°35.29%53.33%
HSB/HSV83°47.19%69.80%
CMYK17.98%0.00%47.19%
30.20%

Color #92B25E in popluar number systems.

HEX92B25E
Decimal14617894
Binary10010010101100101011110
Octal222262136

Shades and tints

Shades of #92B25E

#92B25E
(146,178,94)
#85A256
(133,162,86)
#78924E
(120,146,78)
#6B8246
(107,130,70)
#5E723E
(94,114,62)
#516236
(81,98,54)
#44522E
(68,82,46)
#374226
(55,66,38)
#2A321E
(42,50,30)
#1D2216
(29,34,22)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #92B25E

#92B25E
(146,178,94)
#9BB96C
(155,185,108)
#A4C07A
(164,192,122)
#ADC788
(173,199,136)
#B6CE96
(182,206,150)
#BFD5A4
(191,213,164)
#C8DCB2
(200,220,178)
#D1E3C0
(209,227,192)
#DAEACE
(218,234,206)
#E3F1DC
(227,241,220)
#ECF8EA
(236,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #92B25E color. Also use rgb(146,178,94) instead hex code.

Text Font Color

.myTextColor { color: #92B25E; }

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

This text font color is #92B25E.


Background Color

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

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

This div background color is #92B25E.


Border color

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

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

This div border color is #92B25E.


Opacity

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

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

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

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

This text has shadow with #92B25E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92B25E on black background.


Color preview on white background

This text has color #92B25E on white background.



Black color preview on #92B25E background

This text has black color on #92B25E background.


White color preview on #92B25E background

This text has white color on #92B25E background.