#98C37F

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

Shades of Gossip #98C37F

Tints of Gossip #98C37F

Color information

#98C37F (or 0x98C37F) is unknown color: approx Gossip. HEX triplet: 98, C3 and 7F. RGB value is (152,195,127). Sum of RGB (Red+Green+Blue) = 152+195+127=474 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.07% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 195 - color contains mainly: green. Hex color #98C37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C37F is #673C80. Grayscale: #AEAEAE. Windows color (decimal): -6765697 or 8373144. OLE color: 8373144.

HSL color Cylindrical-coordinate representation of color #98C37F: hue angle of 97.94º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98C37F is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB152195127-
CMYK0.2200.350.24
HSL97.94º36.17%63.14%-
HSV(B)97.94º34.87%76.47%-
XYZ36.2947.2427.28-
YUV174.39101.25112.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.07%
GREEN value IS 195 (76.56% from 255) = 41.14%
BLUE value IS 127 (50% from 255) = 26.79%
R=32.07%
G=41.14%
B=26.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1521951270.2200.350.2497.9436.1763.14
Hex98C37F160231862243f
Octal23030317726043301424477
Binary10011000110000111111111101100100011110001100010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,195,127); }

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

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

 a { background-color: rgb(152,195,127); }

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

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

 span { border-color: rgb(152,195,127); }

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