COLOR #9ABD5C

HEX: #9ABD5C
RGB: (154,189,92)

Color info

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

RGB color model

#9ABD5C color RGB value is (154,189,92).

  • red value is 154;
  • green value is 189;
  • blue value is 92.
RGB:
(154,189,92)
(60%,74%,36%)

RGB channels and saturation

R 154 of 255 = 60%
G 189 of 255 = 74%
B 92 of 255 = 36%

154
189
92

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

Portions of RGB colors in percentages

R + G + B =
154 + 189 + 92 = 435 (100%)
R 154 of 435 ~ 35.4%
G 189 of 435 ~ 43.45%
B 92 of 435 ~ 21.15%

%35.4
%43.45
%21.15

CMYK color model

#9ABD5C color CMYK value is (19,0,51,26).

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 51.32%
  • key color value is 25.88%
CMYK:
(19,0,51,26)
C19M0Y51K26 
(19%,0%,51%,26%)
(0.19/0.00/0.51/0.26)	

CMYK percentages

%18.52
%0
%51.32
%25.88

Codes

Color #9ABD5C in popluar color models

9ABD5C
RGB15418992
HSL82°42.36%55.10%
HSB/HSV82°51.32%74.12%
CMYK18.52%0.00%51.32%
25.88%

Color #9ABD5C in popluar number systems.

HEX9ABD5C
Decimal15418992
Binary10011010101111011011100
Octal232275134

Shades and tints

Shades of #9ABD5C

#9ABD5C
(154,189,92)
#8CAC54
(140,172,84)
#7E9B4C
(126,155,76)
#708A44
(112,138,68)
#62793C
(98,121,60)
#546834
(84,104,52)
#46572C
(70,87,44)
#384624
(56,70,36)
#2A351C
(42,53,28)
#1C2414
(28,36,20)
#0E130C
(14,19,12)
#000000
(0,0,0)

Tints of #9ABD5C

#9ABD5C
(154,189,92)
#A3C36A
(163,195,106)
#ACC978
(172,201,120)
#B5CF86
(181,207,134)
#BED594
(190,213,148)
#C7DBA2
(199,219,162)
#D0E1B0
(208,225,176)
#D9E7BE
(217,231,190)
#E2EDCC
(226,237,204)
#EBF3DA
(235,243,218)
#F4F9E8
(244,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ABD5C color. Also use rgb(154,189,92) instead hex code.

Text Font Color

.myTextColor { color: #9ABD5C; }

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

This text font color is #9ABD5C.


Background Color

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

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

This div background color is #9ABD5C.


Border color

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

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

This div border color is #9ABD5C.


Opacity

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

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

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

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

This text has shadow with #9ABD5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABD5C on black background.


Color preview on white background

This text has color #9ABD5C on white background.



Black color preview on #9ABD5C background

This text has black color on #9ABD5C background.


White color preview on #9ABD5C background

This text has white color on #9ABD5C background.