Html Css Color HEX #98D37C Gossip

📋 copy color: '#98D37C'

red 152 ◦ green 211 ◦ blue 124

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

Shades of Gossip #98D37C

Tints of Gossip #98D37C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.46%

R = 31.21%
G = 43.33%
B = 25.46%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#98D37C (or 0x98D37C) is known color: Gossip. HEX triplet: 98, D3 and 7C. RGB value is (152,211,124). Sum of RGB (Red+Green+Blue) = 152+211+124=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 211 (82.81% from 255 or 43.33% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 211 - color contains mainly: green. Hex color #98D37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D37C is #672C83. Grayscale: #B7B7B7. Windows color (decimal): -6761604 or 8180632. OLE color: 8180632.

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

Color convert

RGB 152 211 124 -
CMYK 0.28 0 0.41 0.17
HSL 100.69º 0.5% 0.66% -
HSV(B) 100.69º 0.41% 0.83% -
XYZ 39.88 54.72 27.53 -
YUV 183.44 94.45 105.57 -
System Red Green Blue C M Y K H S L
Decimal 152 211 124 0.28 0 0.41 0.17 100.69 0.5 0.66
Hex 98 D3 7C 1C 0 29 11 65 32 42
Octal 230 323 174 34 0 51 21 145 62 102
Binary 10011000 11010011 1111100 11100 0 101001 10001 1100101 110010 1000010

Color Harmonies of #98D37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D37C

Black with #98D37C

Text Example


Text Example

White with #98D37C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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