COLOR #92AD6B

HEX: #92AD6B RGB: (146,173,107)

Color info

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

RGB color model

#92AD6B color RGB value is (146,173,107).

RGB: (146,173,107) (57%, 68%, 42%)

RGB channels and saturation

R 146 of 255 = 57%
G 173 of 255 = 68%
B 107 of 255 = 42%

146
173
107

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

Portions of RGB colors in percentages

R + G + B = 146 + 173 + 107 = 426 (100%)
R 146 of 426 ~ 34.27%
G 173 of 426 ~ 40.61%
B 107 of 426 ~ 25.12'%

%34.27
%40.61
%25.12

CMYK color model

#92AD6B color CMYK value is (16,0,38,32).

  • cyan value is 15.61%
  • magenta value is 0.00%
  • yellow value is 38.15%
  • key color value is 32.16%

CMYK: (16,0,38,32)
C16M0Y38K32 (16%, 0%, 38%, 32%)
(0.16 / 0.00 / 0.38 / 0.32)

CMYK percentages

%15.61
%0
%38.15
%32.16

Codes

Color #92AD6B in popluar color models

92 AD 6B
RGB 146 173 107
HSL 85° 28.70% 54.90%
HSB/HSV 85° 38.15% 67.84%
CMYK 15.61% 0.00% 38.15%
32.16%

Color #92AD6B in popluar number systems.

HEX 92 AD 6B
Decimal 146 173 107
Binary 10010010 10101101 1101011
Octal 222 255 153

Shades and tints

Shades of #92AD6B

#92AD6B
(146,173,107)
#859E62
(133,158,98)
#788F59
(120,143,89)
#6B8050
(107,128,80)
#5E7147
(94,113,71)
#51623E
(81,98,62)
#445335
(68,83,53)
#37442C
(55,68,44)
#2A3523
(42,53,35)
#1D261A
(29,38,26)
#101711
(16,23,17)
#000000
(0,0,0)

Tints of #92AD6B

#92AD6B
(146,173,107)
#9BB478
(155,180,120)
#A4BB85
(164,187,133)
#ADC292
(173,194,146)
#B6C99F
(182,201,159)
#BFD0AC
(191,208,172)
#C8D7B9
(200,215,185)
#D1DEC6
(209,222,198)
#DAE5D3
(218,229,211)
#E3ECE0
(227,236,224)
#ECF3ED
(236,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #92AD6B color. Also use rgb(146,173,107) instead hex code.

Text Font Color

.myTextColor { color: #92AD6B; }

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

This text font color is #92AD6B.

Background Color

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

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

This div background color is #92AD6B.

Border color

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

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

This div border color is #92AD6B.

Opacity

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

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

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

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

This text has shadow with #92AD6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #92AD6B.

Preview

Color preview on black background

This text has color #92AD6B on black background.


Color preview on white background

This text has color #92AD6B on white background.


Black color preview on #92AD6B background

This text has black color on #92AD6B background.


White color preview on #92AD6B background

This text has white color on #92AD6B background.


Related colors

Complementary color

Complementary color for #hex is #6D5294.


I love getcolorcode.com

Triadic colors

1 #6B92AD and #AD6B92 with #92AD6B are triadic colors.

2 #6BAD92 and #AD926B with #92AD6B are triadic colors.