COLOR #9DBE33

HEX: #9DBE33
RGB: (157,190,51)

Color info

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

RGB color model

#9DBE33 color RGB value is (157,190,51).

  • red value is 157;
  • green value is 190;
  • blue value is 51.
RGB:
(157,190,51)
(62%,75%,20%)

RGB channels and saturation

R 157 of 255 = 62%
G 190 of 255 = 75%
B 51 of 255 = 20%

157
190
51

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

Portions of RGB colors in percentages

R + G + B =
157 + 190 + 51 = 398 (100%)
R 157 of 398 ~ 39.45%
G 190 of 398 ~ 47.74%
B 51 of 398 ~ 12.81%

%39.45
%47.74
%12.81

CMYK color model

#9DBE33 color CMYK value is (17,0,73,25).

  • cyan value is 17.37%
  • magenta value is 0.00%
  • yellow value is 73.16%
  • key color value is 25.49%
CMYK:
(17,0,73,25)
C17M0Y73K25 
(17%,0%,73%,25%)
(0.17/0.00/0.73/0.25)	

CMYK percentages

%17.37
%0
%73.16
%25.49

Codes

Color #9DBE33 in popluar color models

9DBE33
RGB15719051
HSL74°57.68%47.25%
HSB/HSV74°73.16%74.51%
CMYK17.37%0.00%73.16%
25.49%

Color #9DBE33 in popluar number systems.

HEX9DBE33
Decimal15719051
Binary1001110110111110110011
Octal23527663

Shades and tints

Shades of #9DBE33

#9DBE33
(157,190,51)
#8FAD2F
(143,173,47)
#819C2B
(129,156,43)
#738B27
(115,139,39)
#657A23
(101,122,35)
#57691F
(87,105,31)
#49581B
(73,88,27)
#3B4717
(59,71,23)
#2D3613
(45,54,19)
#1F250F
(31,37,15)
#11140B
(17,20,11)
#000000
(0,0,0)

Tints of #9DBE33

#9DBE33
(157,190,51)
#A5C345
(165,195,69)
#ADC857
(173,200,87)
#B5CD69
(181,205,105)
#BDD27B
(189,210,123)
#C5D78D
(197,215,141)
#CDDC9F
(205,220,159)
#D5E1B1
(213,225,177)
#DDE6C3
(221,230,195)
#E5EBD5
(229,235,213)
#EDF0E7
(237,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DBE33 color. Also use rgb(157,190,51) instead hex code.

Text Font Color

.myTextColor { color: #9DBE33; }

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

This text font color is #9DBE33.


Background Color

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

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

This div background color is #9DBE33.


Border color

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

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

This div border color is #9DBE33.


Opacity

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

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

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

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

This text has shadow with #9DBE33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DBE33 on black background.


Color preview on white background

This text has color #9DBE33 on white background.



Black color preview on #9DBE33 background

This text has black color on #9DBE33 background.


White color preview on #9DBE33 background

This text has white color on #9DBE33 background.