#98D86D

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

Shades of Gossip #98D86D

Tints of Gossip #98D86D

Color information

#98D86D (or 0x98D86D) is unknown color: approx Gossip. HEX triplet: 98, D8 and 6D. RGB value is (152,216,109). Sum of RGB (Red+Green+Blue) = 152+216+109=477 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.87% from 477); Green value is 216 (84.77% from 255 or 45.28% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 216 - color contains mainly: green. Hex color #98D86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D86D is #672792. Grayscale: #B9B9B9. Windows color (decimal): -6760339 or 7198872. OLE color: 7198872.

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

Color convert

RGB152216109-
CMYK0.3000.500.15
HSL95.89º57.84%63.73%-
HSV(B)95.89º49.54%84.71%-
XYZ40.2756.8923.33-
YUV184.6785.3104.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.87%
GREEN value IS 216 (84.77% from 255) = 45.28%
BLUE value IS 109 (42.97% from 255) = 22.85%
R=31.87%
G=45.28%
B=22.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1522161090.3000.500.1595.8957.8463.73
Hex98D86D1E032F603a40
Octal230330155360621714072100
Binary10011000110110001101101111100110010111111000001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,216,109); }

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

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

 a { background-color: rgb(152,216,109); }

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

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

 span { border-color: rgb(152,216,109); }

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