COLOR #92AB5D

HEX: #92AB5D RGB: (146,171,93)

Color info

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

RGB color model

#92AB5D color RGB value is (146,171,93).

RGB: (146,171,93) (57%, 67%, 36%)

RGB channels and saturation

R 146 of 255 = 57%
G 171 of 255 = 67%
B 93 of 255 = 36%

146
171
93

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

Portions of RGB colors in percentages

R + G + B = 146 + 171 + 93 = 410 (100%)
R 146 of 410 ~ 35.61%
G 171 of 410 ~ 41.71%
B 93 of 410 ~ 22.68'%

%35.61
%41.71
%22.68

CMYK color model

#92AB5D color CMYK value is (15,0,46,33).

  • cyan value is 14.62%
  • magenta value is 0.00%
  • yellow value is 45.61%
  • key color value is 32.94%
CMYK: (15,0,46,33) C15M0Y46K33 (15%,0%,46%,33%) (0.15/0.00/0.46/0.33) 

CMYK percentages

%14.62
%0
%45.61
%32.94

Codes

Color #92AB5D in popluar color models

92 AB 5D
RGB 146 171 93
HSL 79° 31.71% 51.76%
HSB/HSV 79° 45.61% 67.06%
CMYK 14.62% 0.00% 45.61%
32.94%

Color #92AB5D in popluar number systems.

HEX 92 AB 5D
Decimal 146 171 93
Binary 10010010 10101011 1011101
Octal 222 253 135

Shades and tints

Shades of #92AB5D

#92AB5D
(146,171,93)
#859C55
(133,156,85)
#788D4D
(120,141,77)
#6B7E45
(107,126,69)
#5E6F3D
(94,111,61)
#516035
(81,96,53)
#44512D
(68,81,45)
#374225
(55,66,37)
#2A331D
(42,51,29)
#1D2415
(29,36,21)
#10150D
(16,21,13)
#000000
(0,0,0)

Tints of #92AB5D

#92AB5D
(146,171,93)
#9BB26B
(155,178,107)
#A4B979
(164,185,121)
#ADC087
(173,192,135)
#B6C795
(182,199,149)
#BFCEA3
(191,206,163)
#C8D5B1
(200,213,177)
#D1DCBF
(209,220,191)
#DAE3CD
(218,227,205)
#E3EADB
(227,234,219)
#ECF1E9
(236,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #92AB5D; }

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

This text font color is #92AB5D.

Background Color

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

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

This div background color is #92AB5D.

Border color

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

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

This div border color is #92AB5D.

Opacity

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

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

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

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

This text has shadow with #92AB5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #92AB5D.

Preview

Color preview on black background

This text has color #92AB5D on black background.


Color preview on white background

This text has color #92AB5D on white background.


Black color preview on #92AB5D background

This text has black color on #92AB5D background.


White color preview on #92AB5D background

This text has white color on #92AB5D background.


Related colors

Complementary color

Complementary color for #hex is #6D54A2.


I love getcolorcode.com

Triadic colors

1 #5D92AB and #AB5D92 with #92AB5D are triadic colors.

2 #5DAB92 and #AB925D with #92AB5D are triadic colors.