COLOR #95B44A

HEX: #95B44A RGB: (149,180,74)

Color info

#95B44A contains mainly red and green colors. Web safe color of #95B44A is #99CC33 (or #9C3).

RGB color model

#95B44A color RGB value is (149,180,74).

RGB: (149,180,74) (58%, 71%, 29%)

RGB channels and saturation

R 149 of 255 = 58%
G 180 of 255 = 71%
B 74 of 255 = 29%

149
180
74

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

Portions of RGB colors in percentages

R + G + B = 149 + 180 + 74 = 403 (100%)
R 149 of 403 ~ 36.97%
G 180 of 403 ~ 44.67%
B 74 of 403 ~ 18.36'%

%36.97
%44.67
%18.36

CMYK color model

#95B44A color CMYK value is (17,0,59,29).

  • cyan value is 17.22%
  • magenta value is 0.00%
  • yellow value is 58.89%
  • key color value is 29.41%

CMYK: (17,0,59,29)
C17M0Y59K29 (17%, 0%, 59%, 29%)
(0.17 / 0.00 / 0.59 / 0.29)

CMYK percentages

%17.22
%0
%58.89
%29.41

Codes

Color #95B44A in popluar color models

95 B4 4A
RGB 149 180 74
HSL 78° 41.73% 49.80%
HSB/HSV 78° 58.89% 70.59%
CMYK 17.22% 0.00% 58.89%
29.41%

Color #95B44A in popluar number systems.

HEX 95 B4 4A
Decimal 149 180 74
Binary 10010101 10110100 1001010
Octal 225 264 112

Shades and tints

Shades of #95B44A

#95B44A
(149,180,74)
#88A444
(136,164,68)
#7B943E
(123,148,62)
#6E8438
(110,132,56)
#617432
(97,116,50)
#54642C
(84,100,44)
#475426
(71,84,38)
#3A4420
(58,68,32)
#2D341A
(45,52,26)
#202414
(32,36,20)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #95B44A

#95B44A
(149,180,74)
#9EBA5A
(158,186,90)
#A7C06A
(167,192,106)
#B0C67A
(176,198,122)
#B9CC8A
(185,204,138)
#C2D29A
(194,210,154)
#CBD8AA
(203,216,170)
#D4DEBA
(212,222,186)
#DDE4CA
(221,228,202)
#E6EADA
(230,234,218)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95B44A; }

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

This text font color is #95B44A.

Background Color

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

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

This div background color is #95B44A.

Border color

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

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

This div border color is #95B44A.

Opacity

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

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

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

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

This text has shadow with #95B44A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95B44A.

Preview

Color preview on black background

This text has color #95B44A on black background.


Color preview on white background

This text has color #95B44A on white background.


Black color preview on #95B44A background

This text has black color on #95B44A background.


White color preview on #95B44A background

This text has white color on #95B44A background.


Related colors

Complementary color

Complementary color for #hex is #6A4BB5.


I love getcolorcode.com

Triadic colors

1 #4A95B4 and #B44A95 with #95B44A are triadic colors.

2 #4AB495 and #B4954A with #95B44A are triadic colors.