COLOR #9BCD4D

HEX: #9BCD4D
RGB: (155,205,77)

Color info

#9BCD4D contains mainly red and green colors. Web safe color of #9BCD4D is #99CC33 (or #9C3).

RGB color model

#9BCD4D color RGB value is (155,205,77).

  • red value is 155;
  • green value is 205;
  • blue value is 77.
RGB:
(155,205,77)
(61%,80%,30%)

RGB channels and saturation

R 155 of 255 = 61%
G 205 of 255 = 80%
B 77 of 255 = 30%

155
205
77

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

Portions of RGB colors in percentages

R + G + B =
155 + 205 + 77 = 437 (100%)
R 155 of 437 ~ 35.47%
G 205 of 437 ~ 46.91%
B 77 of 437 ~ 17.62%

%35.47
%46.91
%17.62

CMYK color model

#9BCD4D color CMYK value is (24,0,62,20).

  • cyan value is 24.39%
  • magenta value is 0.00%
  • yellow value is 62.44%
  • key color value is 19.61%
CMYK:
(24,0,62,20)
C24M0Y62K20 
(24%,0%,62%,20%)
(0.24/0.00/0.62/0.20)	

CMYK percentages

%24.39
%0
%62.44
%19.61

Codes

Color #9BCD4D in popluar color models

9BCD4D
RGB15520577
HSL83°56.14%55.29%
HSB/HSV83°62.44%80.39%
CMYK24.39%0.00%62.44%
19.61%

Color #9BCD4D in popluar number systems.

HEX9BCD4D
Decimal15520577
Binary10011011110011011001101
Octal233315115

Shades and tints

Shades of #9BCD4D

#9BCD4D
(155,205,77)
#8DBB46
(141,187,70)
#7FA93F
(127,169,63)
#719738
(113,151,56)
#638531
(99,133,49)
#55732A
(85,115,42)
#476123
(71,97,35)
#394F1C
(57,79,28)
#2B3D15
(43,61,21)
#1D2B0E
(29,43,14)
#0F1907
(15,25,7)
#000000
(0,0,0)

Tints of #9BCD4D

#9BCD4D
(155,205,77)
#A4D15D
(164,209,93)
#ADD56D
(173,213,109)
#B6D97D
(182,217,125)
#BFDD8D
(191,221,141)
#C8E19D
(200,225,157)
#D1E5AD
(209,229,173)
#DAE9BD
(218,233,189)
#E3EDCD
(227,237,205)
#ECF1DD
(236,241,221)
#F5F5ED
(245,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BCD4D color. Also use rgb(155,205,77) instead hex code.

Text Font Color

.myTextColor { color: #9BCD4D; }

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

This text font color is #9BCD4D.


Background Color

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

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

This div background color is #9BCD4D.


Border color

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

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

This div border color is #9BCD4D.


Opacity

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

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

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

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

This text has shadow with #9BCD4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BCD4D on black background.


Color preview on white background

This text has color #9BCD4D on white background.



Black color preview on #9BCD4D background

This text has black color on #9BCD4D background.


White color preview on #9BCD4D background

This text has white color on #9BCD4D background.