COLOR #9BB68A

HEX: #9BB68A RGB: (155,182,138)

Color info

#9BB68A contains red, green and blue colors in about the same proportion. Web safe color of #9BB68A is #99CC99 (or #9C9).

RGB color model

#9BB68A color RGB value is (155,182,138).

RGB: (155,182,138) (61%, 71%, 54%)

RGB channels and saturation

R 155 of 255 = 61%
G 182 of 255 = 71%
B 138 of 255 = 54%

155
182
138

R + G + B ~ 62%. #9BB68A is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 182 + 138 = 475 (100%)
R 155 of 475 ~ 32.63%
G 182 of 475 ~ 38.32%
B 138 of 475 ~ 29.05'%

%32.63
%38.32
%29.05

CMYK color model

#9BB68A color CMYK value is (15,0,24,29).

  • cyan value is 14.84%
  • magenta value is 0.00%
  • yellow value is 24.18%
  • key color value is 28.63%
CMYK: (15,0,24,29) C15M0Y24K29 (15%,0%,24%,29%) (0.15/0.00/0.24/0.29) 

CMYK percentages

%14.84
%0
%24.18
%28.63

Codes

Color #9BB68A in popluar color models

9B B6 8A
RGB 155 182 138
HSL 97° 23.16% 62.75%
HSB/HSV 97° 24.18% 71.37%
CMYK 14.84% 0.00% 24.18%
28.63%

Color #9BB68A in popluar number systems.

HEX 9B B6 8A
Decimal 155 182 138
Binary 10011011 10110110 10001010
Octal 233 266 212

Shades and tints

Shades of #9BB68A

#9BB68A
(155,182,138)
#8DA67E
(141,166,126)
#7F9672
(127,150,114)
#718666
(113,134,102)
#63765A
(99,118,90)
#55664E
(85,102,78)
#475642
(71,86,66)
#394636
(57,70,54)
#2B362A
(43,54,42)
#1D261E
(29,38,30)
#0F1612
(15,22,18)
#000000
(0,0,0)

Tints of #9BB68A

#9BB68A
(155,182,138)
#A4BC94
(164,188,148)
#ADC29E
(173,194,158)
#B6C8A8
(182,200,168)
#BFCEB2
(191,206,178)
#C8D4BC
(200,212,188)
#D1DAC6
(209,218,198)
#DAE0D0
(218,224,208)
#E3E6DA
(227,230,218)
#ECECE4
(236,236,228)
#F5F2EE
(245,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BB68A color. Also use rgb(155,182,138) instead hex code.

Text Font Color

.myTextColor { color: #9BB68A; }

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

This text font color is #9BB68A.

Background Color

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

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

This div background color is #9BB68A.

Border color

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

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

This div border color is #9BB68A.

Opacity

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

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

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

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

This text has shadow with #9BB68A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BB68A.

Preview

Color preview on black background

This text has color #9BB68A on black background.


Color preview on white background

This text has color #9BB68A on white background.


Black color preview on #9BB68A background

This text has black color on #9BB68A background.


White color preview on #9BB68A background

This text has white color on #9BB68A background.


Related colors

Complementary color

Complementary color for #hex is #644975.


I love getcolorcode.com

Triadic colors

1 #8A9BB6 and #B68A9B with #9BB68A are triadic colors.

2 #8AB69B and #B69B8A with #9BB68A are triadic colors.