COLOR #95B492

HEX: #95B492 RGB: (149,180,146)

Color info

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

RGB color model

#95B492 color RGB value is (149,180,146).

RGB: (149,180,146) (58%, 71%, 57%)

RGB channels and saturation

R 149 of 255 = 58%
G 180 of 255 = 71%
B 146 of 255 = 57%

149
180
146

R + G + B ~ 62%. #95B492 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 180 + 146 = 475 (100%)
R 149 of 475 ~ 31.37%
G 180 of 475 ~ 37.89%
B 146 of 475 ~ 30.74'%

%31.37
%37.89
%30.74

CMYK color model

#95B492 color CMYK value is (17,0,19,29).

  • cyan value is 17.22%
  • magenta value is 0.00%
  • yellow value is 18.89%
  • key color value is 29.41%
CMYK: (17,0,19,29) C17M0Y19K29 (17%,0%,19%,29%) (0.17/0.00/0.19/0.29) 

CMYK percentages

%17.22
%0
%18.89
%29.41

Codes

Color #95B492 in popluar color models

95 B4 92
RGB 149 180 146
HSL 115° 18.48% 63.92%
HSB/HSV 115° 18.89% 70.59%
CMYK 17.22% 0.00% 18.89%
29.41%

Color #95B492 in popluar number systems.

HEX 95 B4 92
Decimal 149 180 146
Binary 10010101 10110100 10010010
Octal 225 264 222

Shades and tints

Shades of #95B492

#95B492
(149,180,146)
#88A485
(136,164,133)
#7B9478
(123,148,120)
#6E846B
(110,132,107)
#61745E
(97,116,94)
#546451
(84,100,81)
#475444
(71,84,68)
#3A4437
(58,68,55)
#2D342A
(45,52,42)
#20241D
(32,36,29)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #95B492

#95B492
(149,180,146)
#9EBA9B
(158,186,155)
#A7C0A4
(167,192,164)
#B0C6AD
(176,198,173)
#B9CCB6
(185,204,182)
#C2D2BF
(194,210,191)
#CBD8C8
(203,216,200)
#D4DED1
(212,222,209)
#DDE4DA
(221,228,218)
#E6EAE3
(230,234,227)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B492 color. Also use rgb(149,180,146) instead hex code.

Text Font Color

.myTextColor { color: #95B492; }

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

This text font color is #95B492.

Background Color

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

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

This div background color is #95B492.

Border color

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

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

This div border color is #95B492.

Opacity

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

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

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

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

This text has shadow with #95B492 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95B492.

Preview

Color preview on black background

This text has color #95B492 on black background.


Color preview on white background

This text has color #95B492 on white background.


Black color preview on #95B492 background

This text has black color on #95B492 background.


White color preview on #95B492 background

This text has white color on #95B492 background.


Related colors

Complementary color

Complementary color for #hex is #6A4B6D.


I love getcolorcode.com

Triadic colors

1 #9295B4 and #B49295 with #95B492 are triadic colors.

2 #92B495 and #B49592 with #95B492 are triadic colors.