COLOR #92BF92

HEX: #92BF92
RGB: (146,191,146)

Color info

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

RGB color model

#92BF92 color RGB value is (146,191,146).

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

RGB channels and saturation

R 146 of 255 = 57%
G 191 of 255 = 75%
B 146 of 255 = 57%

146
191
146

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

Portions of RGB colors in percentages

R + G + B =
146 + 191 + 146 = 483 (100%)
R 146 of 483 ~ 30.23%
G 191 of 483 ~ 39.54%
B 146 of 483 ~ 30.23%

%30.23
%39.54
%30.23

CMYK color model

#92BF92 color CMYK value is (24,0,24,25).

  • cyan value is 23.56%
  • magenta value is 0.00%
  • yellow value is 23.56%
  • key color value is 25.10%
CMYK:
(24,0,24,25)
C24M0Y24K25 
(24%,0%,24%,25%)
(0.24/0.00/0.24/0.25)	

CMYK percentages

%23.56
%0
%23.56
%25.1

Codes

Color #92BF92 in popluar color models

92BF92
RGB146191146
HSL120°26.01%66.08%
HSB/HSV120°23.56%74.90%
CMYK23.56%0.00%23.56%
25.10%

Color #92BF92 in popluar number systems.

HEX92BF92
Decimal146191146
Binary100100101011111110010010
Octal222277222

Shades and tints

Shades of #92BF92

#92BF92
(146,191,146)
#85AE85
(133,174,133)
#789D78
(120,157,120)
#6B8C6B
(107,140,107)
#5E7B5E
(94,123,94)
#516A51
(81,106,81)
#445944
(68,89,68)
#374837
(55,72,55)
#2A372A
(42,55,42)
#1D261D
(29,38,29)
#101510
(16,21,16)
#000000
(0,0,0)

Tints of #92BF92

#92BF92
(146,191,146)
#9BC49B
(155,196,155)
#A4C9A4
(164,201,164)
#ADCEAD
(173,206,173)
#B6D3B6
(182,211,182)
#BFD8BF
(191,216,191)
#C8DDC8
(200,221,200)
#D1E2D1
(209,226,209)
#DAE7DA
(218,231,218)
#E3ECE3
(227,236,227)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #92BF92; }

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

This text font color is #92BF92.


Background Color

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

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

This div background color is #92BF92.


Border color

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

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

This div border color is #92BF92.


Opacity

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

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

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

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

This text has shadow with #92BF92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92BF92 on black background.


Color preview on white background

This text has color #92BF92 on white background.



Black color preview on #92BF92 background

This text has black color on #92BF92 background.


White color preview on #92BF92 background

This text has white color on #92BF92 background.