#98C67E

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

Shades of Gossip #98C67E

Tints of Gossip #98C67E

Color information

#98C67E (or 0x98C67E) is unknown color: approx Gossip. HEX triplet: 98, C6 and 7E. RGB value is (152,198,126). Sum of RGB (Red+Green+Blue) = 152+198+126=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 198 (77.73% from 255 or 41.60% from 476); Blue value is 126 (49.61% from 255 or 26.47% from 476); Max value from RGB is 198 - color contains mainly: green. Hex color #98C67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C67E is #673981. Grayscale: #B0B0B0. Windows color (decimal): -6764930 or 8308376. OLE color: 8308376.

HSL color Cylindrical-coordinate representation of color #98C67E: hue angle of 98.33º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98C67E is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB152198126-
CMYK0.2300.360.22
HSL98.33º38.71%63.53%-
HSV(B)98.33º36.36%77.65%-
XYZ36.9148.5727.17-
YUV176.0499.76110.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.93%
GREEN value IS 198 (77.73% from 255) = 41.60%
BLUE value IS 126 (49.61% from 255) = 26.47%
R=31.93%
G=41.60%
B=26.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1521981260.2300.360.2298.3338.7163.53
Hex98C67E1702416622740
Octal230306176270442614247100
Binary100110001100011011111101011101001001011011000101001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,198,126); }

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

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

 a { background-color: rgb(152,198,126); }

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

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

 span { border-color: rgb(152,198,126); }

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