COLOR #9CBA62

HEX: #9CBA62 RGB: (156,186,98)

Color info

#9CBA62 contains mainly red and green colors. Web safe color of #9CBA62 is #99CC66 (or #9C6).

RGB color model

#9CBA62 color RGB value is (156,186,98).

RGB: (156,186,98) (61%, 73%, 38%)

RGB channels and saturation

R 156 of 255 = 61%
G 186 of 255 = 73%
B 98 of 255 = 38%

156
186
98

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

Portions of RGB colors in percentages

R + G + B = 156 + 186 + 98 = 440 (100%)
R 156 of 440 ~ 35.45%
G 186 of 440 ~ 42.27%
B 98 of 440 ~ 22.27'%

%35.45
%42.27
%22.27

CMYK color model

#9CBA62 color CMYK value is (16,0,47,27).

  • cyan value is 16.13%
  • magenta value is 0.00%
  • yellow value is 47.31%
  • key color value is 27.06%

CMYK: (16,0,47,27)
C16M0Y47K27 (16%, 0%, 47%, 27%)
(0.16 / 0.00 / 0.47 / 0.27)

CMYK percentages

%16.13
%0
%47.31
%27.06

Codes

Color #9CBA62 in popluar color models

9C BA 62
RGB 156 186 98
HSL 80° 38.94% 55.69%
HSB/HSV 80° 47.31% 72.94%
CMYK 16.13% 0.00% 47.31%
27.06%

Color #9CBA62 in popluar number systems.

HEX 9C BA 62
Decimal 156 186 98
Binary 10011100 10111010 1100010
Octal 234 272 142

Shades and tints

Shades of #9CBA62

#9CBA62
(156,186,98)
#8EAA5A
(142,170,90)
#809A52
(128,154,82)
#728A4A
(114,138,74)
#647A42
(100,122,66)
#566A3A
(86,106,58)
#485A32
(72,90,50)
#3A4A2A
(58,74,42)
#2C3A22
(44,58,34)
#1E2A1A
(30,42,26)
#101A12
(16,26,18)
#000000
(0,0,0)

Tints of #9CBA62

#9CBA62
(156,186,98)
#A5C070
(165,192,112)
#AEC67E
(174,198,126)
#B7CC8C
(183,204,140)
#C0D29A
(192,210,154)
#C9D8A8
(201,216,168)
#D2DEB6
(210,222,182)
#DBE4C4
(219,228,196)
#E4EAD2
(228,234,210)
#EDF0E0
(237,240,224)
#F6F6EE
(246,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CBA62 color. Also use rgb(156,186,98) instead hex code.

Text Font Color

.myTextColor { color: #9CBA62; }

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

This text font color is #9CBA62.

Background Color

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

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

This div background color is #9CBA62.

Border color

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

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

This div border color is #9CBA62.

Opacity

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

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

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

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

This text has shadow with #9CBA62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CBA62.

Preview

Color preview on black background

This text has color #9CBA62 on black background.


Color preview on white background

This text has color #9CBA62 on white background.


Black color preview on #9CBA62 background

This text has black color on #9CBA62 background.


White color preview on #9CBA62 background

This text has white color on #9CBA62 background.


Related colors

Complementary color

Complementary color for #hex is #63459D.


I love getcolorcode.com

Triadic colors

1 #629CBA and #BA629C with #9CBA62 are triadic colors.

2 #62BA9C and #BA9C62 with #9CBA62 are triadic colors.