COLOR #98CA92

HEX: #98CA92 RGB: (152,202,146)

Color info

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

RGB color model

#98CA92 color RGB value is (152,202,146).

RGB: (152,202,146) (60%, 79%, 57%)

RGB channels and saturation

R 152 of 255 = 60%
G 202 of 255 = 79%
B 146 of 255 = 57%

152
202
146

R + G + B ~ 65%. #98CA92 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 202 + 146 = 500 (100%)
R 152 of 500 ~ 30.4%
G 202 of 500 ~ 40.4%
B 146 of 500 ~ 29.2'%

%30.4
%40.4
%29.2

CMYK color model

#98CA92 color CMYK value is (25,0,28,21).

  • cyan value is 24.75%
  • magenta value is 0.00%
  • yellow value is 27.72%
  • key color value is 20.78%

CMYK: (25,0,28,21)
C25M0Y28K21 (25%, 0%, 28%, 21%)
(0.25 / 0.00 / 0.28 / 0.21)

CMYK percentages

%24.75
%0
%27.72
%20.78

Codes

Color #98CA92 in popluar color models

98 CA 92
RGB 152 202 146
HSL 114° 34.57% 68.24%
HSB/HSV 114° 27.72% 79.22%
CMYK 24.75% 0.00% 27.72%
20.78%

Color #98CA92 in popluar number systems.

HEX 98 CA 92
Decimal 152 202 146
Binary 10011000 11001010 10010010
Octal 230 312 222

Shades and tints

Shades of #98CA92

#98CA92
(152,202,146)
#8BB885
(139,184,133)
#7EA678
(126,166,120)
#71946B
(113,148,107)
#64825E
(100,130,94)
#577051
(87,112,81)
#4A5E44
(74,94,68)
#3D4C37
(61,76,55)
#303A2A
(48,58,42)
#23281D
(35,40,29)
#161610
(22,22,16)
#000000
(0,0,0)

Tints of #98CA92

#98CA92
(152,202,146)
#A1CE9B
(161,206,155)
#AAD2A4
(170,210,164)
#B3D6AD
(179,214,173)
#BCDAB6
(188,218,182)
#C5DEBF
(197,222,191)
#CEE2C8
(206,226,200)
#D7E6D1
(215,230,209)
#E0EADA
(224,234,218)
#E9EEE3
(233,238,227)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98CA92 color. Also use rgb(152,202,146) instead hex code.

Text Font Color

.myTextColor { color: #98CA92; }

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

This text font color is #98CA92.

Background Color

.myBgColor { background-color: #98CA92; }

<div style="background-color:#98CA92">Inner text</div>

This div background color is #98CA92.

Border color

.myBorderColor { border: 1px solid #98CA92; }

<div style="border:3px solid #98CA92">Div</div>

This div border color is #98CA92.

Opacity

.myOpacity80 { color: #98CA92; opacity: 0.8; }

<p style="color:#98CA92;opacity:0.8;">80%</p>

Text with #98CA92 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 #98CA92;}

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

This text has shadow with #98CA92 color.


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

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

This text has shadow with #98CA92 primary color and red secondary color.


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

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

This text has shadow with #98CA92 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #98CA92.

Preview

Color preview on black background

This text has color #98CA92 on black background.


Color preview on white background

This text has color #98CA92 on white background.


Black color preview on #98CA92 background

This text has black color on #98CA92 background.


White color preview on #98CA92 background

This text has white color on #98CA92 background.


Related colors

Complementary color

Complementary color for #hex is #67356D.


I love getcolorcode.com

Triadic colors

1 #9298CA and #CA9298 with #98CA92 are triadic colors.

2 #92CA98 and #CA9892 with #98CA92 are triadic colors.