COLOR #92B979

HEX: #92B979
RGB: (146,185,121)

Color info

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

RGB color model

#92B979 color RGB value is (146,185,121).

  • red value is 146;
  • green value is 185;
  • blue value is 121.
RGB:
(146,185,121)
(57%,73%,47%)

RGB channels and saturation

R 146 of 255 = 57%
G 185 of 255 = 73%
B 121 of 255 = 47%

146
185
121

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

Portions of RGB colors in percentages

R + G + B =
146 + 185 + 121 = 452 (100%)
R 146 of 452 ~ 32.3%
G 185 of 452 ~ 40.93%
B 121 of 452 ~ 26.77%

%32.3
%40.93
%26.77

CMYK color model

#92B979 color CMYK value is (21,0,35,27).

  • cyan value is 21.08%
  • magenta value is 0.00%
  • yellow value is 34.59%
  • key color value is 27.45%
CMYK:
(21,0,35,27)
C21M0Y35K27 
(21%,0%,35%,27%)
(0.21/0.00/0.35/0.27)	

CMYK percentages

%21.08
%0
%34.59
%27.45

Codes

Color #92B979 in popluar color models

92B979
RGB146185121
HSL97°31.37%60.00%
HSB/HSV97°34.59%72.55%
CMYK21.08%0.00%34.59%
27.45%

Color #92B979 in popluar number systems.

HEX92B979
Decimal146185121
Binary10010010101110011111001
Octal222271171

Shades and tints

Shades of #92B979

#92B979
(146,185,121)
#85A96E
(133,169,110)
#789963
(120,153,99)
#6B8958
(107,137,88)
#5E794D
(94,121,77)
#516942
(81,105,66)
#445937
(68,89,55)
#37492C
(55,73,44)
#2A3921
(42,57,33)
#1D2916
(29,41,22)
#10190B
(16,25,11)
#000000
(0,0,0)

Tints of #92B979

#92B979
(146,185,121)
#9BBF85
(155,191,133)
#A4C591
(164,197,145)
#ADCB9D
(173,203,157)
#B6D1A9
(182,209,169)
#BFD7B5
(191,215,181)
#C8DDC1
(200,221,193)
#D1E3CD
(209,227,205)
#DAE9D9
(218,233,217)
#E3EFE5
(227,239,229)
#ECF5F1
(236,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #92B979 color. Also use rgb(146,185,121) instead hex code.

Text Font Color

.myTextColor { color: #92B979; }

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

This text font color is #92B979.


Background Color

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

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

This div background color is #92B979.


Border color

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

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

This div border color is #92B979.


Opacity

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

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

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

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

This text has shadow with #92B979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92B979 on black background.


Color preview on white background

This text has color #92B979 on white background.



Black color preview on #92B979 background

This text has black color on #92B979 background.


White color preview on #92B979 background

This text has white color on #92B979 background.