COLOR #9A9D66

HEX: #9A9D66 RGB: (154,157,102)

Color info

#9A9D66 contains red, green and blue colors in about the same proportion. Web safe color of #9A9D66 is #999966 (or #996).

RGB color model

#9A9D66 color RGB value is (154,157,102).

RGB: (154,157,102) (60%, 62%, 40%)

RGB channels and saturation

R 154 of 255 = 60%
G 157 of 255 = 62%
B 102 of 255 = 40%

154
157
102

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

Portions of RGB colors in percentages

R + G + B = 154 + 157 + 102 = 413 (100%)
R 154 of 413 ~ 37.29%
G 157 of 413 ~ 38.01%
B 102 of 413 ~ 24.7'%

%37.29
%38.01
%24.7

CMYK color model

#9A9D66 color CMYK value is (2,0,35,38).

  • cyan value is 1.91%
  • magenta value is 0.00%
  • yellow value is 35.03%
  • key color value is 38.43%
CMYK: (2,0,35,38) C2M0Y35K38 (2%,0%,35%,38%) (0.02/0.00/0.35/0.38) 

CMYK percentages

%1.91
%0
%35.03
%38.43

Codes

Color #9A9D66 in popluar color models

9A 9D 66
RGB 154 157 102
HSL 63° 21.91% 50.78%
HSB/HSV 63° 35.03% 61.57%
CMYK 1.91% 0.00% 35.03%
38.43%

Color #9A9D66 in popluar number systems.

HEX 9A 9D 66
Decimal 154 157 102
Binary 10011010 10011101 1100110
Octal 232 235 146

Shades and tints

Shades of #9A9D66

#9A9D66
(154,157,102)
#8C8F5D
(140,143,93)
#7E8154
(126,129,84)
#70734B
(112,115,75)
#626542
(98,101,66)
#545739
(84,87,57)
#464930
(70,73,48)
#383B27
(56,59,39)
#2A2D1E
(42,45,30)
#1C1F15
(28,31,21)
#0E110C
(14,17,12)
#000000
(0,0,0)

Tints of #9A9D66

#9A9D66
(154,157,102)
#A3A573
(163,165,115)
#ACAD80
(172,173,128)
#B5B58D
(181,181,141)
#BEBD9A
(190,189,154)
#C7C5A7
(199,197,167)
#D0CDB4
(208,205,180)
#D9D5C1
(217,213,193)
#E2DDCE
(226,221,206)
#EBE5DB
(235,229,219)
#F4EDE8
(244,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A9D66 color. Also use rgb(154,157,102) instead hex code.

Text Font Color

.myTextColor { color: #9A9D66; }

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

This text font color is #9A9D66.

Background Color

.myBgColor { background-color: #9A9D66; }

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

This div background color is #9A9D66.

Border color

.myBorderColor { border: 1px solid #9A9D66; }

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

This div border color is #9A9D66.

Opacity

.myOpacity80 { color: #9A9D66; opacity: 0.8; }

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

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

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

This text has shadow with #9A9D66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A9D66.

Preview

Color preview on black background

This text has color #9A9D66 on black background.


Color preview on white background

This text has color #9A9D66 on white background.


Black color preview on #9A9D66 background

This text has black color on #9A9D66 background.


White color preview on #9A9D66 background

This text has white color on #9A9D66 background.


Related colors

Complementary color

Complementary color for #hex is #656299.


I love getcolorcode.com

Triadic colors

1 #669A9D and #9D669A with #9A9D66 are triadic colors.

2 #669D9A and #9D9A66 with #9A9D66 are triadic colors.