Html Css Color HEX #98C988 Gossip

📋 copy color: '#98C988'

red 152 ◦ green 201 ◦ blue 136

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

Shades of Gossip #98C988

Tints of Gossip #98C988

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.1%

 BLUE value IS 136 (53.52% from 255) = 27.81%

R = 31.08%
G = 41.1%
B = 27.81%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#98C988 (or 0x98C988) is known color: Gossip. HEX triplet: 98, C9 and 88. RGB value is (152,201,136). Sum of RGB (Red+Green+Blue) = 152+201+136=489 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.08% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 201 - color contains mainly: green. Hex color #98C988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C988 is #673677. Grayscale: #B3B3B3. Windows color (decimal): -6764152 or 8964504. OLE color: 8964504.

HSL color Cylindrical-coordinate representation of color #98C988: hue angle of 105.23º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98C988 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 152 201 136 -
CMYK 0.24 0 0.32 0.21
HSL 105.23º 0.38% 0.66% -
HSV(B) 105.23º 0.32% 0.79% -
XYZ 38.28 50.23 30.97 -
YUV 178.94 103.77 108.79 -
System Red Green Blue C M Y K H S L
Decimal 152 201 136 0.24 0 0.32 0.21 105.23 0.38 0.66
Hex 98 C9 88 18 0 20 15 69 26 42
Octal 230 311 210 30 0 40 25 151 46 102
Binary 10011000 11001001 10001000 11000 0 100000 10101 1101001 100110 1000010

Color Harmonies of #98C988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C988

Black with #98C988

Text Example


Text Example

White with #98C988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,201,136); }

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

background-color css

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

 a { background-color: rgb(152,201,136); }

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

border-color css

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

 span { border-color: rgb(152,201,136); }

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