COLOR #9BA75D

HEX: #9BA75D
RGB: (155,167,93)

Color info

#9BA75D contains mainly red and green colors. Web safe color of #9BA75D is #999966 (or #996).

RGB color model

#9BA75D color RGB value is (155,167,93).

  • red value is 155;
  • green value is 167;
  • blue value is 93.
RGB:
(155,167,93)
(61%,65%,36%)

RGB channels and saturation

R 155 of 255 = 61%
G 167 of 255 = 65%
B 93 of 255 = 36%

155
167
93

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

Portions of RGB colors in percentages

R + G + B =
155 + 167 + 93 = 415 (100%)
R 155 of 415 ~ 37.35%
G 167 of 415 ~ 40.24%
B 93 of 415 ~ 22.41%

%37.35
%40.24
%22.41

CMYK color model

#9BA75D color CMYK value is (7,0,44,35).

  • cyan value is 7.19%
  • magenta value is 0.00%
  • yellow value is 44.31%
  • key color value is 34.51%
CMYK:
(7,0,44,35)
C7M0Y44K35 
(7%,0%,44%,35%)
(0.07/0.00/0.44/0.35)	

CMYK percentages

%7.19
%0
%44.31
%34.51

Codes

Color #9BA75D in popluar color models

9BA75D
RGB15516793
HSL70°29.60%50.98%
HSB/HSV70°44.31%65.49%
CMYK7.19%0.00%44.31%
34.51%

Color #9BA75D in popluar number systems.

HEX9BA75D
Decimal15516793
Binary10011011101001111011101
Octal233247135

Shades and tints

Shades of #9BA75D

#9BA75D
(155,167,93)
#8D9855
(141,152,85)
#7F894D
(127,137,77)
#717A45
(113,122,69)
#636B3D
(99,107,61)
#555C35
(85,92,53)
#474D2D
(71,77,45)
#393E25
(57,62,37)
#2B2F1D
(43,47,29)
#1D2015
(29,32,21)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #9BA75D

#9BA75D
(155,167,93)
#A4AF6B
(164,175,107)
#ADB779
(173,183,121)
#B6BF87
(182,191,135)
#BFC795
(191,199,149)
#C8CFA3
(200,207,163)
#D1D7B1
(209,215,177)
#DADFBF
(218,223,191)
#E3E7CD
(227,231,205)
#ECEFDB
(236,239,219)
#F5F7E9
(245,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA75D color. Also use rgb(155,167,93) instead hex code.

Text Font Color

.myTextColor { color: #9BA75D; }

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

This text font color is #9BA75D.


Background Color

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

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

This div background color is #9BA75D.


Border color

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

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

This div border color is #9BA75D.


Opacity

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

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

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

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

This text has shadow with #9BA75D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA75D on black background.


Color preview on white background

This text has color #9BA75D on white background.



Black color preview on #9BA75D background

This text has black color on #9BA75D background.


White color preview on #9BA75D background

This text has white color on #9BA75D background.