COLOR #99BC92

HEX: #99BC92
RGB: (153,188,146)

Color info

#99BC92 contains red, green and blue colors in about the same proportion. Web safe color of #99BC92 is #99CC99 (or #9C9).

RGB color model

#99BC92 color RGB value is (153,188,146).

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

RGB channels and saturation

R 153 of 255 = 60%
G 188 of 255 = 74%
B 146 of 255 = 57%

153
188
146

R + G + B ~ 64%. #99BC92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 188 + 146 = 487 (100%)
R 153 of 487 ~ 31.42%
G 188 of 487 ~ 38.6%
B 146 of 487 ~ 29.98%

%31.42
%38.6
%29.98

CMYK color model

#99BC92 color CMYK value is (19,0,22,26).

  • cyan value is 18.62%
  • magenta value is 0.00%
  • yellow value is 22.34%
  • key color value is 26.27%
CMYK:
(19,0,22,26)
C19M0Y22K26 
(19%,0%,22%,26%)
(0.19/0.00/0.22/0.26)	

CMYK percentages

%18.62
%0
%22.34
%26.27

Codes

Color #99BC92 in popluar color models

99BC92
RGB153188146
HSL110°23.86%65.49%
HSB/HSV110°22.34%73.73%
CMYK18.62%0.00%22.34%
26.27%

Color #99BC92 in popluar number systems.

HEX99BC92
Decimal153188146
Binary100110011011110010010010
Octal231274222

Shades and tints

Shades of #99BC92

#99BC92
(153,188,146)
#8CAB85
(140,171,133)
#7F9A78
(127,154,120)
#72896B
(114,137,107)
#65785E
(101,120,94)
#586751
(88,103,81)
#4B5644
(75,86,68)
#3E4537
(62,69,55)
#31342A
(49,52,42)
#24231D
(36,35,29)
#171210
(23,18,16)
#000000
(0,0,0)

Tints of #99BC92

#99BC92
(153,188,146)
#A2C29B
(162,194,155)
#ABC8A4
(171,200,164)
#B4CEAD
(180,206,173)
#BDD4B6
(189,212,182)
#C6DABF
(198,218,191)
#CFE0C8
(207,224,200)
#D8E6D1
(216,230,209)
#E1ECDA
(225,236,218)
#EAF2E3
(234,242,227)
#F3F8EC
(243,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99BC92; }

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

This text font color is #99BC92.


Background Color

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

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

This div background color is #99BC92.


Border color

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

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

This div border color is #99BC92.


Opacity

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

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

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

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

This text has shadow with #99BC92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99BC92 on black background.


Color preview on white background

This text has color #99BC92 on white background.



Black color preview on #99BC92 background

This text has black color on #99BC92 background.


White color preview on #99BC92 background

This text has white color on #99BC92 background.