COLOR #959100

HEX: #959100
RGB: (149,145,0)

Color info

#959100 contains only red and green colors. Web safe color of #959100 is #999900 (or #990).

RGB color model

#959100 color RGB value is (149,145,0).

  • red value is 149;
  • green value is 145;
  • blue value is 0.
RGB:
(149,145,0)
(58%,57%,0%)

RGB channels and saturation

R 149 of 255 = 58%
G 145 of 255 = 57%
B 0 of 255 = 0%

149
145
0

R + G + B ~ 38%. #959100 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 145 + 0 = 294 (100%)
R 149 of 294 ~ 50.68%
G 145 of 294 ~ 49.32%
B 0 of 294 ~ 0%

%50.68
%49.32

CMYK color model

#959100 color CMYK value is (0,3,100,42).

  • cyan value is 0.00%
  • magenta value is 2.68%
  • yellow value is 100.00%
  • key color value is 41.57%
CMYK:
(0,3,100,42)
C0M3Y100K42 
(0%,3%,100%,42%)
(0.00/0.03/1.00/0.42)	

CMYK percentages

%0
%2.68
%100
%41.57

Codes

Color #959100 in popluar color models

959100
RGB1491450
HSL58°100.00%29.22%
HSB/HSV58°100.00%58.43%
CMYK0.00%2.68%100.00%
41.57%

Color #959100 in popluar number systems.

HEX959100
Decimal1491450
Binary10010101100100010
Octal2252210

Shades and tints

Shades of #959100

#959100
(149,145,0)
#888400
(136,132,0)
#7B7700
(123,119,0)
#6E6A00
(110,106,0)
#615D00
(97,93,0)
#545000
(84,80,0)
#474300
(71,67,0)
#3A3600
(58,54,0)
#2D2900
(45,41,0)
#201C00
(32,28,0)
#130F00
(19,15,0)
#000000
(0,0,0)

Tints of #959100

#959100
(149,145,0)
#9E9B17
(158,155,23)
#A7A52E
(167,165,46)
#B0AF45
(176,175,69)
#B9B95C
(185,185,92)
#C2C373
(194,195,115)
#CBCD8A
(203,205,138)
#D4D7A1
(212,215,161)
#DDE1B8
(221,225,184)
#E6EBCF
(230,235,207)
#EFF5E6
(239,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959100 color. Also use rgb(149,145,0) instead hex code.

Text Font Color

.myTextColor { color: #959100; }

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

This text font color is #959100.


Background Color

.myBgColor { background-color: #959100; }

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

This div background color is #959100.


Border color

.myBorderColor { border: 1px solid #959100; }

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

This div border color is #959100.


Opacity

.myOpacity80 { color: #959100; opacity: 0.8; }

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

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

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

This text has shadow with #959100 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959100 on black background.


Color preview on white background

This text has color #959100 on white background.



Black color preview on #959100 background

This text has black color on #959100 background.


White color preview on #959100 background

This text has white color on #959100 background.