COLOR #95AB21

HEX: #95AB21
RGB: (149,171,33)

Color info

#95AB21 contains mainly red and green colors. Web safe color of #95AB21 is #999933 (or #993).

RGB color model

#95AB21 color RGB value is (149,171,33).

  • red value is 149;
  • green value is 171;
  • blue value is 33.
RGB:
(149,171,33)
(58%,67%,13%)

RGB channels and saturation

R 149 of 255 = 58%
G 171 of 255 = 67%
B 33 of 255 = 13%

149
171
33

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

Portions of RGB colors in percentages

R + G + B =
149 + 171 + 33 = 353 (100%)
R 149 of 353 ~ 42.21%
G 171 of 353 ~ 48.44%
B 33 of 353 ~ 9.35%

%42.21
%48.44

CMYK color model

#95AB21 color CMYK value is (13,0,81,33).

  • cyan value is 12.87%
  • magenta value is 0.00%
  • yellow value is 80.70%
  • key color value is 32.94%
CMYK:
(13,0,81,33)
C13M0Y81K33 
(13%,0%,81%,33%)
(0.13/0.00/0.81/0.33)	

CMYK percentages

%12.87
%0
%80.7
%32.94

Codes

Color #95AB21 in popluar color models

95AB21
RGB14917133
HSL70°67.65%40.00%
HSB/HSV70°80.70%67.06%
CMYK12.87%0.00%80.70%
32.94%

Color #95AB21 in popluar number systems.

HEX95AB21
Decimal14917133
Binary1001010110101011100001
Octal22525341

Shades and tints

Shades of #95AB21

#95AB21
(149,171,33)
#889C1E
(136,156,30)
#7B8D1B
(123,141,27)
#6E7E18
(110,126,24)
#616F15
(97,111,21)
#546012
(84,96,18)
#47510F
(71,81,15)
#3A420C
(58,66,12)
#2D3309
(45,51,9)
#202406
(32,36,6)
#131503
(19,21,3)
#000000
(0,0,0)

Tints of #95AB21

#95AB21
(149,171,33)
#9EB235
(158,178,53)
#A7B949
(167,185,73)
#B0C05D
(176,192,93)
#B9C771
(185,199,113)
#C2CE85
(194,206,133)
#CBD599
(203,213,153)
#D4DCAD
(212,220,173)
#DDE3C1
(221,227,193)
#E6EAD5
(230,234,213)
#EFF1E9
(239,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95AB21; }

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

This text font color is #95AB21.


Background Color

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

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

This div background color is #95AB21.


Border color

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

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

This div border color is #95AB21.


Opacity

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

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

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

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

This text has shadow with #95AB21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95AB21 on black background.


Color preview on white background

This text has color #95AB21 on white background.



Black color preview on #95AB21 background

This text has black color on #95AB21 background.


White color preview on #95AB21 background

This text has white color on #95AB21 background.