COLOR #92B175

HEX: #92B175
RGB: (146,177,117)

Color info

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

RGB color model

#92B175 color RGB value is (146,177,117).

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

RGB channels and saturation

R 146 of 255 = 57%
G 177 of 255 = 69%
B 117 of 255 = 46%

146
177
117

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

Portions of RGB colors in percentages

R + G + B =
146 + 177 + 117 = 440 (100%)
R 146 of 440 ~ 33.18%
G 177 of 440 ~ 40.23%
B 117 of 440 ~ 26.59%

%33.18
%40.23
%26.59

CMYK color model

#92B175 color CMYK value is (18,0,34,31).

  • cyan value is 17.51%
  • magenta value is 0.00%
  • yellow value is 33.90%
  • key color value is 30.59%
CMYK:
(18,0,34,31)
C18M0Y34K31 
(18%,0%,34%,31%)
(0.18/0.00/0.34/0.31)	

CMYK percentages

%17.51
%0
%33.9
%30.59

Codes

Color #92B175 in popluar color models

92B175
RGB146177117
HSL91°27.78%57.65%
HSB/HSV91°33.90%69.41%
CMYK17.51%0.00%33.90%
30.59%

Color #92B175 in popluar number systems.

HEX92B175
Decimal146177117
Binary10010010101100011110101
Octal222261165

Shades and tints

Shades of #92B175

#92B175
(146,177,117)
#85A16B
(133,161,107)
#789161
(120,145,97)
#6B8157
(107,129,87)
#5E714D
(94,113,77)
#516143
(81,97,67)
#445139
(68,81,57)
#37412F
(55,65,47)
#2A3125
(42,49,37)
#1D211B
(29,33,27)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #92B175

#92B175
(146,177,117)
#9BB881
(155,184,129)
#A4BF8D
(164,191,141)
#ADC699
(173,198,153)
#B6CDA5
(182,205,165)
#BFD4B1
(191,212,177)
#C8DBBD
(200,219,189)
#D1E2C9
(209,226,201)
#DAE9D5
(218,233,213)
#E3F0E1
(227,240,225)
#ECF7ED
(236,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #92B175; }

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

This text font color is #92B175.


Background Color

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

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

This div background color is #92B175.


Border color

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

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

This div border color is #92B175.


Opacity

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

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

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

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

This text has shadow with #92B175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92B175 on black background.


Color preview on white background

This text has color #92B175 on white background.



Black color preview on #92B175 background

This text has black color on #92B175 background.


White color preview on #92B175 background

This text has white color on #92B175 background.