COLOR #95C198

HEX: #95C198 RGB: (149,193,152)

Color info

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

RGB color model

#95C198 color RGB value is (149,193,152).

RGB: (149,193,152) (58%, 76%, 60%)

RGB channels and saturation

R 149 of 255 = 58%
G 193 of 255 = 76%
B 152 of 255 = 60%

149
193
152

R + G + B ~ 65%. #95C198 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 193 + 152 = 494 (100%)
R 149 of 494 ~ 30.16%
G 193 of 494 ~ 39.07%
B 152 of 494 ~ 30.77'%

%30.16
%39.07
%30.77

CMYK color model

#95C198 color CMYK value is (23,0,21,24).

  • cyan value is 22.80%
  • magenta value is 0.00%
  • yellow value is 21.24%
  • key color value is 24.31%

CMYK: (23,0,21,24)
C23M0Y21K24 (23%, 0%, 21%, 24%)
(0.23 / 0.00 / 0.21 / 0.24)

CMYK percentages

%22.8
%0
%21.24
%24.31

Codes

Color #95C198 in popluar color models

95 C1 98
RGB 149 193 152
HSL 124° 26.19% 67.06%
HSB/HSV 124° 22.80% 75.69%
CMYK 22.80% 0.00% 21.24%
24.31%

Color #95C198 in popluar number systems.

HEX 95 C1 98
Decimal 149 193 152
Binary 10010101 11000001 10011000
Octal 225 301 230

Shades and tints

Shades of #95C198

#95C198
(149,193,152)
#88B08B
(136,176,139)
#7B9F7E
(123,159,126)
#6E8E71
(110,142,113)
#617D64
(97,125,100)
#546C57
(84,108,87)
#475B4A
(71,91,74)
#3A4A3D
(58,74,61)
#2D3930
(45,57,48)
#202823
(32,40,35)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #95C198

#95C198
(149,193,152)
#9EC6A1
(158,198,161)
#A7CBAA
(167,203,170)
#B0D0B3
(176,208,179)
#B9D5BC
(185,213,188)
#C2DAC5
(194,218,197)
#CBDFCE
(203,223,206)
#D4E4D7
(212,228,215)
#DDE9E0
(221,233,224)
#E6EEE9
(230,238,233)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95C198 color. Also use rgb(149,193,152) instead hex code.

Text Font Color

.myTextColor { color: #95C198; }

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

This text font color is #95C198.

Background Color

.myBgColor { background-color: #95C198; }

<div style="background-color:#95C198">Inner text</div>

This div background color is #95C198.

Border color

.myBorderColor { border: 1px solid #95C198; }

<div style="border:3px solid #95C198">Div</div>

This div border color is #95C198.

Opacity

.myOpacity80 { color: #95C198; opacity: 0.8; }

<p style="color:#95C198;opacity:0.8;">80%</p>

Text with #95C198 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 #95C198;}

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

This text has shadow with #95C198 color.


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

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

This text has shadow with #95C198 primary color and red secondary color.


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

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

This text has shadow with #95C198 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #95C198.

Preview

Color preview on black background

This text has color #95C198 on black background.


Color preview on white background

This text has color #95C198 on white background.


Black color preview on #95C198 background

This text has black color on #95C198 background.


White color preview on #95C198 background

This text has white color on #95C198 background.


Related colors

Complementary color

Complementary color for #hex is #6A3E67.


I love getcolorcode.com

Triadic colors

1 #9895C1 and #C19895 with #95C198 are triadic colors.

2 #98C195 and #C19598 with #95C198 are triadic colors.