COLOR #95B280

HEX: #95B280 RGB: (149,178,128)

Color info

#95B280 contains red, green and blue colors in about the same proportion. Web safe color of #95B280 is #999966 (or #996).

RGB color model

#95B280 color RGB value is (149,178,128).

RGB: (149,178,128) (58%, 70%, 50%)

RGB channels and saturation

R 149 of 255 = 58%
G 178 of 255 = 70%
B 128 of 255 = 50%

149
178
128

R + G + B ~ 59%. #95B280 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 178 + 128 = 455 (100%)
R 149 of 455 ~ 32.75%
G 178 of 455 ~ 39.12%
B 128 of 455 ~ 28.13'%

%32.75
%39.12
%28.13

CMYK color model

#95B280 color CMYK value is (16,0,28,30).

  • cyan value is 16.29%
  • magenta value is 0.00%
  • yellow value is 28.09%
  • key color value is 30.20%

CMYK: (16,0,28,30)
C16M0Y28K30 (16%, 0%, 28%, 30%)
(0.16 / 0.00 / 0.28 / 0.30)

CMYK percentages

%16.29
%0
%28.09
%30.2

Codes

Color #95B280 in popluar color models

95 B2 80
RGB 149 178 128
HSL 95° 24.51% 60.00%
HSB/HSV 95° 28.09% 69.80%
CMYK 16.29% 0.00% 28.09%
30.20%

Color #95B280 in popluar number systems.

HEX 95 B2 80
Decimal 149 178 128
Binary 10010101 10110010 10000000
Octal 225 262 200

Shades and tints

Shades of #95B280

#95B280
(149,178,128)
#88A275
(136,162,117)
#7B926A
(123,146,106)
#6E825F
(110,130,95)
#617254
(97,114,84)
#546249
(84,98,73)
#47523E
(71,82,62)
#3A4233
(58,66,51)
#2D3228
(45,50,40)
#20221D
(32,34,29)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #95B280

#95B280
(149,178,128)
#9EB98B
(158,185,139)
#A7C096
(167,192,150)
#B0C7A1
(176,199,161)
#B9CEAC
(185,206,172)
#C2D5B7
(194,213,183)
#CBDCC2
(203,220,194)
#D4E3CD
(212,227,205)
#DDEAD8
(221,234,216)
#E6F1E3
(230,241,227)
#EFF8EE
(239,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B280 color. Also use rgb(149,178,128) instead hex code.

Text Font Color

.myTextColor { color: #95B280; }

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

This text font color is #95B280.

Background Color

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

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

This div background color is #95B280.

Border color

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

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

This div border color is #95B280.

Opacity

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

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

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

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

This text has shadow with #95B280 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95B280.

Preview

Color preview on black background

This text has color #95B280 on black background.


Color preview on white background

This text has color #95B280 on white background.


Black color preview on #95B280 background

This text has black color on #95B280 background.


White color preview on #95B280 background

This text has white color on #95B280 background.


Related colors

Complementary color

Complementary color for #hex is #6A4D7F.


I love getcolorcode.com

Triadic colors

1 #8095B2 and #B28095 with #95B280 are triadic colors.

2 #80B295 and #B29580 with #95B280 are triadic colors.