COLOR #95AB62

HEX: #95AB62 RGB: (149,171,98)

Color info

#95AB62 contains mainly red and green colors. Web safe color of #95AB62 is #999966 (or #996).

RGB color model

#95AB62 color RGB value is (149,171,98).

RGB: (149,171,98) (58%, 67%, 38%)

RGB channels and saturation

R 149 of 255 = 58%
G 171 of 255 = 67%
B 98 of 255 = 38%

149
171
98

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

Portions of RGB colors in percentages

R + G + B = 149 + 171 + 98 = 418 (100%)
R 149 of 418 ~ 35.65%
G 171 of 418 ~ 40.91%
B 98 of 418 ~ 23.44'%

%35.65
%40.91
%23.44

CMYK color model

#95AB62 color CMYK value is (13,0,43,33).

  • cyan value is 12.87%
  • magenta value is 0.00%
  • yellow value is 42.69%
  • key color value is 32.94%

CMYK: (13,0,43,33)
C13M0Y43K33 (13%, 0%, 43%, 33%)
(0.13 / 0.00 / 0.43 / 0.33)

CMYK percentages

%12.87
%0
%42.69
%32.94

Codes

Color #95AB62 in popluar color models

95 AB 62
RGB 149 171 98
HSL 78° 30.29% 52.75%
HSB/HSV 78° 42.69% 67.06%
CMYK 12.87% 0.00% 42.69%
32.94%

Color #95AB62 in popluar number systems.

HEX 95 AB 62
Decimal 149 171 98
Binary 10010101 10101011 1100010
Octal 225 253 142

Shades and tints

Shades of #95AB62

#95AB62
(149,171,98)
#889C5A
(136,156,90)
#7B8D52
(123,141,82)
#6E7E4A
(110,126,74)
#616F42
(97,111,66)
#54603A
(84,96,58)
#475132
(71,81,50)
#3A422A
(58,66,42)
#2D3322
(45,51,34)
#20241A
(32,36,26)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #95AB62

#95AB62
(149,171,98)
#9EB270
(158,178,112)
#A7B97E
(167,185,126)
#B0C08C
(176,192,140)
#B9C79A
(185,199,154)
#C2CEA8
(194,206,168)
#CBD5B6
(203,213,182)
#D4DCC4
(212,220,196)
#DDE3D2
(221,227,210)
#E6EAE0
(230,234,224)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95AB62 color. Also use rgb(149,171,98) instead hex code.

Text Font Color

.myTextColor { color: #95AB62; }

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

This text font color is #95AB62.

Background Color

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

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

This div background color is #95AB62.

Border color

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

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

This div border color is #95AB62.

Opacity

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

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

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

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

This text has shadow with #95AB62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95AB62.

Preview

Color preview on black background

This text has color #95AB62 on black background.


Color preview on white background

This text has color #95AB62 on white background.


Black color preview on #95AB62 background

This text has black color on #95AB62 background.


White color preview on #95AB62 background

This text has white color on #95AB62 background.


Related colors

Complementary color

Complementary color for #hex is #6A549D.


I love getcolorcode.com

Triadic colors

1 #6295AB and #AB6295 with #95AB62 are triadic colors.

2 #62AB95 and #AB9562 with #95AB62 are triadic colors.