COLOR #9BAD66

HEX: #9BAD66 RGB: (155,173,102)

Color info

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

RGB color model

#9BAD66 color RGB value is (155,173,102).

RGB: (155,173,102) (61%, 68%, 40%)

RGB channels and saturation

R 155 of 255 = 61%
G 173 of 255 = 68%
B 102 of 255 = 40%

155
173
102

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

Portions of RGB colors in percentages

R + G + B = 155 + 173 + 102 = 430 (100%)
R 155 of 430 ~ 36.05%
G 173 of 430 ~ 40.23%
B 102 of 430 ~ 23.72'%

%36.05
%40.23
%23.72

CMYK color model

#9BAD66 color CMYK value is (10,0,41,32).

  • cyan value is 10.40%
  • magenta value is 0.00%
  • yellow value is 41.04%
  • key color value is 32.16%

CMYK: (10,0,41,32)
C10M0Y41K32 (10%, 0%, 41%, 32%)
(0.10 / 0.00 / 0.41 / 0.32)

CMYK percentages

%10.4
%0
%41.04
%32.16

Codes

Color #9BAD66 in popluar color models

9B AD 66
RGB 155 173 102
HSL 75° 30.21% 53.92%
HSB/HSV 75° 41.04% 67.84%
CMYK 10.40% 0.00% 41.04%
32.16%

Color #9BAD66 in popluar number systems.

HEX 9B AD 66
Decimal 155 173 102
Binary 10011011 10101101 1100110
Octal 233 255 146

Shades and tints

Shades of #9BAD66

#9BAD66
(155,173,102)
#8D9E5D
(141,158,93)
#7F8F54
(127,143,84)
#71804B
(113,128,75)
#637142
(99,113,66)
#556239
(85,98,57)
#475330
(71,83,48)
#394427
(57,68,39)
#2B351E
(43,53,30)
#1D2615
(29,38,21)
#0F170C
(15,23,12)
#000000
(0,0,0)

Tints of #9BAD66

#9BAD66
(155,173,102)
#A4B473
(164,180,115)
#ADBB80
(173,187,128)
#B6C28D
(182,194,141)
#BFC99A
(191,201,154)
#C8D0A7
(200,208,167)
#D1D7B4
(209,215,180)
#DADEC1
(218,222,193)
#E3E5CE
(227,229,206)
#ECECDB
(236,236,219)
#F5F3E8
(245,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BAD66 color. Also use rgb(155,173,102) instead hex code.

Text Font Color

.myTextColor { color: #9BAD66; }

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

This text font color is #9BAD66.

Background Color

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

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

This div background color is #9BAD66.

Border color

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

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

This div border color is #9BAD66.

Opacity

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

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

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

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

This text has shadow with #9BAD66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BAD66.

Preview

Color preview on black background

This text has color #9BAD66 on black background.


Color preview on white background

This text has color #9BAD66 on white background.


Black color preview on #9BAD66 background

This text has black color on #9BAD66 background.


White color preview on #9BAD66 background

This text has white color on #9BAD66 background.


Related colors

Complementary color

Complementary color for #hex is #645299.


I love getcolorcode.com

Triadic colors

1 #669BAD and #AD669B with #9BAD66 are triadic colors.

2 #66AD9B and #AD9B66 with #9BAD66 are triadic colors.