COLOR #92CD88

HEX: #92CD88
RGB: (146,205,136)

Color info

#92CD88 contains mainly red and green colors. Web safe color of #92CD88 is #99CC99 (or #9C9).

RGB color model

#92CD88 color RGB value is (146,205,136).

  • red value is 146;
  • green value is 205;
  • blue value is 136.
RGB:
(146,205,136)
(57%,80%,53%)

RGB channels and saturation

R 146 of 255 = 57%
G 205 of 255 = 80%
B 136 of 255 = 53%

146
205
136

R + G + B ~ 63%. #92CD88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
146 + 205 + 136 = 487 (100%)
R 146 of 487 ~ 29.98%
G 205 of 487 ~ 42.09%
B 136 of 487 ~ 27.93%

%29.98
%42.09
%27.93

CMYK color model

#92CD88 color CMYK value is (29,0,34,20).

  • cyan value is 28.78%
  • magenta value is 0.00%
  • yellow value is 33.66%
  • key color value is 19.61%
CMYK:
(29,0,34,20)
C29M0Y34K20 
(29%,0%,34%,20%)
(0.29/0.00/0.34/0.20)	

CMYK percentages

%28.78
%0
%33.66
%19.61

Codes

Color #92CD88 in popluar color models

92CD88
RGB146205136
HSL111°40.83%66.86%
HSB/HSV111°33.66%80.39%
CMYK28.78%0.00%33.66%
19.61%

Color #92CD88 in popluar number systems.

HEX92CD88
Decimal146205136
Binary100100101100110110001000
Octal222315210

Shades and tints

Shades of #92CD88

#92CD88
(146,205,136)
#85BB7C
(133,187,124)
#78A970
(120,169,112)
#6B9764
(107,151,100)
#5E8558
(94,133,88)
#51734C
(81,115,76)
#446140
(68,97,64)
#374F34
(55,79,52)
#2A3D28
(42,61,40)
#1D2B1C
(29,43,28)
#101910
(16,25,16)
#000000
(0,0,0)

Tints of #92CD88

#92CD88
(146,205,136)
#9BD192
(155,209,146)
#A4D59C
(164,213,156)
#ADD9A6
(173,217,166)
#B6DDB0
(182,221,176)
#BFE1BA
(191,225,186)
#C8E5C4
(200,229,196)
#D1E9CE
(209,233,206)
#DAEDD8
(218,237,216)
#E3F1E2
(227,241,226)
#ECF5EC
(236,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #92CD88 color. Also use rgb(146,205,136) instead hex code.

Text Font Color

.myTextColor { color: #92CD88; }

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

This text font color is #92CD88.


Background Color

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

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

This div background color is #92CD88.


Border color

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

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

This div border color is #92CD88.


Opacity

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

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

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

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

This text has shadow with #92CD88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92CD88 on black background.


Color preview on white background

This text has color #92CD88 on white background.



Black color preview on #92CD88 background

This text has black color on #92CD88 background.


White color preview on #92CD88 background

This text has white color on #92CD88 background.