COLOR #98A93D

HEX: #98A93D RGB: (152,169,61)

Color info

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

RGB color model

#98A93D color RGB value is (152,169,61).

RGB: (152,169,61) (60%, 66%, 24%)

RGB channels and saturation

R 152 of 255 = 60%
G 169 of 255 = 66%
B 61 of 255 = 24%

152
169
61

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

Portions of RGB colors in percentages

R + G + B = 152 + 169 + 61 = 382 (100%)
R 152 of 382 ~ 39.79%
G 169 of 382 ~ 44.24%
B 61 of 382 ~ 15.97'%

%39.79
%44.24
%15.97

CMYK color model

#98A93D color CMYK value is (10,0,64,34).

  • cyan value is 10.06%
  • magenta value is 0.00%
  • yellow value is 63.91%
  • key color value is 33.73%
CMYK: (10,0,64,34) C10M0Y64K34 (10%,0%,64%,34%) (0.10/0.00/0.64/0.34) 

CMYK percentages

%10.06
%0
%63.91
%33.73

Codes

Color #98A93D in popluar color models

98 A9 3D
RGB 152 169 61
HSL 69° 46.96% 45.10%
HSB/HSV 69° 63.91% 66.27%
CMYK 10.06% 0.00% 63.91%
33.73%

Color #98A93D in popluar number systems.

HEX 98 A9 3D
Decimal 152 169 61
Binary 10011000 10101001 111101
Octal 230 251 75

Shades and tints

Shades of #98A93D

#98A93D
(152,169,61)
#8B9A38
(139,154,56)
#7E8B33
(126,139,51)
#717C2E
(113,124,46)
#646D29
(100,109,41)
#575E24
(87,94,36)
#4A4F1F
(74,79,31)
#3D401A
(61,64,26)
#303115
(48,49,21)
#232210
(35,34,16)
#16130B
(22,19,11)
#000000
(0,0,0)

Tints of #98A93D

#98A93D
(152,169,61)
#A1B04E
(161,176,78)
#AAB75F
(170,183,95)
#B3BE70
(179,190,112)
#BCC581
(188,197,129)
#C5CC92
(197,204,146)
#CED3A3
(206,211,163)
#D7DAB4
(215,218,180)
#E0E1C5
(224,225,197)
#E9E8D6
(233,232,214)
#F2EFE7
(242,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98A93D; }

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

This text font color is #98A93D.

Background Color

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

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

This div background color is #98A93D.

Border color

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

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

This div border color is #98A93D.

Opacity

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

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

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

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

This text has shadow with #98A93D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98A93D.

Preview

Color preview on black background

This text has color #98A93D on black background.


Color preview on white background

This text has color #98A93D on white background.


Black color preview on #98A93D background

This text has black color on #98A93D background.


White color preview on #98A93D background

This text has white color on #98A93D background.


Related colors

Complementary color

Complementary color for #hex is #6756C2.


I love getcolorcode.com

Triadic colors

1 #3D98A9 and #A93D98 with #98A93D are triadic colors.

2 #3DA998 and #A9983D with #98A93D are triadic colors.