COLOR #95C193

HEX: #95C193 RGB: (149,193,147)

Color info

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

RGB color model

#95C193 color RGB value is (149,193,147).

RGB: (149,193,147) (58%, 76%, 58%)

RGB channels and saturation

R 149 of 255 = 58%
G 193 of 255 = 76%
B 147 of 255 = 58%

149
193
147

R + G + B ~ 64%. #95C193 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 193 + 147 = 489 (100%)
R 149 of 489 ~ 30.47%
G 193 of 489 ~ 39.47%
B 147 of 489 ~ 30.06'%

%30.47
%39.47
%30.06

CMYK color model

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

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

CMYK: (23,0,24,24)
C23M0Y24K24 (23%, 0%, 24%, 24%)
(0.23 / 0.00 / 0.24 / 0.24)

CMYK percentages

%22.8
%0
%23.83
%24.31

Codes

Color #95C193 in popluar color models

95 C1 93
RGB 149 193 147
HSL 117° 27.06% 66.67%
HSB/HSV 117° 23.83% 75.69%
CMYK 22.80% 0.00% 23.83%
24.31%

Color #95C193 in popluar number systems.

HEX 95 C1 93
Decimal 149 193 147
Binary 10010101 11000001 10010011
Octal 225 301 223

Shades and tints

Shades of #95C193

#95C193
(149,193,147)
#88B086
(136,176,134)
#7B9F79
(123,159,121)
#6E8E6C
(110,142,108)
#617D5F
(97,125,95)
#546C52
(84,108,82)
#475B45
(71,91,69)
#3A4A38
(58,74,56)
#2D392B
(45,57,43)
#20281E
(32,40,30)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #95C193

#95C193
(149,193,147)
#9EC69C
(158,198,156)
#A7CBA5
(167,203,165)
#B0D0AE
(176,208,174)
#B9D5B7
(185,213,183)
#C2DAC0
(194,218,192)
#CBDFC9
(203,223,201)
#D4E4D2
(212,228,210)
#DDE9DB
(221,233,219)
#E6EEE4
(230,238,228)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95C193; }

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

This text font color is #95C193.

Background Color

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

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

This div background color is #95C193.

Border color

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

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

This div border color is #95C193.

Opacity

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

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

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

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

This text has shadow with #95C193 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95C193.

Preview

Color preview on black background

This text has color #95C193 on black background.


Color preview on white background

This text has color #95C193 on white background.


Black color preview on #95C193 background

This text has black color on #95C193 background.


White color preview on #95C193 background

This text has white color on #95C193 background.


Related colors

Complementary color

Complementary color for #hex is #6A3E6C.


I love getcolorcode.com

Triadic colors

1 #9395C1 and #C19395 with #95C193 are triadic colors.

2 #93C195 and #C19593 with #95C193 are triadic colors.