COLOR #98A13D

HEX: #98A13D RGB: (152,161,61)

Color info

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

RGB color model

#98A13D color RGB value is (152,161,61).

RGB: (152,161,61) (60%, 63%, 24%)

RGB channels and saturation

R 152 of 255 = 60%
G 161 of 255 = 63%
B 61 of 255 = 24%

152
161
61

R + G + B ~ 49%. #98A13D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 152 + 161 + 61 = 374 (100%)
R 152 of 374 ~ 40.64%
G 161 of 374 ~ 43.05%
B 61 of 374 ~ 16.31'%

%40.64
%43.05
%16.31

CMYK color model

#98A13D color CMYK value is (6,0,62,37).

  • cyan value is 5.59%
  • magenta value is 0.00%
  • yellow value is 62.11%
  • key color value is 36.86%

CMYK: (6,0,62,37)
C6M0Y62K37 (6%, 0%, 62%, 37%)
(0.06 / 0.00 / 0.62 / 0.37)

CMYK percentages

%5.59
%0
%62.11
%36.86

Codes

Color #98A13D in popluar color models

98 A1 3D
RGB 152 161 61
HSL 65° 45.05% 43.53%
HSB/HSV 65° 62.11% 63.14%
CMYK 5.59% 0.00% 62.11%
36.86%

Color #98A13D in popluar number systems.

HEX 98 A1 3D
Decimal 152 161 61
Binary 10011000 10100001 111101
Octal 230 241 75

Shades and tints

Shades of #98A13D

#98A13D
(152,161,61)
#8B9338
(139,147,56)
#7E8533
(126,133,51)
#71772E
(113,119,46)
#646929
(100,105,41)
#575B24
(87,91,36)
#4A4D1F
(74,77,31)
#3D3F1A
(61,63,26)
#303115
(48,49,21)
#232310
(35,35,16)
#16150B
(22,21,11)
#000000
(0,0,0)

Tints of #98A13D

#98A13D
(152,161,61)
#A1A94E
(161,169,78)
#AAB15F
(170,177,95)
#B3B970
(179,185,112)
#BCC181
(188,193,129)
#C5C992
(197,201,146)
#CED1A3
(206,209,163)
#D7D9B4
(215,217,180)
#E0E1C5
(224,225,197)
#E9E9D6
(233,233,214)
#F2F1E7
(242,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A13D color. Also use rgb(152,161,61) instead hex code.

Text Font Color

.myTextColor { color: #98A13D; }

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

This text font color is #98A13D.

Background Color

.myBgColor { background-color: #98A13D; }

<div style="background-color:#98A13D">Inner text</div>

This div background color is #98A13D.

Border color

.myBorderColor { border: 1px solid #98A13D; }

<div style="border:3px solid #98A13D">Div</div>

This div border color is #98A13D.

Opacity

.myOpacity80 { color: #98A13D; opacity: 0.8; }

<p style="color:#98A13D;opacity:0.8;">80%</p>

Text with #98A13D 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 #98A13D;}

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

This text has shadow with #98A13D color.


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

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

This text has shadow with #98A13D primary color and red secondary color.


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

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

This text has shadow with #98A13D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #98A13D.

Preview

Color preview on black background

This text has color #98A13D on black background.


Color preview on white background

This text has color #98A13D on white background.


Black color preview on #98A13D background

This text has black color on #98A13D background.


White color preview on #98A13D background

This text has white color on #98A13D background.


Related colors

Complementary color

Complementary color for #hex is #675EC2.


I love getcolorcode.com

Triadic colors

1 #3D98A1 and #A13D98 with #98A13D are triadic colors.

2 #3DA198 and #A1983D with #98A13D are triadic colors.