COLOR #92B776

HEX: #92B776 RGB: (146,183,118)

Color info

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

RGB color model

#92B776 color RGB value is (146,183,118).

RGB: (146,183,118) (57%, 72%, 46%)

RGB channels and saturation

R 146 of 255 = 57%
G 183 of 255 = 72%
B 118 of 255 = 46%

146
183
118

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

Portions of RGB colors in percentages

R + G + B = 146 + 183 + 118 = 447 (100%)
R 146 of 447 ~ 32.66%
G 183 of 447 ~ 40.94%
B 118 of 447 ~ 26.4'%

%32.66
%40.94
%26.4

CMYK color model

#92B776 color CMYK value is (20,0,36,28).

  • cyan value is 20.22%
  • magenta value is 0.00%
  • yellow value is 35.52%
  • key color value is 28.24%

CMYK: (20,0,36,28)
C20M0Y36K28 (20%, 0%, 36%, 28%)
(0.20 / 0.00 / 0.36 / 0.28)

CMYK percentages

%20.22
%0
%35.52
%28.24

Codes

Color #92B776 in popluar color models

92 B7 76
RGB 146 183 118
HSL 94° 31.10% 59.02%
HSB/HSV 94° 35.52% 71.76%
CMYK 20.22% 0.00% 35.52%
28.24%

Color #92B776 in popluar number systems.

HEX 92 B7 76
Decimal 146 183 118
Binary 10010010 10110111 1110110
Octal 222 267 166

Shades and tints

Shades of #92B776

#92B776
(146,183,118)
#85A76C
(133,167,108)
#789762
(120,151,98)
#6B8758
(107,135,88)
#5E774E
(94,119,78)
#516744
(81,103,68)
#44573A
(68,87,58)
#374730
(55,71,48)
#2A3726
(42,55,38)
#1D271C
(29,39,28)
#101712
(16,23,18)
#000000
(0,0,0)

Tints of #92B776

#92B776
(146,183,118)
#9BBD82
(155,189,130)
#A4C38E
(164,195,142)
#ADC99A
(173,201,154)
#B6CFA6
(182,207,166)
#BFD5B2
(191,213,178)
#C8DBBE
(200,219,190)
#D1E1CA
(209,225,202)
#DAE7D6
(218,231,214)
#E3EDE2
(227,237,226)
#ECF3EE
(236,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #92B776; }

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

This text font color is #92B776.

Background Color

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

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

This div background color is #92B776.

Border color

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

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

This div border color is #92B776.

Opacity

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

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

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

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

This text has shadow with #92B776 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #92B776.

Preview

Color preview on black background

This text has color #92B776 on black background.


Color preview on white background

This text has color #92B776 on white background.


Black color preview on #92B776 background

This text has black color on #92B776 background.


White color preview on #92B776 background

This text has white color on #92B776 background.


Related colors

Complementary color

Complementary color for #hex is #6D4889.


I love getcolorcode.com

Triadic colors

1 #7692B7 and #B77692 with #92B776 are triadic colors.

2 #76B792 and #B79276 with #92B776 are triadic colors.