#98D675

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

Shades of Gossip #98D675

Tints of Gossip #98D675

Color information

#98D675 (or 0x98D675) is unknown color: approx Gossip. HEX triplet: 98, D6 and 75. RGB value is (152,214,117). Sum of RGB (Red+Green+Blue) = 152+214+117=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 214 - color contains mainly: green. Hex color #98D675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D675 is #67298A. Grayscale: #B8B8B8. Windows color (decimal): -6760843 or 7722648. OLE color: 7722648.

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

Color convert

RGB152214117-
CMYK0.2900.450.16
HSL98.35º54.19%64.9%-
HSV(B)98.35º45.33%83.92%-
XYZ40.2156.0525.53-
YUV184.489.96104.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.47%
GREEN value IS 214 (83.98% from 255) = 44.31%
BLUE value IS 117 (46.09% from 255) = 24.22%
R=31.47%
G=44.31%
B=24.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1522141170.2900.450.1698.3554.1964.9
Hex98D6751D02D10623641
Octal230326165350552014266101
Binary100110001101011011101011110101011011000011000101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,214,117); }

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

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

 a { background-color: rgb(152,214,117); }

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

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

 span { border-color: rgb(152,214,117); }

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