#98C78C

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

Shades of Gossip #98C78C

Tints of Gossip #98C78C

Color information

#98C78C (or 0x98C78C) is unknown color: approx Gossip. HEX triplet: 98, C7 and 8C. RGB value is (152,199,140). Sum of RGB (Red+Green+Blue) = 152+199+140=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 199 (78.12% from 255 or 40.53% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 199 - color contains mainly: green. Hex color #98C78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C78C is #673873. Grayscale: #B2B2B2. Windows color (decimal): -6764660 or 9226136. OLE color: 9226136.

HSL color Cylindrical-coordinate representation of color #98C78C: hue angle of 107.8º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98C78C is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB152199140-
CMYK0.2400.300.22
HSL107.8º34.5%66.47%-
HSV(B)107.8º29.65%78.04%-
XYZ38.1149.4232.34-
YUV178.22106.43109.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.96%
GREEN value IS 199 (78.12% from 255) = 40.53%
BLUE value IS 140 (55.08% from 255) = 28.51%
R=30.96%
G=40.53%
B=28.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1521991400.2400.300.22107.834.566.47
Hex98C78C1801E166c2342
Octal230307214300362615443102
Binary100110001100011110001100110000111101011011011001000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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