COLOR #92B589

HEX: #92B589
RGB: (146,181,137)

Color info

#92B589 contains red, green and blue colors in about the same proportion. Web safe color of #92B589 is #99CC99 (or #9C9).

RGB color model

#92B589 color RGB value is (146,181,137).

  • red value is 146;
  • green value is 181;
  • blue value is 137.
RGB:
(146,181,137)
(57%,71%,54%)

RGB channels and saturation

R 146 of 255 = 57%
G 181 of 255 = 71%
B 137 of 255 = 54%

146
181
137

R + G + B ~ 61%. #92B589 is quite light color.

Portions of RGB colors in percentages

R + G + B =
146 + 181 + 137 = 464 (100%)
R 146 of 464 ~ 31.47%
G 181 of 464 ~ 39.01%
B 137 of 464 ~ 29.53%

%31.47
%39.01
%29.53

CMYK color model

#92B589 color CMYK value is (19,0,24,29).

  • cyan value is 19.34%
  • magenta value is 0.00%
  • yellow value is 24.31%
  • key color value is 29.02%
CMYK:
(19,0,24,29)
C19M0Y24K29 
(19%,0%,24%,29%)
(0.19/0.00/0.24/0.29)	

CMYK percentages

%19.34
%0
%24.31
%29.02

Codes

Color #92B589 in popluar color models

92B589
RGB146181137
HSL108°22.92%62.35%
HSB/HSV108°24.31%70.98%
CMYK19.34%0.00%24.31%
29.02%

Color #92B589 in popluar number systems.

HEX92B589
Decimal146181137
Binary100100101011010110001001
Octal222265211

Shades and tints

Shades of #92B589

#92B589
(146,181,137)
#85A57D
(133,165,125)
#789571
(120,149,113)
#6B8565
(107,133,101)
#5E7559
(94,117,89)
#51654D
(81,101,77)
#445541
(68,85,65)
#374535
(55,69,53)
#2A3529
(42,53,41)
#1D251D
(29,37,29)
#101511
(16,21,17)
#000000
(0,0,0)

Tints of #92B589

#92B589
(146,181,137)
#9BBB93
(155,187,147)
#A4C19D
(164,193,157)
#ADC7A7
(173,199,167)
#B6CDB1
(182,205,177)
#BFD3BB
(191,211,187)
#C8D9C5
(200,217,197)
#D1DFCF
(209,223,207)
#DAE5D9
(218,229,217)
#E3EBE3
(227,235,227)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #92B589 color. Also use rgb(146,181,137) instead hex code.

Text Font Color

.myTextColor { color: #92B589; }

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

This text font color is #92B589.


Background Color

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

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

This div background color is #92B589.


Border color

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

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

This div border color is #92B589.


Opacity

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

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

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

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

This text has shadow with #92B589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92B589 on black background.


Color preview on white background

This text has color #92B589 on white background.



Black color preview on #92B589 background

This text has black color on #92B589 background.


White color preview on #92B589 background

This text has white color on #92B589 background.