COLOR #99BC53

HEX: #99BC53
RGB: (153,188,83)

Color info

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

RGB color model

#99BC53 color RGB value is (153,188,83).

  • red value is 153;
  • green value is 188;
  • blue value is 83.
RGB:
(153,188,83)
(60%,74%,33%)

RGB channels and saturation

R 153 of 255 = 60%
G 188 of 255 = 74%
B 83 of 255 = 33%

153
188
83

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

Portions of RGB colors in percentages

R + G + B =
153 + 188 + 83 = 424 (100%)
R 153 of 424 ~ 36.08%
G 188 of 424 ~ 44.34%
B 83 of 424 ~ 19.58%

%36.08
%44.34
%19.58

CMYK color model

#99BC53 color CMYK value is (19,0,56,26).

  • cyan value is 18.62%
  • magenta value is 0.00%
  • yellow value is 55.85%
  • key color value is 26.27%
CMYK:
(19,0,56,26)
C19M0Y56K26 
(19%,0%,56%,26%)
(0.19/0.00/0.56/0.26)	

CMYK percentages

%18.62
%0
%55.85
%26.27

Codes

Color #99BC53 in popluar color models

99BC53
RGB15318883
HSL80°43.93%53.14%
HSB/HSV80°55.85%73.73%
CMYK18.62%0.00%55.85%
26.27%

Color #99BC53 in popluar number systems.

HEX99BC53
Decimal15318883
Binary10011001101111001010011
Octal231274123

Shades and tints

Shades of #99BC53

#99BC53
(153,188,83)
#8CAB4C
(140,171,76)
#7F9A45
(127,154,69)
#72893E
(114,137,62)
#657837
(101,120,55)
#586730
(88,103,48)
#4B5629
(75,86,41)
#3E4522
(62,69,34)
#31341B
(49,52,27)
#242314
(36,35,20)
#17120D
(23,18,13)
#000000
(0,0,0)

Tints of #99BC53

#99BC53
(153,188,83)
#A2C262
(162,194,98)
#ABC871
(171,200,113)
#B4CE80
(180,206,128)
#BDD48F
(189,212,143)
#C6DA9E
(198,218,158)
#CFE0AD
(207,224,173)
#D8E6BC
(216,230,188)
#E1ECCB
(225,236,203)
#EAF2DA
(234,242,218)
#F3F8E9
(243,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99BC53 color. Also use rgb(153,188,83) instead hex code.

Text Font Color

.myTextColor { color: #99BC53; }

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

This text font color is #99BC53.


Background Color

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

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

This div background color is #99BC53.


Border color

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

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

This div border color is #99BC53.


Opacity

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

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

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

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

This text has shadow with #99BC53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99BC53 on black background.


Color preview on white background

This text has color #99BC53 on white background.



Black color preview on #99BC53 background

This text has black color on #99BC53 background.


White color preview on #99BC53 background

This text has white color on #99BC53 background.