COLOR #9DBC61

HEX: #9DBC61
RGB: (157,188,97)

Color info

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

RGB color model

#9DBC61 color RGB value is (157,188,97).

  • red value is 157;
  • green value is 188;
  • blue value is 97.
RGB:
(157,188,97)
(62%,74%,38%)

RGB channels and saturation

R 157 of 255 = 62%
G 188 of 255 = 74%
B 97 of 255 = 38%

157
188
97

R + G + B ~ 58%. #9DBC61 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
157 + 188 + 97 = 442 (100%)
R 157 of 442 ~ 35.52%
G 188 of 442 ~ 42.53%
B 97 of 442 ~ 21.95%

%35.52
%42.53
%21.95

CMYK color model

#9DBC61 color CMYK value is (16,0,48,26).

  • cyan value is 16.49%
  • magenta value is 0.00%
  • yellow value is 48.40%
  • key color value is 26.27%
CMYK:
(16,0,48,26)
C16M0Y48K26 
(16%,0%,48%,26%)
(0.16/0.00/0.48/0.26)	

CMYK percentages

%16.49
%0
%48.4
%26.27

Codes

Color #9DBC61 in popluar color models

9DBC61
RGB15718897
HSL80°40.44%55.88%
HSB/HSV80°48.40%73.73%
CMYK16.49%0.00%48.40%
26.27%

Color #9DBC61 in popluar number systems.

HEX9DBC61
Decimal15718897
Binary10011101101111001100001
Octal235274141

Shades and tints

Shades of #9DBC61

#9DBC61
(157,188,97)
#8FAB59
(143,171,89)
#819A51
(129,154,81)
#738949
(115,137,73)
#657841
(101,120,65)
#576739
(87,103,57)
#495631
(73,86,49)
#3B4529
(59,69,41)
#2D3421
(45,52,33)
#1F2319
(31,35,25)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #9DBC61

#9DBC61
(157,188,97)
#A5C26F
(165,194,111)
#ADC87D
(173,200,125)
#B5CE8B
(181,206,139)
#BDD499
(189,212,153)
#C5DAA7
(197,218,167)
#CDE0B5
(205,224,181)
#D5E6C3
(213,230,195)
#DDECD1
(221,236,209)
#E5F2DF
(229,242,223)
#EDF8ED
(237,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DBC61 color. Also use rgb(157,188,97) instead hex code.

Text Font Color

.myTextColor { color: #9DBC61; }

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

This text font color is #9DBC61.


Background Color

.myBgColor { background-color: #9DBC61; }

<div style="background-color:#9DBC61">Inner text</div>

This div background color is #9DBC61.


Border color

.myBorderColor { border: 1px solid #9DBC61; }

<div style="border:3px solid #9DBC61">Div</div>

This div border color is #9DBC61.


Opacity

.myOpacity80 { color: #9DBC61; opacity: 0.8; }

<p style="color:#9DBC61;opacity:0.8;">80%</p>

Text with #9DBC61 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 #9DBC61;}

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

This text has shadow with #9DBC61 color.

.textShadow {text-shadow: 3px 3px 1px #9DBC61, 3px 3px 1px red;}

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

This text has shadow with #9DBC61 primary color and red secondary color.


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

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

This text has shadow with #9DBC61 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DBC61 on black background.


Color preview on white background

This text has color #9DBC61 on white background.



Black color preview on #9DBC61 background

This text has black color on #9DBC61 background.


White color preview on #9DBC61 background

This text has white color on #9DBC61 background.