COLOR #92BE63

HEX: #92BE63
RGB: (146,190,99)

Color info

#92BE63 contains mainly red and green colors. Web safe color of #92BE63 is #99CC66 (or #9C6).

RGB color model

#92BE63 color RGB value is (146,190,99).

  • red value is 146;
  • green value is 190;
  • blue value is 99.
RGB:
(146,190,99)
(57%,75%,39%)

RGB channels and saturation

R 146 of 255 = 57%
G 190 of 255 = 75%
B 99 of 255 = 39%

146
190
99

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

Portions of RGB colors in percentages

R + G + B =
146 + 190 + 99 = 435 (100%)
R 146 of 435 ~ 33.56%
G 190 of 435 ~ 43.68%
B 99 of 435 ~ 22.76%

%33.56
%43.68
%22.76

CMYK color model

#92BE63 color CMYK value is (23,0,48,25).

  • cyan value is 23.16%
  • magenta value is 0.00%
  • yellow value is 47.89%
  • key color value is 25.49%
CMYK:
(23,0,48,25)
C23M0Y48K25 
(23%,0%,48%,25%)
(0.23/0.00/0.48/0.25)	

CMYK percentages

%23.16
%0
%47.89
%25.49

Codes

Color #92BE63 in popluar color models

92BE63
RGB14619099
HSL89°41.18%56.67%
HSB/HSV89°47.89%74.51%
CMYK23.16%0.00%47.89%
25.49%

Color #92BE63 in popluar number systems.

HEX92BE63
Decimal14619099
Binary10010010101111101100011
Octal222276143

Shades and tints

Shades of #92BE63

#92BE63
(146,190,99)
#85AD5A
(133,173,90)
#789C51
(120,156,81)
#6B8B48
(107,139,72)
#5E7A3F
(94,122,63)
#516936
(81,105,54)
#44582D
(68,88,45)
#374724
(55,71,36)
#2A361B
(42,54,27)
#1D2512
(29,37,18)
#101409
(16,20,9)
#000000
(0,0,0)

Tints of #92BE63

#92BE63
(146,190,99)
#9BC371
(155,195,113)
#A4C87F
(164,200,127)
#ADCD8D
(173,205,141)
#B6D29B
(182,210,155)
#BFD7A9
(191,215,169)
#C8DCB7
(200,220,183)
#D1E1C5
(209,225,197)
#DAE6D3
(218,230,211)
#E3EBE1
(227,235,225)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #92BE63 color. Also use rgb(146,190,99) instead hex code.

Text Font Color

.myTextColor { color: #92BE63; }

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

This text font color is #92BE63.


Background Color

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

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

This div background color is #92BE63.


Border color

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

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

This div border color is #92BE63.


Opacity

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

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

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

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

This text has shadow with #92BE63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92BE63 on black background.


Color preview on white background

This text has color #92BE63 on white background.



Black color preview on #92BE63 background

This text has black color on #92BE63 background.


White color preview on #92BE63 background

This text has white color on #92BE63 background.