Html Css Color HEX #98D976 Gossip

📋 copy color: '#98D976'

red 152 ◦ green 217 ◦ blue 118

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

Shades of Gossip #98D976

Tints of Gossip #98D976

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.56%

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

R = 31.21%
G = 44.56%
B = 24.23%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#98D976 (or 0x98D976) is known color: Gossip. HEX triplet: 98, D9 and 76. RGB value is (152,217,118). Sum of RGB (Red+Green+Blue) = 152+217+118=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 217 - color contains mainly: green. Hex color #98D976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D976 is #672689. Grayscale: #BABABA. Windows color (decimal): -6760074 or 7788952. OLE color: 7788952.

HSL color Cylindrical-coordinate representation of color #98D976: hue angle of 99.39º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #98D976 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 217 118 -
CMYK 0.30 0 0.46 0.15
HSL 99.39º 0.57% 0.66% -
HSV(B) 99.39º 0.46% 0.85% -
XYZ 41.03 57.61 26.1 -
YUV 186.28 89.47 103.55 -
System Red Green Blue C M Y K H S L
Decimal 152 217 118 0.30 0 0.46 0.15 99.39 0.57 0.66
Hex 98 D9 76 1E 0 2E F 63 39 42
Octal 230 331 166 36 0 56 17 143 71 102
Binary 10011000 11011001 1110110 11110 0 101110 1111 1100011 111001 1000010

Color Harmonies of #98D976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D976

Black with #98D976

Text Example


Text Example

White with #98D976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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