COLOR #92C706

HEX: #92C706
RGB: (146,199,6)

Color info

#92C706 contains mainly red and green colors. Web safe color of #92C706 is #99CC00 (or #9C0).

RGB color model

#92C706 color RGB value is (146,199,6).

  • red value is 146;
  • green value is 199;
  • blue value is 6.
RGB:
(146,199,6)
(57%,78%,2%)

RGB channels and saturation

R 146 of 255 = 57%
G 199 of 255 = 78%
B 6 of 255 = 2%

146
199
6

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

Portions of RGB colors in percentages

R + G + B =
146 + 199 + 6 = 351 (100%)
R 146 of 351 ~ 41.6%
G 199 of 351 ~ 56.7%
B 6 of 351 ~ 1.71%

%41.6
%56.7

CMYK color model

#92C706 color CMYK value is (27,0,97,22).

  • cyan value is 26.63%
  • magenta value is 0.00%
  • yellow value is 96.98%
  • key color value is 21.96%
CMYK:
(27,0,97,22)
C27M0Y97K22 
(27%,0%,97%,22%)
(0.27/0.00/0.97/0.22)	

CMYK percentages

%26.63
%0
%96.98
%21.96

Codes

Color #92C706 in popluar color models

92C706
RGB1461996
HSL76°94.15%40.20%
HSB/HSV76°96.98%78.04%
CMYK26.63%0.00%96.98%
21.96%

Color #92C706 in popluar number systems.

HEX92C706
Decimal1461996
Binary1001001011000111110
Octal2223076

Shades and tints

Shades of #92C706

#92C706
(146,199,6)
#85B506
(133,181,6)
#78A306
(120,163,6)
#6B9106
(107,145,6)
#5E7F06
(94,127,6)
#516D06
(81,109,6)
#445B06
(68,91,6)
#374906
(55,73,6)
#2A3706
(42,55,6)
#1D2506
(29,37,6)
#101306
(16,19,6)
#000000
(0,0,0)

Tints of #92C706

#92C706
(146,199,6)
#9BCC1C
(155,204,28)
#A4D132
(164,209,50)
#ADD648
(173,214,72)
#B6DB5E
(182,219,94)
#BFE074
(191,224,116)
#C8E58A
(200,229,138)
#D1EAA0
(209,234,160)
#DAEFB6
(218,239,182)
#E3F4CC
(227,244,204)
#ECF9E2
(236,249,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #92C706; }

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

This text font color is #92C706.


Background Color

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

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

This div background color is #92C706.


Border color

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

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

This div border color is #92C706.


Opacity

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

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

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

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

This text has shadow with #92C706 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92C706 on black background.


Color preview on white background

This text has color #92C706 on white background.



Black color preview on #92C706 background

This text has black color on #92C706 background.


White color preview on #92C706 background

This text has white color on #92C706 background.