COLOR #9CB65E

HEX: #9CB65E
RGB: (156,182,94)

Color info

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

RGB color model

#9CB65E color RGB value is (156,182,94).

  • red value is 156;
  • green value is 182;
  • blue value is 94.
RGB:
(156,182,94)
(61%,71%,37%)

RGB channels and saturation

R 156 of 255 = 61%
G 182 of 255 = 71%
B 94 of 255 = 37%

156
182
94

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

Portions of RGB colors in percentages

R + G + B =
156 + 182 + 94 = 432 (100%)
R 156 of 432 ~ 36.11%
G 182 of 432 ~ 42.13%
B 94 of 432 ~ 21.76%

%36.11
%42.13
%21.76

CMYK color model

#9CB65E color CMYK value is (14,0,48,29).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 48.35%
  • key color value is 28.63%
CMYK:
(14,0,48,29)
C14M0Y48K29 
(14%,0%,48%,29%)
(0.14/0.00/0.48/0.29)	

CMYK percentages

%14.29
%0
%48.35
%28.63

Codes

Color #9CB65E in popluar color models

9CB65E
RGB15618294
HSL78°37.61%54.12%
HSB/HSV78°48.35%71.37%
CMYK14.29%0.00%48.35%
28.63%

Color #9CB65E in popluar number systems.

HEX9CB65E
Decimal15618294
Binary10011100101101101011110
Octal234266136

Shades and tints

Shades of #9CB65E

#9CB65E
(156,182,94)
#8EA656
(142,166,86)
#80964E
(128,150,78)
#728646
(114,134,70)
#64763E
(100,118,62)
#566636
(86,102,54)
#48562E
(72,86,46)
#3A4626
(58,70,38)
#2C361E
(44,54,30)
#1E2616
(30,38,22)
#10160E
(16,22,14)
#000000
(0,0,0)

Tints of #9CB65E

#9CB65E
(156,182,94)
#A5BC6C
(165,188,108)
#AEC27A
(174,194,122)
#B7C888
(183,200,136)
#C0CE96
(192,206,150)
#C9D4A4
(201,212,164)
#D2DAB2
(210,218,178)
#DBE0C0
(219,224,192)
#E4E6CE
(228,230,206)
#EDECDC
(237,236,220)
#F6F2EA
(246,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB65E color. Also use rgb(156,182,94) instead hex code.

Text Font Color

.myTextColor { color: #9CB65E; }

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

This text font color is #9CB65E.


Background Color

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

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

This div background color is #9CB65E.


Border color

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

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

This div border color is #9CB65E.


Opacity

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

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

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

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

This text has shadow with #9CB65E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CB65E on black background.


Color preview on white background

This text has color #9CB65E on white background.



Black color preview on #9CB65E background

This text has black color on #9CB65E background.


White color preview on #9CB65E background

This text has white color on #9CB65E background.