Html Css Color HEX #98D376 Gossip

📋 copy color: '#98D376'

red 152 ◦ green 211 ◦ blue 118

#98D376
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossip #98D376

Tints of Gossip #98D376

RGB

 RED value IS 152 (59.77% from 255) = 31.6%

 GREEN value IS 211 (82.81% from 255) = 43.87%

 BLUE value IS 118 (46.48% from 255) = 24.53%

R = 31.6%
G = 43.87%
B = 24.53%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.44

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#98D376 (or 0x98D376) is known color: Gossip. HEX triplet: 98, D3 and 76. RGB value is (152,211,118). Sum of RGB (Red+Green+Blue) = 152+211+118=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 211 (82.81% from 255 or 43.87% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 211 - color contains mainly: green. Hex color #98D376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D376 is #672C89. Grayscale: #B7B7B7. Windows color (decimal): -6761610 or 7787416. OLE color: 7787416.

HSL color Cylindrical-coordinate representation of color #98D376: hue angle of 98.06º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #98D376 is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 152 211 118 -
CMYK 0.28 0 0.44 0.17
HSL 98.06º 0.51% 0.65% -
HSV(B) 98.06º 0.44% 0.83% -
XYZ 39.51 54.57 25.59 -
YUV 182.76 91.45 106.06 -
System Red Green Blue C M Y K H S L
Decimal 152 211 118 0.28 0 0.44 0.17 98.06 0.51 0.65
Hex 98 D3 76 1C 0 2C 11 62 33 41
Octal 230 323 166 34 0 54 21 142 63 101
Binary 10011000 11010011 1110110 11100 0 101100 10001 1100010 110011 1000001

Color Harmonies of #98D376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D376

Black with #98D376

Text Example


Text Example

White with #98D376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98D376; }

 p { color: rgb(152,211,118); }

 H1.HeaderClassName
 {
   color: #98D376;
 }
 .AnyTagClassName
 {
   color: #98D376;
 }
</style>

background-color css

<style>
 a { background-color: #98D376; }

 a { background-color: rgb(152,211,118); }

 div.DivClassName
 {
   background-color: #98D376;
 }
 .BgClassName
 {
   background-color: #98D376;
 }
</style>

border-color css

<style>
 span { border-color: #98D376; }

 span { border-color: rgb(152,211,118); }

 td.TdClassName
 {
   border-color: #98D376;
 }
 .TagClassName
 {
   border-color: #98D376;
 }
</style>