COLOR #92AA46

HEX: #92AA46
RGB: (146,170,70)

Color info

#92AA46 contains mainly red and green colors. Web safe color of #92AA46 is #999933 (or #993).

RGB color model

#92AA46 color RGB value is (146,170,70).

  • red value is 146;
  • green value is 170;
  • blue value is 70.
RGB:
(146,170,70)
(57%,67%,27%)

RGB channels and saturation

R 146 of 255 = 57%
G 170 of 255 = 67%
B 70 of 255 = 27%

146
170
70

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

Portions of RGB colors in percentages

R + G + B =
146 + 170 + 70 = 386 (100%)
R 146 of 386 ~ 37.82%
G 170 of 386 ~ 44.04%
B 70 of 386 ~ 18.13%

%37.82
%44.04
%18.13

CMYK color model

#92AA46 color CMYK value is (14,0,59,33).

  • cyan value is 14.12%
  • magenta value is 0.00%
  • yellow value is 58.82%
  • key color value is 33.33%
CMYK:
(14,0,59,33)
C14M0Y59K33 
(14%,0%,59%,33%)
(0.14/0.00/0.59/0.33)	

CMYK percentages

%14.12
%0
%58.82
%33.33

Codes

Color #92AA46 in popluar color models

92AA46
RGB14617070
HSL74°41.67%47.06%
HSB/HSV74°58.82%66.67%
CMYK14.12%0.00%58.82%
33.33%

Color #92AA46 in popluar number systems.

HEX92AA46
Decimal14617070
Binary10010010101010101000110
Octal222252106

Shades and tints

Shades of #92AA46

#92AA46
(146,170,70)
#859B40
(133,155,64)
#788C3A
(120,140,58)
#6B7D34
(107,125,52)
#5E6E2E
(94,110,46)
#515F28
(81,95,40)
#445022
(68,80,34)
#37411C
(55,65,28)
#2A3216
(42,50,22)
#1D2310
(29,35,16)
#10140A
(16,20,10)
#000000
(0,0,0)

Tints of #92AA46

#92AA46
(146,170,70)
#9BB156
(155,177,86)
#A4B866
(164,184,102)
#ADBF76
(173,191,118)
#B6C686
(182,198,134)
#BFCD96
(191,205,150)
#C8D4A6
(200,212,166)
#D1DBB6
(209,219,182)
#DAE2C6
(218,226,198)
#E3E9D6
(227,233,214)
#ECF0E6
(236,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #92AA46 color. Also use rgb(146,170,70) instead hex code.

Text Font Color

.myTextColor { color: #92AA46; }

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

This text font color is #92AA46.


Background Color

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

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

This div background color is #92AA46.


Border color

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

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

This div border color is #92AA46.


Opacity

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

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

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

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

This text has shadow with #92AA46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92AA46 on black background.


Color preview on white background

This text has color #92AA46 on white background.



Black color preview on #92AA46 background

This text has black color on #92AA46 background.


White color preview on #92AA46 background

This text has white color on #92AA46 background.