#98DB6E

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

Shades of Gossip #98DB6E

Tints of Gossip #98DB6E

Color information

#98DB6E (or 0x98DB6E) is unknown color: approx Gossip. HEX triplet: 98, DB and 6E. RGB value is (152,219,110). Sum of RGB (Red+Green+Blue) = 152+219+110=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #98DB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DB6E is #672491. Grayscale: #BABABA. Windows color (decimal): -6759570 or 7265176. OLE color: 7265176.

HSL color Cylindrical-coordinate representation of color #98DB6E: hue angle of 96.88º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #98DB6E is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB152219110-
CMYK0.3100.500.14
HSL96.88º60.22%64.51%-
HSV(B)96.88º49.77%85.88%-
XYZ41.0958.4623.87-
YUV186.5484.8103.36-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.60%
GREEN value IS 219 (85.94% from 255) = 45.53%
BLUE value IS 110 (43.36% from 255) = 22.87%
R=31.60%
G=45.53%
B=22.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1522191100.3100.500.1496.8860.2264.51
Hex98DB6E1F032E613c41
Octal230333156370621614174101
Binary10011000110110111101110111110110010111011000011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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