COLOR #92A976

HEX: #92A976 RGB: (146,169,118)

Color info

#92A976 contains red, green and blue colors in about the same proportion. Web safe color of #92A976 is #999966 (or #996).

RGB color model

#92A976 color RGB value is (146,169,118).

RGB: (146,169,118) (57%, 66%, 46%)

RGB channels and saturation

R 146 of 255 = 57%
G 169 of 255 = 66%
B 118 of 255 = 46%

146
169
118

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

Portions of RGB colors in percentages

R + G + B = 146 + 169 + 118 = 433 (100%)
R 146 of 433 ~ 33.72%
G 169 of 433 ~ 39.03%
B 118 of 433 ~ 27.25'%

%33.72
%39.03
%27.25

CMYK color model

#92A976 color CMYK value is (14,0,30,34).

  • cyan value is 13.61%
  • magenta value is 0.00%
  • yellow value is 30.18%
  • key color value is 33.73%

CMYK: (14,0,30,34)
C14M0Y30K34 (14%, 0%, 30%, 34%)
(0.14 / 0.00 / 0.30 / 0.34)

CMYK percentages

%13.61
%0
%30.18
%33.73

Codes

Color #92A976 in popluar color models

92 A9 76
RGB 146 169 118
HSL 87° 22.87% 56.27%
HSB/HSV 87° 30.18% 66.27%
CMYK 13.61% 0.00% 30.18%
33.73%

Color #92A976 in popluar number systems.

HEX 92 A9 76
Decimal 146 169 118
Binary 10010010 10101001 1110110
Octal 222 251 166

Shades and tints

Shades of #92A976

#92A976
(146,169,118)
#859A6C
(133,154,108)
#788B62
(120,139,98)
#6B7C58
(107,124,88)
#5E6D4E
(94,109,78)
#515E44
(81,94,68)
#444F3A
(68,79,58)
#374030
(55,64,48)
#2A3126
(42,49,38)
#1D221C
(29,34,28)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #92A976

#92A976
(146,169,118)
#9BB082
(155,176,130)
#A4B78E
(164,183,142)
#ADBE9A
(173,190,154)
#B6C5A6
(182,197,166)
#BFCCB2
(191,204,178)
#C8D3BE
(200,211,190)
#D1DACA
(209,218,202)
#DAE1D6
(218,225,214)
#E3E8E2
(227,232,226)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #92A976; }

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

This text font color is #92A976.

Background Color

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

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

This div background color is #92A976.

Border color

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

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

This div border color is #92A976.

Opacity

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

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

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

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

This text has shadow with #92A976 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #92A976.

Preview

Color preview on black background

This text has color #92A976 on black background.


Color preview on white background

This text has color #92A976 on white background.


Black color preview on #92A976 background

This text has black color on #92A976 background.


White color preview on #92A976 background

This text has white color on #92A976 background.


Related colors

Complementary color

Complementary color for #hex is #6D5689.


I love getcolorcode.com

Triadic colors

1 #7692A9 and #A97692 with #92A976 are triadic colors.

2 #76A992 and #A99276 with #92A976 are triadic colors.