COLOR #9DBD60

HEX: #9DBD60 RGB: (157,189,96)

Color info

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

RGB color model

#9DBD60 color RGB value is (157,189,96).

RGB: (157,189,96) (62%, 74%, 38%)

RGB channels and saturation

R 157 of 255 = 62%
G 189 of 255 = 74%
B 96 of 255 = 38%

157
189
96

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

Portions of RGB colors in percentages

R + G + B = 157 + 189 + 96 = 442 (100%)
R 157 of 442 ~ 35.52%
G 189 of 442 ~ 42.76%
B 96 of 442 ~ 21.72'%

%35.52
%42.76
%21.72

CMYK color model

#9DBD60 color CMYK value is (17,0,49,26).

  • cyan value is 16.93%
  • magenta value is 0.00%
  • yellow value is 49.21%
  • key color value is 25.88%

CMYK: (17,0,49,26)
C17M0Y49K26 (17%, 0%, 49%, 26%)
(0.17 / 0.00 / 0.49 / 0.26)

CMYK percentages

%16.93
%0
%49.21
%25.88

Codes

Color #9DBD60 in popluar color models

9D BD 60
RGB 157 189 96
HSL 81° 41.33% 55.88%
HSB/HSV 81° 49.21% 74.12%
CMYK 16.93% 0.00% 49.21%
25.88%

Color #9DBD60 in popluar number systems.

HEX 9D BD 60
Decimal 157 189 96
Binary 10011101 10111101 1100000
Octal 235 275 140

Shades and tints

Shades of #9DBD60

#9DBD60
(157,189,96)
#8FAC58
(143,172,88)
#819B50
(129,155,80)
#738A48
(115,138,72)
#657940
(101,121,64)
#576838
(87,104,56)
#495730
(73,87,48)
#3B4628
(59,70,40)
#2D3520
(45,53,32)
#1F2418
(31,36,24)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #9DBD60

#9DBD60
(157,189,96)
#A5C36E
(165,195,110)
#ADC97C
(173,201,124)
#B5CF8A
(181,207,138)
#BDD598
(189,213,152)
#C5DBA6
(197,219,166)
#CDE1B4
(205,225,180)
#D5E7C2
(213,231,194)
#DDEDD0
(221,237,208)
#E5F3DE
(229,243,222)
#EDF9EC
(237,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DBD60 color. Also use rgb(157,189,96) instead hex code.

Text Font Color

.myTextColor { color: #9DBD60; }

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

This text font color is #9DBD60.

Background Color

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

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

This div background color is #9DBD60.

Border color

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

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

This div border color is #9DBD60.

Opacity

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

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

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

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

This text has shadow with #9DBD60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DBD60.

Preview

Color preview on black background

This text has color #9DBD60 on black background.


Color preview on white background

This text has color #9DBD60 on white background.


Black color preview on #9DBD60 background

This text has black color on #9DBD60 background.


White color preview on #9DBD60 background

This text has white color on #9DBD60 background.


Related colors

Complementary color

Complementary color for #hex is #62429F.


I love getcolorcode.com

Triadic colors

1 #609DBD and #BD609D with #9DBD60 are triadic colors.

2 #60BD9D and #BD9D60 with #9DBD60 are triadic colors.