Html Css Color HEX #98D87C Gossip

📋 copy color: '#98D87C'

red 152 ◦ green 216 ◦ blue 124

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

Shades of Gossip #98D87C

Tints of Gossip #98D87C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.9%

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

R = 30.89%
G = 43.9%
B = 25.2%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#98D87C (or 0x98D87C) is known color: Gossip. HEX triplet: 98, D8 and 7C. RGB value is (152,216,124). Sum of RGB (Red+Green+Blue) = 152+216+124=492 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.89% from 492); Green value is 216 (84.77% from 255 or 43.90% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 216 - color contains mainly: green. Hex color #98D87C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D87C is #672783. Grayscale: #BABABA. Windows color (decimal): -6760324 or 8181912. OLE color: 8181912.

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

Color convert

RGB 152 216 124 -
CMYK 0.30 0 0.43 0.15
HSL 101.74º 0.54% 0.67% -
HSV(B) 101.74º 0.43% 0.85% -
XYZ 41.14 57.24 27.95 -
YUV 186.38 92.8 103.48 -
System Red Green Blue C M Y K H S L
Decimal 152 216 124 0.30 0 0.43 0.15 101.74 0.54 0.67
Hex 98 D8 7C 1E 0 2B F 66 36 43
Octal 230 330 174 36 0 53 17 146 66 103
Binary 10011000 11011000 1111100 11110 0 101011 1111 1100110 110110 1000011

Color Harmonies of #98D87C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D87C

Black with #98D87C

Text Example


Text Example

White with #98D87C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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