COLOR #92AB76

HEX: #92AB76 RGB: (146,171,118)

Color info

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

RGB color model

#92AB76 color RGB value is (146,171,118).

RGB: (146,171,118) (57%, 67%, 46%)

RGB channels and saturation

R 146 of 255 = 57%
G 171 of 255 = 67%
B 118 of 255 = 46%

146
171
118

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

Portions of RGB colors in percentages

R + G + B = 146 + 171 + 118 = 435 (100%)
R 146 of 435 ~ 33.56%
G 171 of 435 ~ 39.31%
B 118 of 435 ~ 27.13'%

%33.56
%39.31
%27.13

CMYK color model

#92AB76 color CMYK value is (15,0,31,33).

  • cyan value is 14.62%
  • magenta value is 0.00%
  • yellow value is 30.99%
  • key color value is 32.94%
CMYK: (15,0,31,33) C15M0Y31K33 (15%,0%,31%,33%) (0.15/0.00/0.31/0.33) 

CMYK percentages

%14.62
%0
%30.99
%32.94

Codes

Color #92AB76 in popluar color models

92 AB 76
RGB 146 171 118
HSL 88° 23.98% 56.67%
HSB/HSV 88° 30.99% 67.06%
CMYK 14.62% 0.00% 30.99%
32.94%

Color #92AB76 in popluar number systems.

HEX 92 AB 76
Decimal 146 171 118
Binary 10010010 10101011 1110110
Octal 222 253 166

Shades and tints

Shades of #92AB76

#92AB76
(146,171,118)
#859C6C
(133,156,108)
#788D62
(120,141,98)
#6B7E58
(107,126,88)
#5E6F4E
(94,111,78)
#516044
(81,96,68)
#44513A
(68,81,58)
#374230
(55,66,48)
#2A3326
(42,51,38)
#1D241C
(29,36,28)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #92AB76

#92AB76
(146,171,118)
#9BB282
(155,178,130)
#A4B98E
(164,185,142)
#ADC09A
(173,192,154)
#B6C7A6
(182,199,166)
#BFCEB2
(191,206,178)
#C8D5BE
(200,213,190)
#D1DCCA
(209,220,202)
#DAE3D6
(218,227,214)
#E3EAE2
(227,234,226)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #92AB76; }

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

This text font color is #92AB76.

Background Color

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

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

This div background color is #92AB76.

Border color

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

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

This div border color is #92AB76.

Opacity

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

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

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

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

This text has shadow with #92AB76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #92AB76.

Preview

Color preview on black background

This text has color #92AB76 on black background.


Color preview on white background

This text has color #92AB76 on white background.


Black color preview on #92AB76 background

This text has black color on #92AB76 background.


White color preview on #92AB76 background

This text has white color on #92AB76 background.


Related colors

Complementary color

Complementary color for #hex is #6D5489.


I love getcolorcode.com

Triadic colors

1 #7692AB and #AB7692 with #92AB76 are triadic colors.

2 #76AB92 and #AB9276 with #92AB76 are triadic colors.