#98CA8C

Color #98CA8C Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #98CA8C

Tints of Gossip #98CA8C

Color information

#98CA8C (or 0x98CA8C) is unknown color: approx Gossip. HEX triplet: 98, CA and 8C. RGB value is (152,202,140). Sum of RGB (Red+Green+Blue) = 152+202+140=494 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.77% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 202 - color contains mainly: green. Hex color #98CA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CA8C is #673573. Grayscale: #B4B4B4. Windows color (decimal): -6763892 or 9226904. OLE color: 9226904.

HSL color Cylindrical-coordinate representation of color #98CA8C: hue angle of 108.39º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98CA8C is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB152202140-
CMYK0.2500.310.21
HSL108.39º36.9%67.06%-
HSV(B)108.39º30.69%79.22%-
XYZ38.850.8132.57-
YUV179.98105.44108.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.77%
GREEN value IS 202 (79.30% from 255) = 40.89%
BLUE value IS 140 (55.08% from 255) = 28.34%
R=30.77%
G=40.89%
B=28.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1522021400.2500.310.21108.3936.967.06
Hex98CA8C1901F156c2543
Octal230312214310372515445103
Binary100110001100101010001100110010111111010111011001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,202,140); }

 H1.HeaderClassName
 {
   color: #98CA8C;
 }
 .AnyTagClassName
 {
   color: #98CA8C;
 }
</style>
background-color css

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

 a { background-color: rgb(152,202,140); }

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

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

 span { border-color: rgb(152,202,140); }

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