#98D765

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

Shades of Gossip #98D765

Tints of Gossip #98D765

Color information

#98D765 (or 0x98D765) is unknown color: approx Gossip. HEX triplet: 98, D7 and 65. RGB value is (152,215,101). Sum of RGB (Red+Green+Blue) = 152+215+101=468 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.48% from 468); Green value is 215 (84.38% from 255 or 45.94% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 215 - color contains mainly: green. Hex color #98D765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D765 is #67289A. Grayscale: #B7B7B7. Windows color (decimal): -6760603 or 6674328. OLE color: 6674328.

HSL color Cylindrical-coordinate representation of color #98D765: hue angle of 93.16º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #98D765 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB152215101-
CMYK0.2900.530.16
HSL93.16º58.76%61.96%-
HSV(B)93.16º53.02%84.31%-
XYZ39.656.2221.08-
YUV183.1781.63105.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.48%
GREEN value IS 215 (84.38% from 255) = 45.94%
BLUE value IS 101 (39.84% from 255) = 21.58%
R=32.48%
G=45.94%
B=21.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1522151010.2900.530.1693.1658.7661.96
Hex98D7651D035105d3b3e
Octal23032714535065201357376
Binary10011000110101111100101111010110101100001011101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,215,101); }

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

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

 a { background-color: rgb(152,215,101); }

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

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

 span { border-color: rgb(152,215,101); }

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