COLOR #99BE31

HEX: #99BE31
RGB: (153,190,49)

Color info

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

RGB color model

#99BE31 color RGB value is (153,190,49).

  • red value is 153;
  • green value is 190;
  • blue value is 49.
RGB:
(153,190,49)
(60%,75%,19%)

RGB channels and saturation

R 153 of 255 = 60%
G 190 of 255 = 75%
B 49 of 255 = 19%

153
190
49

R + G + B ~ 51%. #99BE31 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 190 + 49 = 392 (100%)
R 153 of 392 ~ 39.03%
G 190 of 392 ~ 48.47%
B 49 of 392 ~ 12.5%

%39.03
%48.47
%12.5

CMYK color model

#99BE31 color CMYK value is (19,0,74,25).

  • cyan value is 19.47%
  • magenta value is 0.00%
  • yellow value is 74.21%
  • key color value is 25.49%
CMYK:
(19,0,74,25)
C19M0Y74K25 
(19%,0%,74%,25%)
(0.19/0.00/0.74/0.25)	

CMYK percentages

%19.47
%0
%74.21
%25.49

Codes

Color #99BE31 in popluar color models

99BE31
RGB15319049
HSL76°59.00%46.86%
HSB/HSV76°74.21%74.51%
CMYK19.47%0.00%74.21%
25.49%

Color #99BE31 in popluar number systems.

HEX99BE31
Decimal15319049
Binary1001100110111110110001
Octal23127661

Shades and tints

Shades of #99BE31

#99BE31
(153,190,49)
#8CAD2D
(140,173,45)
#7F9C29
(127,156,41)
#728B25
(114,139,37)
#657A21
(101,122,33)
#58691D
(88,105,29)
#4B5819
(75,88,25)
#3E4715
(62,71,21)
#313611
(49,54,17)
#24250D
(36,37,13)
#171409
(23,20,9)
#000000
(0,0,0)

Tints of #99BE31

#99BE31
(153,190,49)
#A2C343
(162,195,67)
#ABC855
(171,200,85)
#B4CD67
(180,205,103)
#BDD279
(189,210,121)
#C6D78B
(198,215,139)
#CFDC9D
(207,220,157)
#D8E1AF
(216,225,175)
#E1E6C1
(225,230,193)
#EAEBD3
(234,235,211)
#F3F0E5
(243,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99BE31 color. Also use rgb(153,190,49) instead hex code.

Text Font Color

.myTextColor { color: #99BE31; }

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

This text font color is #99BE31.


Background Color

.myBgColor { background-color: #99BE31; }

<div style="background-color:#99BE31">Inner text</div>

This div background color is #99BE31.


Border color

.myBorderColor { border: 1px solid #99BE31; }

<div style="border:3px solid #99BE31">Div</div>

This div border color is #99BE31.


Opacity

.myOpacity80 { color: #99BE31; opacity: 0.8; }

<p style="color:#99BE31;opacity:0.8;">80%</p>

Text with #99BE31 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 #99BE31;}

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

This text has shadow with #99BE31 color.

.textShadow {text-shadow: 3px 3px 1px #99BE31, 3px 3px 1px red;}

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

This text has shadow with #99BE31 primary color and red secondary color.


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

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

This text has shadow with #99BE31 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99BE31 on black background.


Color preview on white background

This text has color #99BE31 on white background.



Black color preview on #99BE31 background

This text has black color on #99BE31 background.


White color preview on #99BE31 background

This text has white color on #99BE31 background.