COLOR #98B566

HEX: #98B566 RGB: (152,181,102)

Color info

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

RGB color model

#98B566 color RGB value is (152,181,102).

RGB: (152,181,102) (60%, 71%, 40%)

RGB channels and saturation

R 152 of 255 = 60%
G 181 of 255 = 71%
B 102 of 255 = 40%

152
181
102

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

Portions of RGB colors in percentages

R + G + B = 152 + 181 + 102 = 435 (100%)
R 152 of 435 ~ 34.94%
G 181 of 435 ~ 41.61%
B 102 of 435 ~ 23.45'%

%34.94
%41.61
%23.45

CMYK color model

#98B566 color CMYK value is (16,0,44,29).

  • cyan value is 16.02%
  • magenta value is 0.00%
  • yellow value is 43.65%
  • key color value is 29.02%

CMYK: (16,0,44,29)
C16M0Y44K29 (16%, 0%, 44%, 29%)
(0.16 / 0.00 / 0.44 / 0.29)

CMYK percentages

%16.02
%0
%43.65
%29.02

Codes

Color #98B566 in popluar color models

98 B5 66
RGB 152 181 102
HSL 82° 34.80% 55.49%
HSB/HSV 82° 43.65% 70.98%
CMYK 16.02% 0.00% 43.65%
29.02%

Color #98B566 in popluar number systems.

HEX 98 B5 66
Decimal 152 181 102
Binary 10011000 10110101 1100110
Octal 230 265 146

Shades and tints

Shades of #98B566

#98B566
(152,181,102)
#8BA55D
(139,165,93)
#7E9554
(126,149,84)
#71854B
(113,133,75)
#647542
(100,117,66)
#576539
(87,101,57)
#4A5530
(74,85,48)
#3D4527
(61,69,39)
#30351E
(48,53,30)
#232515
(35,37,21)
#16150C
(22,21,12)
#000000
(0,0,0)

Tints of #98B566

#98B566
(152,181,102)
#A1BB73
(161,187,115)
#AAC180
(170,193,128)
#B3C78D
(179,199,141)
#BCCD9A
(188,205,154)
#C5D3A7
(197,211,167)
#CED9B4
(206,217,180)
#D7DFC1
(215,223,193)
#E0E5CE
(224,229,206)
#E9EBDB
(233,235,219)
#F2F1E8
(242,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98B566 color. Also use rgb(152,181,102) instead hex code.

Text Font Color

.myTextColor { color: #98B566; }

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

This text font color is #98B566.

Background Color

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

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

This div background color is #98B566.

Border color

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

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

This div border color is #98B566.

Opacity

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

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

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

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

This text has shadow with #98B566 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98B566.

Preview

Color preview on black background

This text has color #98B566 on black background.


Color preview on white background

This text has color #98B566 on white background.


Black color preview on #98B566 background

This text has black color on #98B566 background.


White color preview on #98B566 background

This text has white color on #98B566 background.


Related colors

Complementary color

Complementary color for #hex is #674A99.


I love getcolorcode.com

Triadic colors

1 #6698B5 and #B56698 with #98B566 are triadic colors.

2 #66B598 and #B59866 with #98B566 are triadic colors.