COLOR #9BAF4B

HEX: #9BAF4B RGB: (155,175,75)

Color info

#9BAF4B contains mainly red and green colors. Web safe color of #9BAF4B is #999933 (or #993).

RGB color model

#9BAF4B color RGB value is (155,175,75).

RGB: (155,175,75) (61%, 69%, 29%)

RGB channels and saturation

R 155 of 255 = 61%
G 175 of 255 = 69%
B 75 of 255 = 29%

155
175
75

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

Portions of RGB colors in percentages

R + G + B = 155 + 175 + 75 = 405 (100%)
R 155 of 405 ~ 38.27%
G 175 of 405 ~ 43.21%
B 75 of 405 ~ 18.52'%

%38.27
%43.21
%18.52

CMYK color model

#9BAF4B color CMYK value is (11,0,57,31).

  • cyan value is 11.43%
  • magenta value is 0.00%
  • yellow value is 57.14%
  • key color value is 31.37%

CMYK: (11,0,57,31)
C11M0Y57K31 (11%, 0%, 57%, 31%)
(0.11 / 0.00 / 0.57 / 0.31)

CMYK percentages

%11.43
%0
%57.14
%31.37

Codes

Color #9BAF4B in popluar color models

9B AF 4B
RGB 155 175 75
HSL 72° 40.00% 49.02%
HSB/HSV 72° 57.14% 68.63%
CMYK 11.43% 0.00% 57.14%
31.37%

Color #9BAF4B in popluar number systems.

HEX 9B AF 4B
Decimal 155 175 75
Binary 10011011 10101111 1001011
Octal 233 257 113

Shades and tints

Shades of #9BAF4B

#9BAF4B
(155,175,75)
#8DA045
(141,160,69)
#7F913F
(127,145,63)
#718239
(113,130,57)
#637333
(99,115,51)
#55642D
(85,100,45)
#475527
(71,85,39)
#394621
(57,70,33)
#2B371B
(43,55,27)
#1D2815
(29,40,21)
#0F190F
(15,25,15)
#000000
(0,0,0)

Tints of #9BAF4B

#9BAF4B
(155,175,75)
#A4B65B
(164,182,91)
#ADBD6B
(173,189,107)
#B6C47B
(182,196,123)
#BFCB8B
(191,203,139)
#C8D29B
(200,210,155)
#D1D9AB
(209,217,171)
#DAE0BB
(218,224,187)
#E3E7CB
(227,231,203)
#ECEEDB
(236,238,219)
#F5F5EB
(245,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BAF4B color. Also use rgb(155,175,75) instead hex code.

Text Font Color

.myTextColor { color: #9BAF4B; }

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

This text font color is #9BAF4B.

Background Color

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

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

This div background color is #9BAF4B.

Border color

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

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

This div border color is #9BAF4B.

Opacity

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

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

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

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

This text has shadow with #9BAF4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BAF4B.

Preview

Color preview on black background

This text has color #9BAF4B on black background.


Color preview on white background

This text has color #9BAF4B on white background.


Black color preview on #9BAF4B background

This text has black color on #9BAF4B background.


White color preview on #9BAF4B background

This text has white color on #9BAF4B background.


Related colors

Complementary color

Complementary color for #hex is #6450B4.


I love getcolorcode.com

Triadic colors

1 #4B9BAF and #AF4B9B with #9BAF4B are triadic colors.

2 #4BAF9B and #AF9B4B with #9BAF4B are triadic colors.