COLOR #9CB75D

HEX: #9CB75D
RGB: (156,183,93)

Color info

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

RGB color model

#9CB75D color RGB value is (156,183,93).

  • red value is 156;
  • green value is 183;
  • blue value is 93.
RGB:
(156,183,93)
(61%,72%,36%)

RGB channels and saturation

R 156 of 255 = 61%
G 183 of 255 = 72%
B 93 of 255 = 36%

156
183
93

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

Portions of RGB colors in percentages

R + G + B =
156 + 183 + 93 = 432 (100%)
R 156 of 432 ~ 36.11%
G 183 of 432 ~ 42.36%
B 93 of 432 ~ 21.53%

%36.11
%42.36
%21.53

CMYK color model

#9CB75D color CMYK value is (15,0,49,28).

  • cyan value is 14.75%
  • magenta value is 0.00%
  • yellow value is 49.18%
  • key color value is 28.24%
CMYK:
(15,0,49,28)
C15M0Y49K28 
(15%,0%,49%,28%)
(0.15/0.00/0.49/0.28)	

CMYK percentages

%14.75
%0
%49.18
%28.24

Codes

Color #9CB75D in popluar color models

9CB75D
RGB15618393
HSL78°38.46%54.12%
HSB/HSV78°49.18%71.76%
CMYK14.75%0.00%49.18%
28.24%

Color #9CB75D in popluar number systems.

HEX9CB75D
Decimal15618393
Binary10011100101101111011101
Octal234267135

Shades and tints

Shades of #9CB75D

#9CB75D
(156,183,93)
#8EA755
(142,167,85)
#80974D
(128,151,77)
#728745
(114,135,69)
#64773D
(100,119,61)
#566735
(86,103,53)
#48572D
(72,87,45)
#3A4725
(58,71,37)
#2C371D
(44,55,29)
#1E2715
(30,39,21)
#10170D
(16,23,13)
#000000
(0,0,0)

Tints of #9CB75D

#9CB75D
(156,183,93)
#A5BD6B
(165,189,107)
#AEC379
(174,195,121)
#B7C987
(183,201,135)
#C0CF95
(192,207,149)
#C9D5A3
(201,213,163)
#D2DBB1
(210,219,177)
#DBE1BF
(219,225,191)
#E4E7CD
(228,231,205)
#EDEDDB
(237,237,219)
#F6F3E9
(246,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB75D color. Also use rgb(156,183,93) instead hex code.

Text Font Color

.myTextColor { color: #9CB75D; }

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

This text font color is #9CB75D.


Background Color

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

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

This div background color is #9CB75D.


Border color

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

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

This div border color is #9CB75D.


Opacity

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

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

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

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

This text has shadow with #9CB75D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CB75D on black background.


Color preview on white background

This text has color #9CB75D on white background.



Black color preview on #9CB75D background

This text has black color on #9CB75D background.


White color preview on #9CB75D background

This text has white color on #9CB75D background.