COLOR #95A920

HEX: #95A920 RGB: (149,169,32)

Color info

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

RGB color model

#95A920 color RGB value is (149,169,32).

RGB: (149,169,32) (58%, 66%, 13%)

RGB channels and saturation

R 149 of 255 = 58%
G 169 of 255 = 66%
B 32 of 255 = 13%

149
169
32

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

Portions of RGB colors in percentages

R + G + B = 149 + 169 + 32 = 350 (100%)
R 149 of 350 ~ 42.57%
G 169 of 350 ~ 48.29%
B 32 of 350 ~ 9.14'%

%42.57
%48.29

CMYK color model

#95A920 color CMYK value is (12,0,81,34).

  • cyan value is 11.83%
  • magenta value is 0.00%
  • yellow value is 81.07%
  • key color value is 33.73%

CMYK: (12,0,81,34)
C12M0Y81K34 (12%, 0%, 81%, 34%)
(0.12 / 0.00 / 0.81 / 0.34)

CMYK percentages

%11.83
%0
%81.07
%33.73

Codes

Color #95A920 in popluar color models

95 A9 20
RGB 149 169 32
HSL 69° 68.16% 39.41%
HSB/HSV 69° 81.07% 66.27%
CMYK 11.83% 0.00% 81.07%
33.73%

Color #95A920 in popluar number systems.

HEX 95 A9 20
Decimal 149 169 32
Binary 10010101 10101001 100000
Octal 225 251 40

Shades and tints

Shades of #95A920

#95A920
(149,169,32)
#889A1E
(136,154,30)
#7B8B1C
(123,139,28)
#6E7C1A
(110,124,26)
#616D18
(97,109,24)
#545E16
(84,94,22)
#474F14
(71,79,20)
#3A4012
(58,64,18)
#2D3110
(45,49,16)
#20220E
(32,34,14)
#13130C
(19,19,12)
#000000
(0,0,0)

Tints of #95A920

#95A920
(149,169,32)
#9EB034
(158,176,52)
#A7B748
(167,183,72)
#B0BE5C
(176,190,92)
#B9C570
(185,197,112)
#C2CC84
(194,204,132)
#CBD398
(203,211,152)
#D4DAAC
(212,218,172)
#DDE1C0
(221,225,192)
#E6E8D4
(230,232,212)
#EFEFE8
(239,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A920 color. Also use rgb(149,169,32) instead hex code.

Text Font Color

.myTextColor { color: #95A920; }

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

This text font color is #95A920.

Background Color

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

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

This div background color is #95A920.

Border color

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

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

This div border color is #95A920.

Opacity

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

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

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

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

This text has shadow with #95A920 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A920.

Preview

Color preview on black background

This text has color #95A920 on black background.


Color preview on white background

This text has color #95A920 on white background.


Black color preview on #95A920 background

This text has black color on #95A920 background.


White color preview on #95A920 background

This text has white color on #95A920 background.


Related colors

Complementary color

Complementary color for #hex is #6A56DF.


I love getcolorcode.com

Triadic colors

1 #2095A9 and #A92095 with #95A920 are triadic colors.

2 #20A995 and #A99520 with #95A920 are triadic colors.