COLOR #9DB351

HEX: #9DB351 RGB: (157,179,81)

Color info

#9DB351 contains mainly red and green colors. Web safe color of #9DB351 is #999966 (or #996).

RGB color model

#9DB351 color RGB value is (157,179,81).

RGB: (157,179,81) (62%, 70%, 32%)

RGB channels and saturation

R 157 of 255 = 62%
G 179 of 255 = 70%
B 81 of 255 = 32%

157
179
81

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

Portions of RGB colors in percentages

R + G + B = 157 + 179 + 81 = 417 (100%)
R 157 of 417 ~ 37.65%
G 179 of 417 ~ 42.93%
B 81 of 417 ~ 19.42'%

%37.65
%42.93
%19.42

CMYK color model

#9DB351 color CMYK value is (12,0,55,30).

  • cyan value is 12.29%
  • magenta value is 0.00%
  • yellow value is 54.75%
  • key color value is 29.80%

CMYK: (12,0,55,30)
C12M0Y55K30 (12%, 0%, 55%, 30%)
(0.12 / 0.00 / 0.55 / 0.30)

CMYK percentages

%12.29
%0
%54.75
%29.8

Codes

Color #9DB351 in popluar color models

9D B3 51
RGB 157 179 81
HSL 73° 39.20% 50.98%
HSB/HSV 73° 54.75% 70.20%
CMYK 12.29% 0.00% 54.75%
29.80%

Color #9DB351 in popluar number systems.

HEX 9D B3 51
Decimal 157 179 81
Binary 10011101 10110011 1010001
Octal 235 263 121

Shades and tints

Shades of #9DB351

#9DB351
(157,179,81)
#8FA34A
(143,163,74)
#819343
(129,147,67)
#73833C
(115,131,60)
#657335
(101,115,53)
#57632E
(87,99,46)
#495327
(73,83,39)
#3B4320
(59,67,32)
#2D3319
(45,51,25)
#1F2312
(31,35,18)
#11130B
(17,19,11)
#000000
(0,0,0)

Tints of #9DB351

#9DB351
(157,179,81)
#A5B960
(165,185,96)
#ADBF6F
(173,191,111)
#B5C57E
(181,197,126)
#BDCB8D
(189,203,141)
#C5D19C
(197,209,156)
#CDD7AB
(205,215,171)
#D5DDBA
(213,221,186)
#DDE3C9
(221,227,201)
#E5E9D8
(229,233,216)
#EDEFE7
(237,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DB351 color. Also use rgb(157,179,81) instead hex code.

Text Font Color

.myTextColor { color: #9DB351; }

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

This text font color is #9DB351.

Background Color

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

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

This div background color is #9DB351.

Border color

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

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

This div border color is #9DB351.

Opacity

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

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

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

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

This text has shadow with #9DB351 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DB351.

Preview

Color preview on black background

This text has color #9DB351 on black background.


Color preview on white background

This text has color #9DB351 on white background.


Black color preview on #9DB351 background

This text has black color on #9DB351 background.


White color preview on #9DB351 background

This text has white color on #9DB351 background.


Related colors

Complementary color

Complementary color for #hex is #624CAE.


I love getcolorcode.com

Triadic colors

1 #519DB3 and #B3519D with #9DB351 are triadic colors.

2 #51B39D and #B39D51 with #9DB351 are triadic colors.