COLOR #98BD08

HEX: #98BD08
RGB: (152,189,8)

Color info

#98BD08 contains mainly red and green colors. Web safe color of #98BD08 is #99CC00 (or #9C0).

RGB color model

#98BD08 color RGB value is (152,189,8).

  • red value is 152;
  • green value is 189;
  • blue value is 8.
RGB:
(152,189,8)
(60%,74%,3%)

RGB channels and saturation

R 152 of 255 = 60%
G 189 of 255 = 74%
B 8 of 255 = 3%

152
189
8

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

Portions of RGB colors in percentages

R + G + B =
152 + 189 + 8 = 349 (100%)
R 152 of 349 ~ 43.55%
G 189 of 349 ~ 54.15%
B 8 of 349 ~ 2.29%

%43.55
%54.15

CMYK color model

#98BD08 color CMYK value is (20,0,96,26).

  • cyan value is 19.58%
  • magenta value is 0.00%
  • yellow value is 95.77%
  • key color value is 25.88%
CMYK:
(20,0,96,26)
C20M0Y96K26 
(20%,0%,96%,26%)
(0.20/0.00/0.96/0.26)	

CMYK percentages

%19.58
%0
%95.77
%25.88

Codes

Color #98BD08 in popluar color models

98BD08
RGB1521898
HSL72°91.88%38.63%
HSB/HSV72°95.77%74.12%
CMYK19.58%0.00%95.77%
25.88%

Color #98BD08 in popluar number systems.

HEX98BD08
Decimal1521898
Binary10011000101111011000
Octal23027510

Shades and tints

Shades of #98BD08

#98BD08
(152,189,8)
#8BAC08
(139,172,8)
#7E9B08
(126,155,8)
#718A08
(113,138,8)
#647908
(100,121,8)
#576808
(87,104,8)
#4A5708
(74,87,8)
#3D4608
(61,70,8)
#303508
(48,53,8)
#232408
(35,36,8)
#161308
(22,19,8)
#000000
(0,0,0)

Tints of #98BD08

#98BD08
(152,189,8)
#A1C31E
(161,195,30)
#AAC934
(170,201,52)
#B3CF4A
(179,207,74)
#BCD560
(188,213,96)
#C5DB76
(197,219,118)
#CEE18C
(206,225,140)
#D7E7A2
(215,231,162)
#E0EDB8
(224,237,184)
#E9F3CE
(233,243,206)
#F2F9E4
(242,249,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98BD08 color. Also use rgb(152,189,8) instead hex code.

Text Font Color

.myTextColor { color: #98BD08; }

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

This text font color is #98BD08.


Background Color

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

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

This div background color is #98BD08.


Border color

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

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

This div border color is #98BD08.


Opacity

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

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

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

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

This text has shadow with #98BD08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98BD08 on black background.


Color preview on white background

This text has color #98BD08 on white background.



Black color preview on #98BD08 background

This text has black color on #98BD08 background.


White color preview on #98BD08 background

This text has white color on #98BD08 background.