COLOR #99C592

HEX: #99C592 RGB: (153,197,146)

Color info

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

RGB color model

#99C592 color RGB value is (153,197,146).

RGB: (153,197,146) (60%, 77%, 57%)

RGB channels and saturation

R 153 of 255 = 60%
G 197 of 255 = 77%
B 146 of 255 = 57%

153
197
146

R + G + B ~ 65%. #99C592 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 197 + 146 = 496 (100%)
R 153 of 496 ~ 30.85%
G 197 of 496 ~ 39.72%
B 146 of 496 ~ 29.44'%

%30.85
%39.72
%29.44

CMYK color model

#99C592 color CMYK value is (22,0,26,23).

  • cyan value is 22.34%
  • magenta value is 0.00%
  • yellow value is 25.89%
  • key color value is 22.75%

CMYK: (22,0,26,23)
C22M0Y26K23 (22%, 0%, 26%, 23%)
(0.22 / 0.00 / 0.26 / 0.23)

CMYK percentages

%22.34
%0
%25.89
%22.75

Codes

Color #99C592 in popluar color models

99 C5 92
RGB 153 197 146
HSL 112° 30.54% 67.25%
HSB/HSV 112° 25.89% 77.25%
CMYK 22.34% 0.00% 25.89%
22.75%

Color #99C592 in popluar number systems.

HEX 99 C5 92
Decimal 153 197 146
Binary 10011001 11000101 10010010
Octal 231 305 222

Shades and tints

Shades of #99C592

#99C592
(153,197,146)
#8CB485
(140,180,133)
#7FA378
(127,163,120)
#72926B
(114,146,107)
#65815E
(101,129,94)
#587051
(88,112,81)
#4B5F44
(75,95,68)
#3E4E37
(62,78,55)
#313D2A
(49,61,42)
#242C1D
(36,44,29)
#171B10
(23,27,16)
#000000
(0,0,0)

Tints of #99C592

#99C592
(153,197,146)
#A2CA9B
(162,202,155)
#ABCFA4
(171,207,164)
#B4D4AD
(180,212,173)
#BDD9B6
(189,217,182)
#C6DEBF
(198,222,191)
#CFE3C8
(207,227,200)
#D8E8D1
(216,232,209)
#E1EDDA
(225,237,218)
#EAF2E3
(234,242,227)
#F3F7EC
(243,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99C592; }

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

This text font color is #99C592.

Background Color

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

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

This div background color is #99C592.

Border color

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

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

This div border color is #99C592.

Opacity

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

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

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

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

This text has shadow with #99C592 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99C592.

Preview

Color preview on black background

This text has color #99C592 on black background.


Color preview on white background

This text has color #99C592 on white background.


Black color preview on #99C592 background

This text has black color on #99C592 background.


White color preview on #99C592 background

This text has white color on #99C592 background.


Related colors

Complementary color

Complementary color for #hex is #663A6D.


I love getcolorcode.com

Triadic colors

1 #9299C5 and #C59299 with #99C592 are triadic colors.

2 #92C599 and #C59992 with #99C592 are triadic colors.