#98D96E

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

Shades of Gossip #98D96E

Tints of Gossip #98D96E

Color information

#98D96E (or 0x98D96E) is unknown color: approx Gossip. HEX triplet: 98, D9 and 6E. RGB value is (152,217,110). Sum of RGB (Red+Green+Blue) = 152+217+110=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 110 (43.36% from 255 or 22.96% from 479); Max value from RGB is 217 - color contains mainly: green. Hex color #98D96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D96E is #672691. Grayscale: #B9B9B9. Windows color (decimal): -6760082 or 7264664. OLE color: 7264664.

HSL color Cylindrical-coordinate representation of color #98D96E: hue angle of 96.45º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #98D96E is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB152217110-
CMYK0.3000.490.15
HSL96.45º58.47%64.12%-
HSV(B)96.45º49.31%85.1%-
XYZ40.5857.4323.7-
YUV185.3785.47104.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.73%
GREEN value IS 217 (85.16% from 255) = 45.30%
BLUE value IS 110 (43.36% from 255) = 22.96%
R=31.73%
G=45.30%
B=22.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1522171100.3000.490.1596.4558.4764.12
Hex98D96E1E031F603a40
Octal230331156360611714072100
Binary10011000110110011101110111100110001111111000001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,217,110); }

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

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

 a { background-color: rgb(152,217,110); }

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

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

 span { border-color: rgb(152,217,110); }

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