COLOR #92BB96

HEX: #92BB96
RGB: (146,187,150)

Color info

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

RGB color model

#92BB96 color RGB value is (146,187,150).

  • red value is 146;
  • green value is 187;
  • blue value is 150.
RGB:
(146,187,150)
(57%,73%,59%)

RGB channels and saturation

R 146 of 255 = 57%
G 187 of 255 = 73%
B 150 of 255 = 59%

146
187
150

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

Portions of RGB colors in percentages

R + G + B =
146 + 187 + 150 = 483 (100%)
R 146 of 483 ~ 30.23%
G 187 of 483 ~ 38.72%
B 150 of 483 ~ 31.06%

%30.23
%38.72
%31.06

CMYK color model

#92BB96 color CMYK value is (22,0,20,27).

  • cyan value is 21.93%
  • magenta value is 0.00%
  • yellow value is 19.79%
  • key color value is 26.67%
CMYK:
(22,0,20,27)
C22M0Y20K27 
(22%,0%,20%,27%)
(0.22/0.00/0.20/0.27)	

CMYK percentages

%21.93
%0
%19.79
%26.67

Codes

Color #92BB96 in popluar color models

92BB96
RGB146187150
HSL126°23.16%65.29%
HSB/HSV126°21.93%73.33%
CMYK21.93%0.00%19.79%
26.67%

Color #92BB96 in popluar number systems.

HEX92BB96
Decimal146187150
Binary100100101011101110010110
Octal222273226

Shades and tints

Shades of #92BB96

#92BB96
(146,187,150)
#85AA89
(133,170,137)
#78997C
(120,153,124)
#6B886F
(107,136,111)
#5E7762
(94,119,98)
#516655
(81,102,85)
#445548
(68,85,72)
#37443B
(55,68,59)
#2A332E
(42,51,46)
#1D2221
(29,34,33)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #92BB96

#92BB96
(146,187,150)
#9BC19F
(155,193,159)
#A4C7A8
(164,199,168)
#ADCDB1
(173,205,177)
#B6D3BA
(182,211,186)
#BFD9C3
(191,217,195)
#C8DFCC
(200,223,204)
#D1E5D5
(209,229,213)
#DAEBDE
(218,235,222)
#E3F1E7
(227,241,231)
#ECF7F0
(236,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #92BB96 color. Also use rgb(146,187,150) instead hex code.

Text Font Color

.myTextColor { color: #92BB96; }

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

This text font color is #92BB96.


Background Color

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

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

This div background color is #92BB96.


Border color

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

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

This div border color is #92BB96.


Opacity

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

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

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

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

This text has shadow with #92BB96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92BB96 on black background.


Color preview on white background

This text has color #92BB96 on white background.



Black color preview on #92BB96 background

This text has black color on #92BB96 background.


White color preview on #92BB96 background

This text has white color on #92BB96 background.